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

This commit is contained in:
Sean Braithwaite
2019-12-02 06:02:10 +01:00
committed by Anton Kaliaev
parent c066b39396
commit 0523ecf632

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)