* abi-gen/test: recompile contract fixtures for 3.0 It seems this hadn't been done since the merge with the 3.0 branch. * Sync `monorepo$ yarn test` exclusions to CI config * sra-spec: correct typo * contract-wrappers: TODO after coord.-server update * utils: fix typo in comment * Refactor networkId to chainId everywhere * Update CHANGELOGs
909 B
909 B
Changelog
2.0.0 - TBD
- Updated for version 3 of the protocol.
- Allow wrappers to be instantiated with EITHER a Web3.py
BaseProvider
OR an already-instantiatedWeb3
client object. - Accept
str
ing arguments tobytes
contract method parameters. - Expanded documentation examples.
- Moved methods
jsdict_to_order()
andorder_to_jsdict()
fromzero_ex.contract_wrappers.exchange.types
tozero_ex.contract_wrappers.order_conversions
. - Changed field name
zero_ex.contract_wrappers.tx_params.TxParams.gasPrice
to.gas_price
. - Migrated to new version of 0x-contract-addresses.
1.1.0 - 2019-08-14
- Added wrapper for DevUtils contract.
1.0.3 - 2019-08-10
- Added erroneously missing source files.
1.0.2 - 2019-08-10
- Added erroneously missing source files.
1.0.1 - 2019-08-10
- Botched upload to PyPI.
1.0.0 - 2019-08-08
- Initial release