Mark ADR 075 as "accepted". (#7699)

This commit is contained in:
M. J. Fromberger
2022-01-26 08:33:13 -08:00
committed by GitHub
parent 0aa3b0b6fc
commit 05d8a0bd05
2 changed files with 3 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ Note the context/background should be written in the present tense.
- [ADR-065: Custom Event Indexing](./adr-065-custom-event-indexing.md)
- [ADR-068: Reverse-Sync](./adr-068-reverse-sync.md)
- [ADR-067: Mempool Refactor](./adr-067-mempool-refactor.md)
- [ADR-075: RPC Event Subscription Interface](./adr-075-rpc-subscription.md)
### Rejected
@@ -102,4 +103,3 @@ Note the context/background should be written in the present tense.
- [ADR-069: Node Initialization](./adr-069-flexible-node-initialization.md)
- [ADR-071: Proposer-Based Timestamps](adr-071-proposer-based-timestamps.md)
- [ADR-074: Migrate Timeout Parameters to Consensus Parameters](./adr-074-timeout-params.md)
- [ADR-075: RPC Event Subscription Interface](./adr-075-rpc-subscription.md)

View File

@@ -2,13 +2,14 @@
## Changelog
- 26-Jan-2022: Marked accepted.
- 22-Jan-2022: Updated and expanded (@creachadair).
- 20-Nov-2021: Initial draft (@creachadair).
---
## Status
Proposed
Accepted
---
## Background & Context