Skip to content

Commit

Permalink
docs: Update ADRs for v0.37 (tendermint#9399)
Browse files Browse the repository at this point in the history
* ADR-060 accepted -> proposed

Signed-off-by: Thane Thomson <[email protected]>

* ADR-061 accepted -> proposed

Signed-off-by: Thane Thomson <[email protected]>

* ADR-062 implemented -> proposed

Signed-off-by: Thane Thomson <[email protected]>

* ADR-063 implemented -> accepted

Signed-off-by: Thane Thomson <[email protected]>

* ADR-077: Update title and status to reflect current reality

Signed-off-by: Thane Thomson <[email protected]>

* ADR-078: Update status to reflect current reality

Signed-off-by: Thane Thomson <[email protected]>

* ADR-079: accepted

Signed-off-by: Thane Thomson <[email protected]>

* ADR-068 and ADR-080: proposed

Signed-off-by: Thane Thomson <[email protected]>

* ADR-065: implemented

Signed-off-by: Thane Thomson <[email protected]>

* ADR-076: implemented

Signed-off-by: Thane Thomson <[email protected]>

Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson authored Sep 12, 2022
1 parent ac866e3 commit dfefd83
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 21 deletions.
20 changes: 10 additions & 10 deletions docs/architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,28 +63,23 @@ Note the context/background should be written in the present tense.
- [ADR-055: Protobuf-Design](./adr-055-protobuf-design.md)
- [ADR-056: Light-Client-Amnesia-Attacks](./adr-056-light-client-amnesia-attacks.md)
- [ADR-059: Evidence-Composition-and-Lifecycle](./adr-059-evidence-composition-and-lifecycle.md)
- [ADR-062: P2P-Architecture](./adr-062-p2p-architecture.md)
- [ADR-063: Privval-gRPC](./adr-063-privval-grpc.md)
- [ADR-065: Custom Event Indexing](./adr-065-custom-event-indexing.md)
- [ADR-066: E2E-Testing](./adr-066-e2e-testing.md)
- [ADR-072: Restore Requests for Comments](./adr-072-request-for-comments.md)
- [ADR-077: Block Retention](./adr-077-block-retention.md)
- [ADR-076: Combine Spec and Tendermint Repositories](./adr-076-combine-spec-repo.md)
- [ADR-077: Configurable Block Retention](./adr-077-block-retention.md)
- [ADR-078: Non-zero Genesis](./adr-078-nonzero-genesis.md)
- [ADR-079: ED25519 Verification](./adr-079-ed25519-verification.md)
- [ADR-080: Reverse Sync](./adr-080-reverse-sync.md)

### Accepted

- [ADR-006: Trust-Metric](./adr-006-trust-metric.md)
- [ADR-024: Sign-Bytes](./adr-024-sign-bytes.md)
- [ADR-035: Documentation](./adr-035-documentation.md)
- [ADR-039: Peer-Behaviour](./adr-039-peer-behaviour.md)
- [ADR-060: Go-API-Stability](./adr-060-go-api-stability.md)
- [ADR-061: P2P-Refactor-Scope](./adr-061-p2p-refactor-scope.md)
- [ADR-065: Custom Event Indexing](./adr-065-custom-event-indexing.md)
- [ADR-068: Reverse-Sync](./adr-068-reverse-sync.md)
- [ADR-063: Privval-gRPC](./adr-063-privval-grpc.md)
- [ADR-067: Mempool Refactor](./adr-067-mempool-refactor.md)
- [ADR-075: RPC Event Subscription Interface](./adr-075-rpc-subscription.md)
- [ADR-076: Combine Spec and Tendermint Repositories](./adr-076-combine-spec-repo.md)
- [ADR-079: Ed25519 Verification](./adr-079-ed25519-verification.md)
- [ADR-081: Protocol Buffers Management](./adr-081-protobuf-mgmt.md)

### Deprecated
Expand Down Expand Up @@ -113,8 +108,13 @@ None
- [ADR-045: ABCI-Evidence](./adr-045-abci-evidence.md)
- [ADR-050: Improved Trusted Peering](./adr-050-improved-trusted-peering.md)
- [ADR-057: RPC](./adr-057-RPC.md)
- [ADR-060: Go-API-Stability](./adr-060-go-api-stability.md)
- [ADR-061: P2P-Refactor-Scope](./adr-061-p2p-refactor-scope.md)
- [ADR-062: P2P-Architecture](./adr-062-p2p-architecture.md)
- [ADR-064: Batch Verification](./adr-064-batch-verification.md)
- [ADR-068: Reverse-Sync](./adr-068-reverse-sync.md)
- [ADR-069: Node Initialization](./adr-069-flexible-node-initialization.md)
- [ADR-071: Proposer-Based Timestamps](./adr-071-proposer-based-timestamps.md)
- [ADR-073: Adopt LibP2P](./adr-073-libp2p.md)
- [ADR-074: Migrate Timeout Parameters to Consensus Parameters](./adr-074-timeout-params.md)
- [ADR-080: Reverse Sync](./adr-080-reverse-sync.md)
2 changes: 1 addition & 1 deletion docs/architecture/adr-060-go-api-stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ The API guarantees above can be fairly constraining, but are unavoidable given t

## Status

Accepted
Proposed

## Consequences

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-061-p2p-refactor-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This phase covers speculative, wide-reaching proposals that are poorly defined a

## Status

Accepted
Proposed

## Consequences

Expand Down
4 changes: 3 additions & 1 deletion docs/architecture/adr-062-p2p-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@ func EchoReactor(ctx context.Context, channel *p2p.Channel, peerUpdates *p2p.Pee

## Status

Partially implemented ([#5670](https://github.com/tendermint/tendermint/issues/5670))
Proposed

Was partially implemented in v0.35 ([#5670](https://github.com/tendermint/tendermint/issues/5670))

## Consequences

Expand Down
4 changes: 2 additions & 2 deletions docs/architecture/adr-063-privval-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ The upgrade of [tmkms](https://github.com/iqlusioninc/tmkms) will be coordinated

## Status


Implemented
Accepted (tracked in
[\#9256](https://github.com/tendermint/tendermint/issues/9256))

### Positive

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-065-custom-event-indexing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

## Status

Accepted
Implemented

## Context

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-068-reverse-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Status

Accepted
Proposed

## Context

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-076-combine-spec-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Status

Accepted.
Implemented

## Context

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-077-block-retention.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The returned `retain_height` would be the lowest height that satisfies:

## Status

Accepted
Implemented

## Consequences

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-078-nonzero-genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ block may fail.

## Status

Accepted
Implemented

## Consequences

Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/adr-079-ed25519-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ As part of the acceptance of this proposal it would be best to contract or discu

## Status

Proposed
Accepted (implicitly tracked in
[\#9186](https://github.com/tendermint/tendermint/issues/9186))

## Consequences

Expand Down

0 comments on commit dfefd83

Please sign in to comment.