mirror of https://github.com/ethereum/go-ethereum
core/state, light, trie: add UpdateContractCode to the Trie interface (#27476)
Verkle trees store the code inside the trie. This PR changes the interface to pass the code, as well as the dirty flag to tell the trie package if the code is dirty and needs to be updated. This is a no-op for the MPT and the odr trie.pull/27541/head
parent
5520cd97a1
commit
699243f8ae
Loading…
Reference in new issue