Skip to content

Commit

Permalink
docs: ADR-102 - RPC Companion (cometbft#658)
Browse files Browse the repository at this point in the history
[Rendered](https://github.com/cometbft/cometbft/blob/andy/adr-102-standalone-rpc/docs/architecture/adr-102-rpc-companion.md)

closes: cometbft#592

This is a WIP document for the RPC Companion ADR

---------

Co-authored-by: Jasmina Malicevic <[email protected]>
Co-authored-by: Lasaro <[email protected]>
Co-authored-by: Daniel <[email protected]>
Co-authored-by: Sergio Mena <[email protected]>
  • Loading branch information
5 people authored Mar 25, 2024
1 parent 1884beb commit c3304ee
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[docs/references]` Added ADR-102: RPC Companion.
([\#658](https://github.com/cometbft/cometbft/pull/658))
6 changes: 3 additions & 3 deletions docs/references/architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ numbering our ADRs from 100 onwards.

### Proposed

- [ADR-103: Protobuf definition versioning](adr-103-proto-versioning.md)
- [ADR-105: Refactor list of senders in mempool](adr-105-refactor-mempool-senders.md)

### Accepted

- [ADR-101: Data companion pull API](adr-101-data-companion-pull-api.md)
- [ADR-102: RPC Companion](adr-102-rpc-companion.md)
- [ADR-103: Protobuf definition versioning](adr-103-proto-versioning.md)
- [ADR-104: State sync from local snapshot](adr-104-out-of-band-state-sync.md)
- [ADR-105: Refactor list of senders in mempool](adr-105-refactor-mempool-senders.md)
- [ADR-107: Rename protobuf versions of 0.x releases to pre-v1 betas](adr-107-betaize-proto-versions.md)
- [ADR-109: Reduce CometBFT Go API Surface Area](adr-109-reduce-go-api-surface.md)
- [ADR-111: `nop` Mempool](adr-111-nop-mempool.md)
Expand Down
Loading

0 comments on commit c3304ee

Please sign in to comment.