You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,36 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [axon-r03] - 2024-09-06
6
+
7
+
_Full changelog below._
8
+
9
+
### ⭐ HIGHLIGHT | Consistent Genesis 🧬🚀
10
+
11
+
The Consistent Genesis feature introduces an additional step of sealing the genesis, ensuring the inclusion of the genesis state, including both custom and built-in actors. This step prevents inconsistencies during node initialization. Previously, the genesis process required certain actors to be deployed at runtime when the node started, which could result in a panic and prevent the node from starting. With the Consistent Genesis update, actor code is directly incorporated into the genesis as part of the state tree, ensuring stability and consistency across all node starts.
12
+
13
+
### 🚀 Features
14
+
15
+
-_(node)_ Consistent Genesis (#1016)
16
+
-_(contracts)_ Improvements to contract deployment scripts (#1108)
17
+
18
+
### 🐛 Bug Fixes
19
+
20
+
-_(core)_ Set the default Fendermint log level to INFO (#1123)
21
+
-_(ci)_ CI speed-up improvements (#1124)
22
+
23
+
### 📚 Documentation
24
+
25
+
-_(docs)_ Moved documentation to monorepo (#1014)
26
+
-_(specs)_ Subnet Genesis v2 spec (#1113)
27
+
-_(node)_ Updated running docs with Consistent Genesis (#1128)
28
+
29
+
### ⚙️ Miscellaneous Tasks
30
+
31
+
- Fixed typos and updated dependencies (#1087, #1106, #1089)
32
+
- Fixed clippy/fmt and improved cache usage (#1125)
33
+
- Applied Prettier formatting to contracts (#1111)
34
+
5
35
## [axon-r02] - 2024-07-23
6
36
7
37
_Full changelog below._
@@ -20,7 +50,7 @@ Refer to full observability documentation [here](./docs/fendermint/observability
| Consensus |`BlockProposalEvaluated`| Records the result from evaluating block proposals |`consensus_block_proposal_accepted_height` (IntGauge), `consensus_block_proposal_rejected_height` (IntGauge) |
@@ -39,23 +69,23 @@ Refer to full observability documentation [here](./docs/fendermint/observability
39
69
40
70
### 🚀 Features
41
71
42
-
-*(node)* New observability architecture + events (#1053)
43
-
-*(node)* New observability bottom up tracing/metrics (#1061)
0 commit comments