Skip to content

Commit 2338fe6

Browse files
authored
Merge pull request #968 from openmina/prepare-release/v0.12.0
Prepare release v0.12.0
2 parents 2e6dfbd + 05cb43a commit 2338fe6

File tree

31 files changed

+109
-81
lines changed

31 files changed

+109
-81
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1035
## [0.11.0] - 2024-10-31
1136

1237
### Added
@@ -305,24 +330,25 @@ First public release.
305330
- 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.
306331
- Web-based frontend for the node.
307332

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
328354
[0.0.1]: https://github.com/openmina/openmina/releases/tag/v0.0.1

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

cli/replay_dynamic_effects/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "replay_dynamic_effects"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openmina-core"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

docker-compose.local.producers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
local-producer-cluster:
33
container_name: local-producer-cluster
4-
image: openmina/openmina:0.11.0
4+
image: openmina/openmina:0.12.0
55
environment:
66
- RUST_BACKTRACE=1
77
entrypoint: ["openmina-node-testing", "scenarios-generate", "--name", "simulation-small-forever-real-time"]
@@ -12,7 +12,7 @@ services:
1212

1313
frontend:
1414
container_name: frontend
15-
image: openmina/frontend:0.11.0
15+
image: openmina/frontend:0.12.0
1616
environment:
1717
OPENMINA_FRONTEND_ENVIRONMENT: block-producers
1818
ports:

fuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openmina-fuzzer"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mina-tree"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openmina-macros"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = [ "Alexander Koptelov <[email protected]>" ]

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

0 commit comments

Comments
 (0)