Skip to content

Commit 1af3287

Browse files
committed
Update CHANGELOG
1 parent 52a539b commit 1af3287

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2024-02-02
11+
12+
### Fixed
13+
14+
- Optimized scan state to reduce memory usage by avoiding duplication of data.
15+
- Updated proof verification to be compatible with the current berkeleynet (rampup4).
16+
17+
### Added
18+
19+
- Introduced support for producing proofs (blocks, payments, zkApp transactions, and merge proofs) compatible with the current berkeleynet (rampup4), with pending support for generating circuits.
20+
- Added the ability to produce blocks (excluding user transactions) for testing purposes.
21+
- Implemented pruning of inferior blocks post synchronization with the best tip.
22+
- Enhanced the testing framework and debugging support as follows:
23+
- Improved compatibility with the OCaml node within the testing framework.
24+
- Introduced declarations for essential invariants to be verified by the test framework, simulator, and replayer.
25+
- Integrated SNARK worker into the simulator for SNARK production.
26+
- Added functionality to store dumps of blocks and staged ledgers for inspection upon block application failure due to mismatches.
27+
1028
## [0.0.1] - 2023-12-22
1129

1230
First public release.
@@ -16,5 +34,6 @@ First public release.
1634
- 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.
1735
- Web-based frontend for the node.
1836

19-
[unreleased]: https://github.com/openmina/openmina/compare/v0.0.1...develop
37+
[unreleased]: https://github.com/openmina/openmina/compare/v0.1.0...develop
38+
[0.1.0]: https://github.com/openmina/openmina/releases/tag/v0.0.1...v0.1.0
2039
[0.0.1]: https://github.com/openmina/openmina/releases/tag/v0.0.1

0 commit comments

Comments
 (0)