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
Both in native and zk, we constantly change convert one to another to ensure unique keys in the state diff. Main reason we change to Vec is to be able to serialize it. Instead of this, we can have some sort of BTreeMap wrapper structure, which implements its own fast serialization.
The text was updated successfully, but these errors were encountered:
Both in native and zk, we constantly change convert one to another to ensure unique keys in the state diff. Main reason we change to Vec is to be able to serialize it. Instead of this, we can have some sort of BTreeMap wrapper structure, which implements its own fast serialization.
The text was updated successfully, but these errors were encountered: