Releases: YanhuiJessica/cheb3
Releases · YanhuiJessica/cheb3
Version 0.12.2
Fixed:
- Changed all
function_identifier
toabi_element_identifier
Version 0.12.1
Fixed:
- Incompatible code with
web3>=7.0.0
Version 0.12.0
Features:
- Support overwriting pending transactions that use the same nonce
- Add wrapper function for
cast call
- Update code to support web.py >= 7.1.0
Version 0.11.0
Features:
- The default
solc_version
ofcompile_sol()
is set fromNone
tolatest
Version 0.10.0
Features:
- Add support for choosing whether to wait for transaction receipts
Fixed:
- Handle gas estimation failure in
Account.send_transaction()
Enhanced:
- Show better error messages when
solc_version
is None @es3n1n
Version 0.9.0
Features:
Account.call()
now supports optionstate_override
- Add
load_compiled()
to load compiled contracts from the project
Version 0.8.0
Features:
- Add
access_list
to the transaction option (EIP-2930)
Version 0.7.8
Features:
- Add
get_code()
for obtaining the contract bytecode
Fixed:
Connection
raises an exception on400 Client Error: Bad Request for url
, but the connection has established
Version 0.7.7
Fixed:
account.send_transaction()
fails to deploy contracts because of checksum address automatically converting
Version 0.7.6
Fixed:
- Automatically convert the parameter
to
to a checksum address in theaccount.call()
andaccount.send_transaction()
methods for a better experience :)