ethereum-etl
ethereum-etl copied to clipboard
Support for new schema post-London
With the London fork coming up, are there any plans to support the changes to Ethereum's state trie? I'm namely referring to the new transaction type added by EIP-1559 objects, maxPriorityFeePerGas
and maxFeePerGas
, as well as the fact that gasPrice
will be undefined for the new transaction type
@medvedev1088 @askeluv any ideas concerning this issue?
We're going to add new fields as described here https://github.com/blockchain-etl/ethereum-etl/pull/256
As London is about to go live, any eta expected for a new release of ethereum-etl compatible with London?
Please check out this version https://github.com/blockchain-etl/ethereum-etl/releases/tag/v1.7.1
Let me know if you find issues
Thanks @medvedev1088 , so far everything looks perfect!