@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.12.0] - 2024-12-04
11
+
12
+ ### Fixed
13
+
14
+ - Properly handle time in cases in which the system goes to sleep.
15
+ - Various corner cases in block proof production.
16
+ - Improved ledgers sync during bootstrap (be smarter about which peers to query).
17
+ - ** P2P** : More efficient memory usage when managing the p2p state.
18
+ - ** P2P** : Lower outgoing traffic by being more conservative about what is broadcasted to each peer.
19
+ - ** P2P** : Better handling of disconnections.
20
+ - ** VRF** : Correctly handle cases in which the delegator table is empty.
21
+ - ** Webnode** : Peer connection handling improvements.
22
+
23
+ ### Changed
24
+
25
+ - ** Webnode** : Reduced startup time by loading prover indexes in parallel to the bootstrap process.
26
+ - ** Webnode** : Faster field operations (faster hashing and proving).
27
+ - Improved hashing performance by caching and reusing common prefixes.
28
+ - Added more pre-validation checks for blocks received from the network.
29
+
30
+ ### Added
31
+
32
+ - ** Webnode** : Transaction propagation
33
+ - ** P2P** : Support for specifying the external ip to be advertised.
34
+
10
35
## [ 0.11.0] - 2024-10-31
11
36
12
37
### Added
@@ -305,24 +330,25 @@ First public release.
305
330
- 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.
306
331
- Web-based frontend for the node.
307
332
308
- [ Unreleased ] : https://github.com/openmina/openmina/compare/v0.11.0...develop
309
- [ 0.11.0 ] : https://github.com/openmina/openmina/releases/tag/v0.10.3...v0.11.0
310
- [ 0.10.3 ] : https://github.com/openmina/openmina/releases/tag/v0.10.0...v0.10.3
311
- [ 0.10.0 ] : https://github.com/openmina/openmina/releases/tag/v0.9.0...v0.10.0
312
- [ 0.9.0 ] : https://github.com/openmina/openmina/releases/tag/v0.8.14...v0.9.0
313
- [ 0.8.14 ] : https://github.com/openmina/openmina/releases/tag/v0.8.13...v0.8.14
314
- [ 0.8.13 ] : https://github.com/openmina/openmina/releases/tag/v0.8.3...v0.8.13
315
- [ 0.8.3 ] : https://github.com/openmina/openmina/releases/tag/v0.8.2...v0.8.3
316
- [ 0.8.2 ] : https://github.com/openmina/openmina/releases/tag/v0.8.1...v0.8.2
317
- [ 0.8.1 ] : https://github.com/openmina/openmina/releases/tag/v0.8.0...v0.8.1
318
- [ 0.8.0 ] : https://github.com/openmina/openmina/releases/tag/v0.7.0...v0.8.0
319
- [ 0.7.0 ] : https://github.com/openmina/openmina/releases/tag/v0.6.0...v0.7.0
320
- [ 0.6.0 ] : https://github.com/openmina/openmina/releases/tag/v0.5.1...v0.6.0
321
- [ 0.5.1 ] : https://github.com/openmina/openmina/releases/tag/v0.5.0...v0.5.1
322
- [ 0.5.0 ] : https://github.com/openmina/openmina/releases/tag/v0.4.0...v0.5.0
323
- [ 0.4.0 ] : https://github.com/openmina/openmina/releases/tag/v0.3.0...v0.4.0
324
- [ 0.3.1 ] : https://github.com/openmina/openmina/releases/tag/v0.3.0...v0.3.1
325
- [ 0.3.0 ] : https://github.com/openmina/openmina/releases/tag/v0.2.0...v0.3.0
326
- [ 0.2.0 ] : https://github.com/openmina/openmina/releases/tag/v0.1.0...v0.2.0
327
- [ 0.1.0 ] : https://github.com/openmina/openmina/releases/tag/v0.0.1...v0.1.0
333
+ [ Unreleased ] : https://github.com/openmina/openmina/compare/v0.12.0...develop
334
+ [ 0.12.0 ] : https://github.com/openmina/openmina/compare/v0.11.0...v0.12.0
335
+ [ 0.11.0 ] : https://github.com/openmina/openmina/compare/v0.10.3...v0.11.0
336
+ [ 0.10.3 ] : https://github.com/openmina/openmina/compare/v0.10.0...v0.10.3
337
+ [ 0.10.0 ] : https://github.com/openmina/openmina/compare/v0.9.0...v0.10.0
338
+ [ 0.9.0 ] : https://github.com/openmina/openmina/compare/v0.8.14...v0.9.0
339
+ [ 0.8.14 ] : https://github.com/openmina/openmina/compare/v0.8.13...v0.8.14
340
+ [ 0.8.13 ] : https://github.com/openmina/openmina/compare/v0.8.3...v0.8.13
341
+ [ 0.8.3 ] : https://github.com/openmina/openmina/compare/v0.8.2...v0.8.3
342
+ [ 0.8.2 ] : https://github.com/openmina/openmina/compare/v0.8.1...v0.8.2
343
+ [ 0.8.1 ] : https://github.com/openmina/openmina/compare/v0.8.0...v0.8.1
344
+ [ 0.8.0 ] : https://github.com/openmina/openmina/compare/v0.7.0...v0.8.0
345
+ [ 0.7.0 ] : https://github.com/openmina/openmina/compare/v0.6.0...v0.7.0
346
+ [ 0.6.0 ] : https://github.com/openmina/openmina/compare/v0.5.1...v0.6.0
347
+ [ 0.5.1 ] : https://github.com/openmina/openmina/compare/v0.5.0...v0.5.1
348
+ [ 0.5.0 ] : https://github.com/openmina/openmina/compare/v0.4.0...v0.5.0
349
+ [ 0.4.0 ] : https://github.com/openmina/openmina/compare/v0.3.0...v0.4.0
350
+ [ 0.3.1 ] : https://github.com/openmina/openmina/compare/v0.3.0...v0.3.1
351
+ [ 0.3.0 ] : https://github.com/openmina/openmina/compare/v0.2.0...v0.3.0
352
+ [ 0.2.0 ] : https://github.com/openmina/openmina/compare/v0.1.0...v0.2.0
353
+ [ 0.1.0 ] : https://github.com/openmina/openmina/compare/v0.0.1...v0.1.0
328
354
[ 0.0.1 ] : https://github.com/openmina/openmina/releases/tag/v0.0.1
0 commit comments