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
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
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
+
10
38
## [0.14.0] - 2025-01-31
11
39
12
40
### Changed
@@ -366,7 +394,8 @@ First public release.
366
394
- 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