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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.13.0] - 2025-01-06
11
+
10
12
### Fixed
11
13
12
14
-**Mempool**: Inside the transaction and snark pool reducers, only broadcast locally injected transactions and producer snarks. Libp2p layer takes care of diffs received from gossip already.
15
+
-**P2P**: Don't forget the initial peers list.
16
+
- WebRTC connection leaks.
17
+
- zkApp transaction proofs are now verified on a separate thread.
18
+
- Sometimes produced blocks were broadcasted too early.
19
+
-`OneOrTwo::zip` never panics now, on failure it returns an error.
13
20
14
21
### Changed
15
22
16
23
- On native, use jemalloc as the default allocator.
24
+
- Allocations reduced considerably by using stack-allocated bignums in the VRF evaluator.
25
+
- The same thread is now reused to verify all block proofs.
26
+
-`RUST_BACKTRACE` is always set to `full` now.
17
27
18
28
## [0.12.0] - 2024-12-04
19
29
@@ -338,7 +348,8 @@ First public release.
338
348
- 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