Vlad

Results 6 comments of Vlad

> Cool idea, though we should think through whether we are able to split the delete ops list into a set of deletes for each state transition rather than just...

## UPD: Fixed the problem with deletion of necessary nodes Thanks @acolytec3 @jochem-brouwer So guys, after a series of tests I actually encountered the problem that with naive deletion we...

@acolytec3 ### Look, I'll add a step-by-step explanation: 1. I took into account the comments regarding the fact that naive raw deletion of keys can lead to the fact that...

Decided to add clarification (image), maybe will be helpful: ![image](https://github.com/user-attachments/assets/c48fdbc8-4d95-466a-b7aa-56ce134be5d5) 1. On this image, I want to get rid of old values of NodeC, NodeD, NodeE 2. But do it...

Decided to add 2nd clarification (xD) After a while, noticed this issue(rather comment) by @jochem-brouwer [here](https://github.com/ethereumjs/ethereumjs-monorepo/issues/2102#issue-1328495995) This is also from trie test dir. So if we have: ```ts const {...

> Hi Vlad, interesting issue! I would also advise to also join our discord if you have not yet: https://discord.gg/TNwARpR > > Are you also using checkpoints (`commit()`, `revert()`, `checkpoint()`)?...