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)