Skip to content

Commit

Permalink
Merge pull request #1857 from o1-labs/feature/fix-compilation-of-main
Browse files Browse the repository at this point in the history
Update proof-systems for safe lagrange-basis tracking
  • Loading branch information
45930 authored Oct 15, 2024
2 parents 0f8ff81 + 3bbb4f9 commit f15293a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- ZkProgram and SmartContract now also support private inputs that are not proofs themselves, but contain proofs nested within a Struct or array
- Only `SelfProof` can still not be nested because it needs special treatment

### Fixes

- Fix verification of serialized proofs done before compiling any circuits https://github.com/o1-labs/o1js/pull/1857

## [1.8.0](https://github.com/o1-labs/o1js/compare/5006e4f...450943) - 2024-09-18

### Added
Expand Down
27 changes: 27 additions & 0 deletions src/lib/proof-system/cached-verification.unit-test.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/mina
Submodule mina updated 104 files

0 comments on commit f15293a

Please sign in to comment.