Skip to content
/ mpt Public

the implementation of merkle patricia trie

Notifications You must be signed in to change notification settings

Lbqds/mpt

Repository files navigation

mpt

the implementation of merkle patricia trie

what's the difference

the differences with the implementation of go-ethereum:

  • use protobuf rather than RLP.
  • immutable, every update(insert or delete) will get a new trie. This make it easier to implement transaction parallel execution like khipu.

About

the implementation of merkle patricia trie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published