Changelog¶
0.6.3 (2025-10-27)¶
Added¶
eth_accounts,web3_clientVersion,net_listening,net_peerCount,eth_coinbase,eth_uninstallFilter,eth_getBlockTransactionCountByHash,eth_getBlockTransactionCountByNumber,eth_getUncleCountByBlockHash,eth_getUncleCountByBlockNumber,eth_getTransactionByBlockHashAndIndex,eth_getTransactionByBlockNumberAndIndexdex,eth_getUncleByBlockHashAndIndex,eth_getUncleByBlockNumberAndIndex. (PR_29)IndexNotFoundexception. (PR_29)
0.6.2 (2025-10-19)¶
Fixed¶
Fixed error when deep copying
Nodein newer Python versions (PR_28).
0.6.1 (2025-10-18)¶
Added¶
EVMVersion.PRAGUEconstant (PR_27).
0.6.0 (2025-09-15)¶
Changed¶
Bump
py-evmto 0.12.1-beta.1. (PR_26)
0.5.0 (2024-05-28)¶
Changed¶
0.4.0 (2024-03-15)¶
Changed¶
0.3.0 (2024-03-09)¶
Changed¶
Node.take_snapshot()removed, insteadNodeobjects are now deep-copyable. (PR_18)RPCErrorCode.INVALID_REQESTremoved. (PR_20)Transaction validation errors now raise
ValidationErrorinstead ofTransactionFailed. (PR_20)AddressandHash32frometh-typingare now internal and are replaced with the ones defined in theschemasubmodule. (PR_22)All parameters for
Nodeare now keyword-only. (PR_22)
Added¶
Fixed¶
0.2.0 (2024-03-05)¶
Changed¶
Minimum Python version bumped to 3.10. (PR_4)