Skip to content

Commit d1dd9f9

Browse files
authored
Merge pull request #856 from openmina/develop
Merge `develop` into `main`
2 parents 07fa6a1 + 91c00b8 commit d1dd9f9

File tree

254 files changed

+22052
-7177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+22052
-7177
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
rustup default nightly
117117
rustup component add rustfmt rust-src
118118
rustup target add wasm32-unknown-unknown
119-
cargo install -f wasm-bindgen-cli --version 0.2.93
119+
cargo install -f wasm-bindgen-cli --version 0.2.95
120120
121121
- name: Setup Rust Cache
122122
uses: Swatinem/rust-cache@v2

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.11.0] - 2024-10-31
11+
12+
### Added
13+
14+
- **Webnode**: Peer discovery and p2p based signaling (so that webnodes can find each other).
15+
- **Webnode**: Connection authentication.
16+
- Support for specifying external IPs.
17+
18+
### Fixed
19+
20+
- **Ledger**: Fixed a regression introduced in v0.10.0 that caused the ZKApp precondition checks ordering to not match the OCaml implementation's exactly, which resulted in block application failures.
21+
- **Ledger**: Corrected handling of custom tokens in the block application logic.
22+
- **P2P**: Reduced excessive outgoing traffic.
23+
- **P2P**: Yamux fixes and improvements (backpressure).
24+
- **Webnode**: Staging ledger sync timeout.
25+
1026
## [0.10.3] - 2024-10-16
1127

1228
### Added
@@ -289,7 +305,8 @@ First public release.
289305
- 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.
290306
- Web-based frontend for the node.
291307

292-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.10.3...develop
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
293310
[0.10.3]: https://github.com/openmina/openmina/releases/tag/v0.10.0...v0.10.3
294311
[0.10.0]: https://github.com/openmina/openmina/releases/tag/v0.9.0...v0.10.0
295312
[0.9.0]: https://github.com/openmina/openmina/releases/tag/v0.8.14...v0.9.0

0 commit comments

Comments
 (0)