INFURA / go-ethlibs

Ethereum libraries in Go for interacting with Ethereum nodes
MIT License
161 stars 34 forks source link

EIP-1559 Support #48

Closed ryanschneider closed 3 years ago

ryanschneider commented 3 years ago

Fixes #35 (finally!)

I wrote a little test script that processes every baikal block and verifies the RLP of the block and the RLP of every tx in every block, so am pretty confident this all works correctly. Since the script uses some non-open source code I haven't included it here.