Holger Drewes

Results 513 comments of Holger Drewes

Hi there, yes, I did some testing here, funny as well, I already wanted to actually *start* with Bun integration last week but didn't make it due to other duties!...

Ok, just looked a bit deeper. One can get additional library-specific logging with something like: ```shell DEBUG=ethjs,statemanager:statemanager,statemanager:cache:storage,vm:* npx vitest test/api/runTx.spec.ts ``` This one already gives a somewhat good overview of...

What you can definitely experiment with is setting the `caches` (storage, account, code) in `StateManager` to 0 respectively deactivate and see if this changes anything. So this needs a custom...

Cool that you even already started on this one 👍, also cool that this is separated into two PRs! 💯 Is this already "so ready" that I could test this...

While there was no reaction for 2 years on this, I find this issue still interesting to tackle. 🙂

> One thing that came up while searching the monorepo, is that we have some exported Bytes32 and other similar types in the client, but in that case they served...

Great analysis 😃, thanks! 👍

Is this still a thing? If so: we should fix/adjust before the breaking releases. If not: we should close.

Ok, cool, thanks for the honest analysis. 🙂

I will actually close here before it gets forgotten again, this should - latest - be implemented with the completion of #2821 I guess (let me know if I am...