Skip to content

Releases: YanhuiJessica/cheb3

Version 1.0.1

28 Sep 06:32

Choose a tag to compare

Fixed:

  • The issue where the transaction fails to send due to a simulation failure during gas estimation

Version 1.0.0

17 Sep 06:29

Choose a tag to compare

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 maxFeePerGas and maxPriorityFeePerGas
  • Provide convenient support for creating access lists

Fixed:

  • Incorrect gas estimation

Enhanced:

  • Improve the documentation

Version 0.12.2

23 Sep 08:45

Choose a tag to compare

Fixed:

  • Changed all function_identifier to abi_element_identifier

Version 0.12.1

09 Sep 13:49

Choose a tag to compare

Fixed:

  • Incompatible code with web3>=7.0.0

Version 0.12.0

29 Aug 01:27

Choose a tag to compare

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

11 May 14:17

Choose a tag to compare

Features:

  • The default solc_version of compile_sol() is set from None to latest

Version 0.10.0

29 Mar 13:19

Choose a tag to compare

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

27 Jan 14:42

Choose a tag to compare

Features:

  • Account.call() now supports option state_override
  • Add load_compiled() to load compiled contracts from the project

Version 0.8.0

25 Oct 07:40

Choose a tag to compare

Features:

  • Add access_list to the transaction option (EIP-2930)

Version 0.7.8

17 Oct 12:44

Choose a tag to compare

Features:

  • Add get_code() for obtaining the contract bytecode

Fixed:

  • Connection raises an exception on 400 Client Error: Bad Request for url, but the connection has established