This commit is contained in:
Callum Waters
2022-11-01 11:14:54 +01:00
parent 003de21794
commit ba9c16b46f
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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