Closed jyc228 closed 10 months ago
feat(trie): adding MerkleTrie interface
-> feat(trie): add MerkleTrie interface
.
We've incorporated Hans' review and rebased to the latest dev.
https://github.com/kroma-network/go-ethereum/pull/45/commits/c2ca4a15073c87d4708a8c4b60639ac078a6459c will exclude commitments because it has decided not to consider hash collisions
Description
see https://github.com/kroma-network/go-ethereum/issues/44
A stricter implementation would be to use []byte for the key and no key hash in the tree, but i didn't do that this time.