Scotty
Scotty
@holgerd77 I'm not sure why there are still 10 "Expected Checks" that do not run. Other than that, everything else passes, and the codecov report does not change. I know...
> This should not be a dedicated package on its own (or has there been any discussion on this that I missed? Otherwise I am not seeing a reason for...
@holgerd77 I could pivot from the `evm-vm-tests` #2341 and broaden to a general `shared-test` package if you'd like.
"How much work is left" has seemed like 1% for a few weeks now... Besides improving the library in general, I went into this with the intention of changing some...
Not quite yet! I wrote more tests that try it with different trie settings, and not all are passing yet. close!
OK ready for review! :+1:
@holgerd77 - reduced this down to **+88** / **-17** lines of code (not including the test) - Removed new file created in PR If this feels small enough to you,...
I think any user with a bit of dyslexia will get dizzy trying to decipher `skipKeyTransformOrOptsDict?: boolean | BatchOpts` :rofl:
Thinking out loud here about the **cache memory overload** issue - The cache can be thought of like an in-memory slice of a `Trie` database - Difference is that Trie...
> if there is first a put for a key and then a delete for the same key this is obviously different then having this the other way around The...