Skip to content

Commit 7763af8

Browse files
committed
chore: Update CHANGELOG
1 parent 50e7856 commit 7763af8

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.15.0] - 2025-03-13
11+
12+
### Added
13+
14+
- Restored support for snark workers.
15+
- **Archive**: Support for storing blocks to AWS, GCP and filesystem.
16+
- **Tooling**: WebRTC traffic sniffer.
17+
- **GraphQL**:
18+
- `sendPayment` mutation.
19+
- `sendDelegation` mutation.
20+
- `pooledUserCommands` query.
21+
- `pooledZkappCommands` query.
22+
- Various other partially implemented queries expanded to ensure compatibility with the OCaml node.
23+
24+
25+
### Changed
26+
27+
- **P2P**: Wait until full validation is complete before broadcasting transactions and completed works.
28+
- **Transition frontier**: Perform cheap consensus operation first, and then the more expensive proof verification.
29+
- **Transaction pool**: Unified libp2p and webrtc logic for the initial phase of handling transactions received from gossip network. As a result, processing of transactions received during bootstrap is delayed until the initial sync is complete.
30+
- **Transaction pool**: Suspend processing during block production.
31+
32+
### Fixed
33+
34+
- **Transition frontier**: Rare race condition in the case of forks during block production that could result in dropping staged ledgers too early.
35+
- **Webnode**: Replaced tokio channels which had a race condition that could crash the thread on WASM.
36+
- **Transaction pool**: Verify zkApp proofs in a dedicated thread to avoid blocking the state machine.
37+
1038
## [0.14.0] - 2025-01-31
1139

1240
### Changed
@@ -366,7 +394,8 @@ First public release.
366394
- 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.
367395
- Web-based frontend for the node.
368396

369-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.14.0...develop
397+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.15.0...develop
398+
[0.15.0]: https://github.com/openmina/openmina/compare/v0.14.0...v0.15.0
370399
[0.14.0]: https://github.com/openmina/openmina/compare/v0.13.0...v0.14.0
371400
[0.13.0]: https://github.com/openmina/openmina/compare/v0.12.0...v0.13.0
372401
[0.12.0]: https://github.com/openmina/openmina/compare/v0.11.0...v0.12.0

0 commit comments

Comments
 (0)