mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 21:40:11 +00:00
adr
This commit is contained in:
@@ -81,6 +81,7 @@ Note the context/background should be written in the present tense.
|
||||
- [ADR-075: RPC Event Subscription Interface](./adr-075-rpc-subscription.md)
|
||||
- [ADR-079: Ed25519 Verification](./adr-079-ed25519-verification.md)
|
||||
- [ADR-081: Protocol Buffers Management](./adr-081-protobuf-mgmt.md)
|
||||
- [ADR-082: Out-of-band Sync](./adr-082-out-band-sync.md)
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
>
|
||||
> Superseded by [ADR 123](./adr-123.md)
|
||||
|
||||
Accepted | Rejected | Deprecated | Superseded by
|
||||
Accepted
|
||||
|
||||
## Context
|
||||
|
||||
@@ -90,11 +90,14 @@ func Bootstrap(sp StateProvider, appHeight int64, appHash []byte, bs BlockStore,
|
||||
|
||||
- This is a non-breaking change
|
||||
- Applications can now use their own state syncing protocols. This is especially useful when the saved snapshot is already from a trusted node.
|
||||
- Tendermint will still verify application state in the event that the out of band state does not match the hash of the respective block on chain
|
||||
|
||||
### Negative
|
||||
|
||||
### Neutral
|
||||
|
||||
- Users will need to have state sync correctly configured and enabled to take advantage of this functionality
|
||||
|
||||
## References
|
||||
|
||||
> Are there any relevant PR comments, issues that led up to this, or articles
|
||||
|
||||
Reference in New Issue
Block a user