Files
protocol/python-packages/contract_wrappers/CHANGELOG.md
F. Eugene Aumson f51c80adb2 Change all instances of networkId to chainId (#2313)
* 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
2019-11-06 01:18:55 -05:00

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-instantiated Web3 client object.
  • Accept string arguments to bytes contract method parameters.
  • Expanded documentation examples.
  • Moved methods jsdict_to_order() and order_to_jsdict() from zero_ex.contract_wrappers.exchange.types to zero_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