Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

0x monorepo - b4a11de

Compare
Choose a tag to compare
@dekz dekz released this 09 Nov 05:33
· 7466 commits to development since this release
b4a11de

@0x/[email protected]

  • getAssetBuyerForProvidedOrders factory function now takes 3 args instead of 4 (#1187)
  • the OrderProvider now requires a new method getAvailableMakerAssetDatasAsync and the StandardRelayerAPIOrderProvider requires the network id at init. (#1203)
  • No longer require that provided orders all have the same maker and taker asset data (#1197)
  • Fix bug where BuyQuoteInfo objects could return totalEthAmount and feeEthAmount that were not whole numbers (#1207)
  • Fix bug where default values for AssetBuyer public facing methods could get overriden by undefined values (#1207)
  • Lower default expiry buffer from 5 minutes to 2 minutes (#1217)

@0x/[email protected]

  • Update Forwarder addresses (#1192)

@0x/[email protected]

  • Update Forwarder artifact (#1192)

@0x/[email protected]

  • Fix bug in ForwarderWrapper where feeRecipientAddress was not correctly normalized. (#1178)

@0x/[email protected]

  • Improve schemas by enforcing that amounts that must be whole numbers (e.g Order asset amounts) no longer allow decimal amounts (#1173)

@0x/[email protected]

  • Fix bug in getTransactionByHashAsync which was causing the return value to have the wrong type (raw fields instead of unmarshalled fields). (#1177)