Holger Drewes
Holger Drewes
Just tested this, I guess this is generally working, pretty cool! 🤩 Totally nothing to be quickly solved, but at the moment I get on the test runs: ```shell INFO[01-24|20:22:05]...
(side note: we should open a section in our client developer docs on Hive and also integrate the documentation from here on the local runs)
@jochem-brouwer this looks already pretty good! 🤩 🙂
Yes, generally we should close here. Is it worth to take something from here over to our general developer docs? Maybe a dedicated HIVE.md file for client or in DEVELOPER.md...
@jochem-brouwer @scorbajio is it eventually possible to combine both and initialize a StateManager "as is" with an unhashed trie? 🤔 Just to throw another option in the ring.
I meant: combine both ideas 🙂, so using the Trie library in an unhashed fashion (idea 1) and then put this in the StateManager (idea 2). That was not a...
How would you judge the importance of this issue? 🤔 Was this triggered along a discussion with @faustbrian ?
> @holgerd77 it was. Our application keeps crashing at one point because the trie gets corrupted if we use the pruning with tries that use variable-length keys. Ah ok, thanks!...
That's what we are doing in our trie library (after a similar discussion): https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/trie/src/types.ts#L51
> @wemeetagain It's not as elegant as exports, but this works for Browserify and Webpack: #318 > > I have verified that this fixes any problems in the MetaMask extension...