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

0x monorepo - e853555

Compare
Choose a tag to compare
@fabioberger fabioberger released this 13 Jul 08:41
· 3504 commits to development since this release

@0x/[email protected]

  • Initial support for Python (#1878)

@0x/[email protected]

  • Wrappers no longer require passing in the contract ABI at instantiation (#1883)
  • Contract addresses now re-exported from @0x/contract-addresses (#1883)
  • Update wrappers to include parameter assertions (#1823)
  • Update wrappers to include getABIEncodedTransactionData for view and pure functions (#1863)

@0x/[email protected]

  • Add new assertions: isArray, isBlockParam and isNumberOrBigNumber (#1823)

@0x/[email protected]

  • Redeployed Mainnet Exchange and Asset Proxies

@0x/[email protected]

  • Use assetDataUtils for encoding and decoding DutchAuctionData

[email protected]

  • Made most fields in DevdocOutput optional, as they may not all be present just because devdoc is (#1878)

@0x/[email protected]

  • Add support for encoding/decoding StaticCallProxy assetData (#1863)
  • Add support for marketSell utils (#1914)
  • Add support for encoding/decoding DutchAuction assetData (#1943)
  • Added validateMakerTransferThrowIfInvalidAsync to OrderValidationUtils (#1937)

@0x/[email protected]

  • Confirm devdoc components exist before using them (#1878)

@0x/[email protected]

  • Fix bug in Trezor subprovider causing Trezor response to not be hex encoded (#1867)

@0x/[email protected]

  • Add MarketOperation type (#1914)

@0x/[email protected]

  • Add function deleteNestedProperty (#1842)

@0x/[email protected]

  • Add LibAssetProxyIds contract (#1835)
  • Updated ERC1155 Asset Proxy. Less optimization. More explicit handling of edge cases. (#1852)
  • Implement StaticCallProxy (#1863)

@0x/[email protected]

  • Move LibTransactionDecoder to contracts/dev-utils package (#1848)

@0x/[email protected]

  • Move OrderValidator to contracts/dev-utils package as OrderValidationUtils (#1848)

@0x/[email protected]

  • Fixed false positives in expectTransactionFailedAsync and expectContractCallFailedAsync (#1852)