Skip to content

Releases: YanhuiJessica/cheb3

Version 0.12.2

23 Sep 08:45
Compare
Choose a tag to compare

Fixed:

  • Changed all function_identifier to abi_element_identifier

Version 0.12.1

09 Sep 13:49
Compare
Choose a tag to compare

Fixed:

  • Incompatible code with web3>=7.0.0

Version 0.12.0

29 Aug 01:27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features:

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

Version 0.7.8

17 Oct 12:44
Compare
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

Version 0.7.7

19 Sep 05:31
Compare
Choose a tag to compare

Fixed:

  • account.send_transaction() fails to deploy contracts because of checksum address automatically converting

Version 0.7.6

30 Jul 07:46
Compare
Choose a tag to compare

Fixed:

  • Automatically convert the parameter to to a checksum address in the account.call() and account.send_transaction() methods for a better experience :)