Releases: gabedonnan/pythereum
v1.2.1
Added automatic ABI decoding for calling smart contracts
Renamed exceptions to reflect that they belong to the library rather than to the ethereum RPC
Full Changelog: V1.2.0...v1.2.1
v1.2.0
Added utility functions for generating checksum addresses and recovering raw transactions
What's Changed
Full Changelog: v1.1.10...V1.2.0
v1.1.10
v1.1.9
Significantly refactored block builder communication, improved MEV bundles, Flashbots builder, Titan Builder and Beaver Builder.
Added early stage support for L2 specific communication with some optimism p2p methods.
Marked refactoring of field decoders as issue to be addressed soon before technical debt gets too high.
Full Changelog: v1.1.8...v1.1.9
v1.1.8
What's Changed
- Add lokibuilder by @magnus-loki in #4
- convert_eth updated to work with strings, additional error catching added to it
- tests generated for convert_eth, tests updated for builders
New Contributors
- @magnus-loki made their first contribution in #4
Full Changelog: v1.1.7...v1.1.8
v1.1.7
Many small changes to commenting, function publicity, input/output types.
Small amount of experimental functionality added for mempool access
Full Changelog: v1.1.6...v1.1.7
v1.1.6
Major speedup in websocket connection time. Error message improvements. Other minor QOL
Full Changelog: v1.1.5...v1.1.6
v1.1.5
Significantly changed how gas management works such that it is now decoupled from EthRPC and now supports non-naive / informed strategies.
Full Changelog: v1.1.4...v1.1.5
v1.1.4
Adds a minor hotfix to gas strategy, fixing a crash where statistics.quantiles would crash the program
v1.1.3
Various important library usability changes have been made
Full Changelog: v1.1.2...v1.1.3