Skip to content

Commit 7c039f6

Browse files
committed
chore: Update CHANGELOG
1 parent 190491a commit 7c039f6

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.0] - 2024-12-04
11+
12+
### Fixed
13+
14+
- Properly handle time in cases in which the system goes to sleep.
15+
- Various corner cases in block proof production.
16+
- Improved ledgers sync during bootstrap (be smarter about which peers to query).
17+
- **P2P**: More efficient memory usage when managing the p2p state.
18+
- **P2P**: Lower outgoing traffic by being more conservative about what is broadcasted to each peer.
19+
- **P2P**: Better handling of disconnections.
20+
- **VRF**: Correctly handle cases in which the delegator table is empty.
21+
- **Webnode**: Peer connection handling improvements.
22+
23+
### Changed
24+
25+
- **Webnode**: Reduced startup time by loading prover indexes in parallel to the bootstrap process.
26+
- **Webnode**: Faster field operations (faster hashing and proving).
27+
- Improved hashing performance by caching and reusing common prefixes.
28+
- Added more pre-validation checks for blocks received from the network.
29+
30+
### Added
31+
32+
- **Webnode**: Transaction propagation
33+
- **P2P**: Support for specifying the external ip to be advertised.
34+
1035
## [0.11.0] - 2024-10-31
1136

1237
### Added
@@ -305,7 +330,8 @@ First public release.
305330
- 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.
306331
- Web-based frontend for the node.
307332

308-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.11.0...develop
333+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.12.0...develop
334+
[0.12.0]: https://github.com/openmina/openmina/compare/v0.11.0...v0.12.0
309335
[0.11.0]: https://github.com/openmina/openmina/compare/v0.10.3...v0.11.0
310336
[0.10.3]: https://github.com/openmina/openmina/compare/v0.10.0...v0.10.3
311337
[0.10.0]: https://github.com/openmina/openmina/compare/v0.9.0...v0.10.0

0 commit comments

Comments
 (0)