-
Notifications
You must be signed in to change notification settings - Fork 152
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
🧹 Remove Fork()
and Swap()
#3948
🧹 Remove Fork()
and Swap()
#3948
Conversation
f206e2a
to
f7ed600
Compare
Here, in NineChronicles.Snapshot use a fork and swap afaik. Could you check it? |
I have checked it. It is all done externally without using |
Agree. |
We can finally assume forking and swapping of chains would not happen through normal operations. 🙃
As such, once 5.3.0 is released, we can perform an analysis on an
IStore
and migrate/prune the internal DB and simplify theIStore
interface accordingly.