New contract state: node support #237
Labels
[Prio] High
An urgent problem that blocks the system use until the issue is resolved.
[Type] Task
An additional feature or improvement.
Task description
This builds on top of #236 .
Develop a new smart contract state implementation that supports efficiently updating part of the contract state. The high-level requirements are
The new state implementation will be based on a radix tree (with data at every node). Each contract state is a single radix tree and it is up to the contract implementation to organize different parts of the state by using disjoint prefixes. The implementation needs to support the following API exposed to smart contracts (note that this is subject to minor changes as learnings from development of the feature arrive)
Tasks
The text was updated successfully, but these errors were encountered: