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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.8.2] - 2024-09-06
11
+
12
+
### Fixed
13
+
14
+
- Include circuit blobs in docker images, required for block production.
15
+
- Add missing bounds to ZkAppUri and TokenSymbol fields.
16
+
- Various stability improvements to make sure the node will not crash in certain circumstances.
17
+
18
+
### Changed
19
+
20
+
- Root snarked ledger re-syncs now reuse the previously in-progress root snarked ledger instead of starting again from the next-epoch ledger.
21
+
- Added `--libp2p-keypair=<path to json>` flag to specify encrypted secret key (with passphrase from `MINA_LIBP2P_PASS` environment variable).
22
+
10
23
## [0.8.1] - 2024-09-02
11
24
12
25
### Fixed
@@ -215,7 +228,8 @@ First public release.
215
228
- Alpha version of the node which can connect and syncup to the berkeleynet network, and keep applying new blocks to maintain consensus state and ledger up to date.
0 commit comments