Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consensus Issues (where I can see them so that they are highlighted) #49

Open
Arch222 opened this issue Jul 21, 2023 · 0 comments
Open

Comments

@Arch222
Copy link
Contributor

Arch222 commented Jul 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant