parallelchain-io / parallelchain-protocol

Specification for the ParallelChain (and ParallelChain Mainnet) blockchain protocols.
https://parallelchain.io
1 stars 2 forks source link

World State trie has no extension nodes #6

Closed lyulka closed 1 year ago

lyulka commented 1 year ago

Protocol version: 0.4.0+

Reference implementation (pchain-world-state) uses triedb’s “NoExtensionLayout” option.

This causes the world state to not have extension nodes.

The protocol specification must be updated to reflect this.

lyulka commented 1 year ago

Merged into #8.