Changelog¶
0.6.1 (2025-18-10)¶
Added¶
EVMVersion.PRAGUEconstant.
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)