Conversation
…TrieUpda…" This reverts commit 65ca4a3.
|
@duyquang6 this was the issue caused by the pr Hoodi nightly is stuck we suspect the problem is that it batches the call to write_hashed_state which happens immediately after. write_state depends on the call to write_hashed_state for the previous block to have been called, but now write_hashed_state for all blocks in the batch happens at the end. This PR aggregates the updates until the end of the batch, so changesets aren't written correctly.
|
interesting, I will try reproduce on my side and see what actually broken |
Reverts #19739
pending more testing