Skip to content

Commit 1cab18f

Browse files
casonancazamfirnenadmilosevic95
authored
feat(docs): ADR on the consensus Write-Ahead Log (WAL) (#1408)
Closes #469. [Rendered](https://github.com/cason/malachite/blob/adr-wal/docs/architecture/adr-007-write-ahead-log.md) --------- Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> Co-authored-by: nenadmilosevic95 <nenad.milosevic@circle.com>
1 parent 6797b58 commit 1cab18f

2 files changed

Lines changed: 592 additions & 8 deletions

File tree

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov
2525

2626
## Table of Contents
2727

28-
| ADR \# | Description | Status |
29-
|---------------------------------------------|---------------------------------------------|-----------------------|
30-
| [001](./adr-001-architecture.md) | High Level Architecture | Accepted |
31-
| [002](./adr-002-node-actor.md) | Node Architecture using the Actor Model | Accepted |
32-
| [003](./adr-003-values-propagation.md) | Propagation of Proposed Values | Accepted |
33-
| [004](./adr-004-coroutine-effect-system.md) | Coroutine-Based Effect System for Consensus | Accepted |
34-
| [005](./adr-005-value-sync.md) | Value Sync Protocol | Accepted |
35-
| [006](./adr-006-proof-of-validator.md) | Proof-of-Validator Protocol | Accepted |
28+
| ADR \# | Description | Status |
29+
|---------------------------------------------|---------------------------------------------|----------|
30+
| [001](./adr-001-architecture.md) | High Level Architecture | Accepted |
31+
| [002](./adr-002-node-actor.md) | Node Architecture using the Actor Model | Accepted |
32+
| [003](./adr-003-values-propagation.md) | Propagation of Proposed Values | Accepted |
33+
| [004](./adr-004-coroutine-effect-system.md) | Coroutine-Based Effect System for Consensus | Accepted |
34+
| [005](./adr-005-value-sync.md) | Value Sync Protocol | Accepted |
35+
| [006](./adr-006-proof-of-validator.md) | Proof-of-Validator Protocol | Accepted |
36+
| [007](./adr-007-write-ahead-log.md) | Consensus Write-Ahead Log (WAL) | Accepted |

0 commit comments

Comments
 (0)