Skip to content

Commit 8be1a63

Browse files
committed
chore: Update CHANGELOG
1 parent eef3475 commit 8be1a63

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.14.0] - 2025-01-31
11+
12+
### Changed
13+
14+
- **Rust Toolchain**: Updated the minimum required Rust toolchain to version 1.84.
15+
- **Proofs**: Optimizations (MSM, field inversion) that speed up proof production.
16+
17+
### Fixed
18+
19+
- **P2P**: Correct handling of yamux windows limits
20+
- **P2P**: Wait until full validation is complete before broadcasting blocks.
21+
- **WebRTC/P2P**: Handle propagation of messages received from the WebRTC network to libp2p's gossip network (blocks, snarks and transactions).
22+
- **Transaction pool**: Fixed checks for deep account updates when pre-validating transactions.
23+
1024
### Added
1125

1226
- **Archive mode**: Added support for archive mode, which allows the node to connect to an archiver process and store node data in a database.
@@ -352,7 +366,8 @@ First public release.
352366
- 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.
353367
- Web-based frontend for the node.
354368

355-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.13.0...develop
369+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.14.0...develop
370+
[0.14.0]: https://github.com/openmina/openmina/compare/v0.13.0...v0.14.0
356371
[0.13.0]: https://github.com/openmina/openmina/compare/v0.12.0...v0.13.0
357372
[0.12.0]: https://github.com/openmina/openmina/compare/v0.11.0...v0.12.0
358373
[0.11.0]: https://github.com/openmina/openmina/compare/v0.10.3...v0.11.0

0 commit comments

Comments
 (0)