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
Chamber A nodes are not updating their local state with new transactions, leading to transaction replay.
Storage is not fully updated.
Old transaction/block types still exist, leading to hacky workarounds. Preferably, get rid of those first so that we are only using new types per technical paper, that would be much better.
Networking might not be working properly if nodes are not updating their local state.
Getting rid of old dependencies in blockchain, adm, and bargossip
Following folders should be deleted/replaced: params, node, blockchain, adm, and serialization.
All RLP serialization should be removed; having two different serialization types can lead to problems when converting back and forth from different serialization types.
The text was updated successfully, but these errors were encountered:
Chamber A nodes are not updating their local state with new transactions, leading to transaction replay.
Storage is not fully updated.
Old transaction/block types still exist, leading to hacky workarounds. Preferably, get rid of those first so that we are only using new types per technical paper, that would be much better.
Networking might not be working properly if nodes are not updating their local state.
Getting rid of old dependencies in blockchain, adm, and bargossip
Following folders should be deleted/replaced: params, node, blockchain, adm, and serialization.
All RLP serialization should be removed; having two different serialization types can lead to problems when converting back and forth from different serialization types.
The text was updated successfully, but these errors were encountered: