cerc-io / go-ethereum

Read-only mirror of https://git.vdb.to/cerc-io/go-ethereum (Statediffing-fork of the official Go implementation of the Ethereum protocol)
https://git.vdb.to/cerc-io/go-ethereum
GNU Lesser General Public License v3.0
13 stars 4 forks source link

EIP1559 support for IPLD indexing #80

Closed i-norden closed 3 years ago

i-norden commented 3 years ago

EIP 1559 has been merged into root master (but hasn't made it into a release yet). We need to add support for the new BaseFee field in the header and new tx type before the London hard fork.

The tx updates will be very similar to those in these commits to support 2930 tx type: indexing updates, db model updates, metrics updates, unit tests.

arijitAD commented 3 years ago

Issue is fixed in this PR https://github.com/vulcanize/go-ethereum/pull/93