This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
0x monorepo - b4a11de
dekz
released this
09 Nov 05:33
·
7466 commits
to development
since this release
@0x/[email protected]
getAssetBuyerForProvidedOrders
factory function now takes 3 args instead of 4 (#1187)- the
OrderProvider
now requires a new methodgetAvailableMakerAssetDatasAsync
and theStandardRelayerAPIOrderProvider
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 returntotalEthAmount
andfeeEthAmount
that were not whole numbers (#1207) - Fix bug where default values for
AssetBuyer
public facing methods could get overriden byundefined
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
wherefeeRecipientAddress
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)