We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1e6598 + 0094124 commit 4b0397cCopy full SHA for 4b0397c
2 files changed
.changelog/4539.feature.md
CHANGELOG.md
@@ -12,6 +12,24 @@ The format is inspired by [Keep a Changelog].
12
13
<!-- TOWNCRIER -->
14
15
+## 20.12.8 (2025-03-31)
16
+
17
+| Protocol | Version |
18
+|:------------------|:---------:|
19
+| Consensus | 2.0.0 |
20
+| Runtime Host | 1.0.0 |
21
+| Runtime Committee | 1.0.0 |
22
23
+### Features
24
25
+- Add archive mode support
26
+ ([#4539](https://github.com/oasisprotocol/oasis-core/issues/4539))
27
28
+ Node started in archive mode only serves existing consensus and runtime
29
+ states. The node has all unneeded consensus and P2P functionality disabled so
30
+ it wont participate in the network. Archive mode can be set using the
31
+ `consensus.tendermint.mode` setting.
32
33
## 20.12.7 (2021-04-23)
34
35
| Protocol | Version |
0 commit comments