-
Notifications
You must be signed in to change notification settings - Fork 42
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
[R4R] parity warp-like state sync #568
Conversation
14fc6d2
to
bb15927
Compare
9f7768a
to
e8ac2a2
Compare
2a4e6b6
to
10d76ff
Compare
As the application data is growing bigger and bigger, the snapshot process which tiggered by breathblock will cost more and more time. Suppose this circumstance, the snapshot process is started, but before its completion, the node is restarted by some unkown reason, will the uncompleted snapshot process be resumed? |
no :( in such case we have to run snapshot command manually |
6fc2fa3
to
65d99bd
Compare
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
* parity warp-like state sync * fix unit-test * revise a bit to support sync from any breathe block and code clean up * update dependency
Description
node: #568
tendermint: bnb-chain/bnc-tendermint#68
cosmos: bnb-chain/bnc-cosmos-sdk#130
iavl: bnb-chain/bnc-tendermint-iavl#6
Rationale
https://docs.google.com/document/d/1rJ3FDa2wUht-NIrvAsNG8HkZ5iyGbmCxwyiLazIz3H0/edit?usp=sharing
tendermint/tendermint#828
Example
play with testnet with:
config.zip
Changes
Notable changes:
Preflight checks
make build
)make test
)make integration_test
)Already reviewed by
...
Related issues
... reference related issue #'s here ...