Erik Grinaker
569981325a
Adds the ABCI interface for [state sync](https://github.com/tendermint/tendermint/issues/828) as outlined in [ADR-053](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-053-state-sync-prototype.md), and bumps ABCIVersion to `0.17.0`. The interface adds a new ABCI connection which Tendermint can use to query and load snapshots from the app (for serving snapshots to other nodes), and to offer and apply snapshots to the app (for state syncing a local node from peers). Split out from the original PR in #4645, state sync reactor will be submitted as a separate PR. The interface is implemented by the Cosmos SDK in https://github.com/cosmos/cosmos-sdk/pull/5803. |
5 years ago | |
---|---|---|
.. | ||
grpc_server.go | abci/server: print panic & stack trace to STDERR if logger is not set | 5 years ago |
server.go | libs/common: refactor libs common 3 (#4232) | 5 years ago |
socket_server.go | add ABCI interface for state sync snapshots (#4704) | 5 years ago |