Skip to content

Releases: SetProtocol/set.js

0.5.4

22 Apr 13:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

0.5.3

07 Apr 16:25
Compare
Choose a tag to compare
  • #110 Exclude RFQT sources from 0x quote requests

0.5.2

31 Mar 20:22
8e9aee6
Compare
Choose a tag to compare
  • Add DelegatedManagerSystem API #107

v0.5.0

11 Mar 23:26
592c474
Compare
Choose a tag to compare
  • Adds support for fetching swap quotes using the 0x API (singly or in batches)
  • Re-locates some existing utilities for fetching gas and token prices and token metadata into a new UtilsAPI

0.3.0

15 Sep 19:30
e54fe0b
Compare
Choose a tag to compare

Upgrades ethers to 5.4.6 and set-protocol-v2 to 0.1.0.

There are a handful of breaking TS interface changes here due to upstream updates to the typechain package.

Notable:

  • ERC20Wrapper.decimals now returns number instead of BigNumber
  • SetTokenCreatorWrapper.create now returns ContractTransaction instead of Address[]
  • DebtIssuanceModuleWrapper.calculateTotalFees now returns
Promise<
  [BigNumber, BigNumber, BigNumber] & {
    totalQuantity: BigNumber;
    managerFee: BigNumber;
    protocolFee: BigNumber;
  }
>

Upgrades

  • ethers -> 5.4.6
  • ganache-cli -> 6.12.2
  • typescript -> 4.4.2
  • set-protocol-v2 -> 0.1.0