Releases: gabedonnan/pythereum
v1.1.2
Gas management added to transactions.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Major improvements to Builder submission,
Nonce management added,
Transactions updated to EIP-1559 version
Full Changelog: v1.1.0...v1.1.1
1.1.0
The first release implementing the BuilderRPC for direct communication with Block Builders.
In this version many EthRPC functions have been improved for both functionality and ease of use.
Additional dependencies have been added for ethereum transaction signing and keccak functionality.
Minor Issue
Beaver Builder is currently under construction and will not work properly in this release
New Contributors
Full Changelog: v1.0.5...v1.1.0
v1.0.5
The first release of this project released on GitHub (though previous releases have been done natively through PyPi)
In this version all methods described in the Ethereum JSON RPC API specification have been completed with at least minor tests carried out on each.