diff --git a/docs/architecture/README.md b/docs/architecture/README.md index a0b95d880..ee3f5fd1f 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -63,7 +63,7 @@ Note the context/background should be written in the present tense. - [ADR-034-Priv-Validator-File-Structure](./adr-034-priv-validator-file-structure.md) - [ADR-035-Documentation](./adr-035-documentation.md) - [ADR-037-Deliver-Block](./adr-037-deliver-block.md) -- [ADR-038-non-zero-start-height](./adr-038-non-zero-start-height.md) +- [ADR-038-Non-Zero-Start-Height](./adr-038-non-zero-start-height.md) - [ADR-039-Peer-Behaviour](./adr-039-peer-behaviour.md) - [ADR-041-Proposer-Selection-via-ABCI](./adr-041-proposer-selection-via-abci.md) - [ADR-043-Blockchain-RiRi-Org](./adr-043-blockchain-riri-org.md) @@ -74,8 +74,11 @@ Note the context/background should be written in the present tense. - [ADR-051-Double-Signing-Risk-Reduction](./adr-051-double-signing-risk-reduction.md) - [ADR-052-Tendermint-Mode](./adr-052-tendermint-mode.md) - [ADR-053-State-Sync-Prototype](./adr-053-state-sync-prototype.md) -- [ADR-054-crypto-encoding-2](./adr-054-crypto-encoding-2.md) -- [ADR-055-protobuf-design](./adr-055-protobuf-design.md) -- [ADR-056-light-client-amnesia-attacks](./adr-056-light-client-amnesia-attacks) +- [ADR-054-Crypto-Encoding-2](./adr-054-crypto-encoding-2.md) +- [ADR-055-Protobuf-Design](./adr-055-protobuf-design.md) +- [ADR-056-Light-Client-Amnesia-Attacks](./adr-056-light-client-amnesia-attacks) - [ADR-057-RPC](./adr-057-RPC.md) -- [ADR-058-event-hashing](./adr-058-event-hashing.md) +- [ADR-058-Event-Hashing](./adr-058-event-hashing.md) +- [ADR-059-Evidence-Composition-and-Lifecycle](./adr-059-evidence-composition-and-lifecycle.md) +- [ADR-060-Go-API-Stability](./adr-060-go-api-stability.md) +- [ADR-061-P2P-Refactor-Scope](./adr-061-p2p-refactor-scope.md) diff --git a/docs/architecture/adr-034-priv-validator-file-structure.md b/docs/architecture/adr-034-priv-validator-file-structure.md index 83160bfb8..8eb7464b4 100644 --- a/docs/architecture/adr-034-priv-validator-file-structure.md +++ b/docs/architecture/adr-034-priv-validator-file-structure.md @@ -57,7 +57,7 @@ What we need to do next is changing the methods of `FilePV`. ## Status -Draft. +Accepted and implemented in [#2870](https://github.com/tendermint/tendermint/pull/2870). ## Consequences