Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/state: move UpdateContractCode before the trie hash is computed (#…
…27853) Context: The UpdateContractCode method was introduced for the state storage commitment schemes that include the whole code for their commitment computation. It must therefore be called before the root hash is computed at the end of IntermediateRoot. This should have no impact on the MPT since, in this context, the method is a no-op.
- Loading branch information