Closed i-norden closed 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.
BaseFee
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.
Issue is fixed in this PR https://github.com/vulcanize/go-ethereum/pull/93
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.