Skip to content

Commit 80f96bc

Browse files
authored
Merge pull request #793 from openmina/develop
Merge `develop` into `main`
2 parents c1441a1 + 93267ac commit 80f96bc

File tree

210 files changed

+19204
-5753
lines changed

Some content is hidden

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

210 files changed

+19204
-5753
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
119+
cargo install -f wasm-bindgen-cli --version 0.2.93
120120
121121
- name: Setup Rust Cache
122122
uses: Swatinem/rust-cache@v2

.idea/vcs.xml

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

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.0] - 2024-10-10
11+
12+
### Added
13+
14+
- GraphQL endpoints for o1js.
15+
- Support for batched verification of proofs.
16+
- Enabled full proof verification of completed works included in blocks.
17+
18+
### Changed
19+
20+
- Deduplication of zkApp logic.
21+
- Various internal improvements.
22+
23+
### Fixed
24+
25+
- Regression in the verification zkApp transactions with feature flags (introduced when upgrading proof-systems).
26+
- Potential overflow in yamux.
27+
- Added a missing check for next epoch seed finality
28+
1029
## [0.9.0] - 2024-10-02
1130

1231
### Fixes
@@ -260,7 +279,8 @@ First public release.
260279
- 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.
261280
- Web-based frontend for the node.
262281

263-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.9.0...develop
282+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.10.0...develop
283+
[0.10.0]: https://github.com/openmina/openmina/releases/tag/v0.9.0...v0.10.0
264284
[0.9.0]: https://github.com/openmina/openmina/releases/tag/v0.8.14...v0.9.0
265285
[0.8.14]: https://github.com/openmina/openmina/releases/tag/v0.8.13...v0.8.14
266286
[0.8.13]: https://github.com/openmina/openmina/releases/tag/v0.8.3...v0.8.13

0 commit comments

Comments
 (0)