Browse Source

docs/architecture: add missing ADRs to README, update status of ADR 034 (#5663)

pull/5672/head
Tess Rinearson 4 years ago
committed by GitHub
parent
commit
a736530e01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions
  1. +8
    -5
      docs/architecture/README.md
  2. +1
    -1
      docs/architecture/adr-034-priv-validator-file-structure.md

+ 8
- 5
docs/architecture/README.md View File

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

+ 1
- 1
docs/architecture/adr-034-priv-validator-file-structure.md View File

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


Loading…
Cancel
Save