From 0523ecf632e9a1bfb94900b930fa5b42977225b1 Mon Sep 17 00:00:00 2001 From: Sean Braithwaite Date: Mon, 2 Dec 2019 06:02:10 +0100 Subject: [PATCH] docs: update ADR 43 with links to PRs (#4207) --- docs/architecture/adr-043-blockchain-riri-org.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/architecture/adr-043-blockchain-riri-org.md b/docs/architecture/adr-043-blockchain-riri-org.md index 3cdf6e31e..8daef1817 100644 --- a/docs/architecture/adr-043-blockchain-riri-org.md +++ b/docs/architecture/adr-043-blockchain-riri-org.md @@ -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)