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

0x.js v0.8.0

Compare
Choose a tag to compare
@LogvinovLeon LogvinovLeon released this 05 Jul 02:02
· 15411 commits to development since this release
f2611d5
  • Add the ability to call methods on different authorized versions of the Exchange smart contract (#82)
  • Update contract artifacts to reflect latest changes to the smart contracts (0xproject/contracts#59)
  • Add zeroEx.proxy.isAuthorizedAsync and zeroEx.proxy.getAuthorizedAddressesAsync (#89)
  • Add zeroEx.token.subscribeAsync (#90)
  • Make contract invalidation functions private (#90)
    • zeroEx.token.invalidateContractInstancesAsync
    • zeroEx.exchange.invalidateContractInstancesAsync
    • zeroEx.proxy.invalidateContractInstance
    • zeroEx.tokenRegistry.invalidateContractInstance
  • Fix the bug where zeroEx.setProviderAsync didn't invalidate etherToken contract's instance