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

0x monorepo - f570f80

Compare
Choose a tag to compare
@LogvinovLeon LogvinovLeon released this 15 Jan 14:25
· 4996 commits to development since this release
f570f80

@0x/abi-gen-wrappers@2.2.0

  • Added MultiAssetProxy (#1503)

@0x/contract-addresses@2.2.0

  • Added migration for MultiAssetProxy contract (#1503)

@0x/contract-artifacts@1.3.0

  • Added artifact for MultiAssetProxy contract (#1503)

@0x/contract-wrappers@5.0.0

  • Renamed OrderStatus enum members to PascalCase to conform with tslint enum-naming rule (#1474)
  • Remove Exchange matchOrdersAsync optimization (#1514)

@0x/migrations@2.4.0

  • Added migrations for MultiAssetProxy contract (#1503)

@0x/sol-tracing-utils@4.0.0

  • Fix a bug with incorrect parsing of sourceMaps due to sources being in an array instead of a map (#1498)
  • Change the types of ContractData.sources and ContractData.sourceCodes to be objects instead of arrays (#1498)
  • Use custom JS tracer to speed up tracing on clients that support it (e.g., Geth) (#1498)
  • Log errors encountered in TraceCollectionSubprovider (#1498)
  • Add support for assembly statements (#1498)

@0x/contracts-test-utils@2.0.0

  • Renamed OrderStatus enum members to PascalCase to conform with tslint enum-naming rule (#1474)