Releases: YanhuiJessica/cheb3
Releases · YanhuiJessica/cheb3
Version 1.0.1
Fixed:
- The issue where the transaction fails to send due to a simulation failure during gas estimation
Version 1.0.0
Features:
- Support web3py ^7.11.0
- Add
account.sign_raw_message_hash()to support signing of arbitrary messages - Add support for EIP-7702
- Add support for EIP-1559 transactions, allow setting
maxFeePerGasandmaxPriorityFeePerGas - Provide convenient support for creating access lists
Fixed:
- Incorrect gas estimation
Enhanced:
- Improve the documentation
Version 0.12.2
Fixed:
- Changed all
function_identifiertoabi_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_versionofcompile_sol()is set fromNonetolatest
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_versionis 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_listto the transaction option (EIP-2930)
Version 0.7.8
Features:
- Add
get_code()for obtaining the contract bytecode
Fixed:
Connectionraises an exception on400 Client Error: Bad Request for url, but the connection has established