mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
3.6.0 Release
This commit is contained in:
parent
95c824044e
commit
d82fc7321e
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
||||
3.6.0
|
||||
-----
|
||||
|
||||
* Deprecate `Contract.code`: replaced by `Contract.bytecode`
|
||||
* Deprecate `Contract.code_runtime`: replaced by `Contract.bytecode_runtime`
|
||||
* Deprecate `abi`, `code`, `code_runtime` and `source` as arguments for the `Contract` object.
|
||||
* Deprecate `source` as a property of the `Contract` object
|
||||
* Add `Contract.factory()` API.
|
||||
* Deprecate the `construct_contract_factory` helper function.
|
||||
|
||||
3.5.3
|
||||
-----
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user