0xPolygonZero / erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
0 stars 4 forks source link

Remove duplicate field `new_txn_trie_node_byte` from `TxnMeta` struct #13

Closed Nashtare closed 3 weeks ago

Nashtare commented 1 month ago

Mentioned in issue https://github.com/0xPolygonZero/zk_evm/issues/248, we don't need the duplication of txn bytes, and as such can safely remove new_txn_trie_node_byte from the TxnMeta struct to save on witness payload size when querying a block trace.