Skip to content

Releases: gabedonnan/pythereum

v1.1.2

27 Sep 08:52
Compare
Choose a tag to compare

Gas management added to transactions.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

20 Sep 23:33
Compare
Choose a tag to compare

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

12 Sep 18:38
Compare
Choose a tag to compare

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

  • @0xeix made their first contribution in #3

Full Changelog: v1.0.5...v1.1.0

v1.0.5

02 Sep 21:20
Compare
Choose a tag to compare

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.