Browse Source

docs: update ADR 43 with links to PRs (#4207)

pull/4218/head
Sean Braithwaite 5 years ago
committed by Anton Kaliaev
parent
commit
0523ecf632
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      docs/architecture/adr-043-blockchain-riri-org.md

+ 8
- 2
docs/architecture/adr-043-blockchain-riri-org.md View File

@ -3,6 +3,7 @@
## Changelog
* 18-06-2019: Initial draft
* 08-07-2019: Reviewed
* 29-11-2019: Implemented
## Context
@ -363,7 +364,13 @@ type Peer struct {
## Status
Work in progress
This design is under active development. The Implementation has been
staged in the following PRs:
* [Routine](https://github.com/tendermint/tendermint/pull/3878)
* [Processor](https://github.com/tendermint/tendermint/pull/4012)
* [Scheduler](https://github.com/tendermint/tendermint/pull/4043)
* [Reactor](https://github.com/tendermint/tendermint/pull/4067)
## Consequences
@ -386,6 +393,5 @@ Work in progress
## References
* [ADR-40](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-040-blockchain-reactor-refactor.md): The original blockchain reactor re-org proposal
* [Blockchain re-org](https://github.com/tendermint/tendermint/pull/3561): The current blockchain reactor re-org implementation (v1)

Loading…
Cancel
Save