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

Bank needs to checkpoint any state it votes on #2555

Closed
aeyakovenko opened this issue Jan 25, 2019 · 3 comments
Closed

Bank needs to checkpoint any state it votes on #2555

aeyakovenko opened this issue Jan 25, 2019 · 3 comments

Comments

@aeyakovenko
Copy link
Member

aeyakovenko commented Jan 25, 2019

Problem

Each voting point, and therefore block, is a fork that may potentially need to be unrolled. The Bank implementation and the rest of the system is assuming a single unforkable bank state.

Proposed Solution

#2289 keeps track of forks and allows rollback between them.

@aeyakovenko
Copy link
Member Author

#2640 #2646

@aeyakovenko
Copy link
Member Author

aeyakovenko commented Mar 4, 2019

fixed #2975

@aeyakovenko
Copy link
Member Author

#2975

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

2 participants