You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See neo-project/neo#1383, neo-project/neo#1442, neo-project/neo#1560. I think we should make it a module built around Store, but not as a proxy as it's done in C# implementation. We're better adding it to DAO and explicitly pushing changes being done to storage, in theory it can even allow us to make MPT calculations asynchronous (with synchronization on Persist).
The text was updated successfully, but these errors were encountered:
We can add the MPT itself (with all the fixes) for 0.91.0, but not add P2P/consensus changes, just cherry-pick appropriate commits (like neo-project#1442 did).
See neo-project/neo#1383, neo-project/neo#1442, neo-project/neo#1560. I think we should make it a module built around
Store
, but not as a proxy as it's done in C# implementation. We're better adding it to DAO and explicitly pushing changes being done to storage, in theory it can even allow us to make MPT calculations asynchronous (with synchronization onPersist
).The text was updated successfully, but these errors were encountered: