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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
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
+
10
24
### Added
11
25
12
26
-**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.
352
366
- 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