Skip to content

Releases: gabedonnan/pythereum

v1.2.1

05 Feb 20:19
Compare
Choose a tag to compare

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

09 Jan 14:20
Compare
Choose a tag to compare

Added utility functions for generating checksum addresses and recovering raw transactions

What's Changed

  • added EthRPC.utils with to_checksum_address() and recover_raw_transaction() by @jacko06v in #9

Full Changelog: v1.1.10...V1.2.0

v1.1.10

04 Jan 22:12
Compare
Choose a tag to compare

EthRPC now takes inputs for maximal websocket payload sizes and socket ping timers.
get_mempool_geth improved thanks to @jacko06v

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.1.10

v1.1.9

27 Dec 10:55
Compare
Choose a tag to compare

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

30 Nov 12:12
Compare
Choose a tag to compare

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

31 Oct 15:49
Compare
Choose a tag to compare

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

28 Oct 11:51
Compare
Choose a tag to compare

Major speedup in websocket connection time. Error message improvements. Other minor QOL

Full Changelog: v1.1.5...v1.1.6

v1.1.5

14 Oct 14:12
Compare
Choose a tag to compare

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

10 Oct 21:54
Compare
Choose a tag to compare

Adds a minor hotfix to gas strategy, fixing a crash where statistics.quantiles would crash the program

v1.1.3

30 Sep 19:47
Compare
Choose a tag to compare

Various important library usability changes have been made

Full Changelog: v1.1.2...v1.1.3