Merge upstream and bump hokulea to make Canoe verification working#12
Merged
Merge upstream and bump hokulea to make Canoe verification working#12
Conversation
* ci: add link + spell checker * ci: remove recursive submodules checkout * docs: use different link for spn
…sts (succinctlabs#560) * add : essential logs for range+agg proofs * chg : if/else into match --------- Co-authored-by: Yuwen Zhang <7747842+yuwen01@users.noreply.github.com>
* chore: bump kona * refac: avoid allocations when handling input * refac: avoid alloc + clone * chore: nits
* feat: add game prove metrics * feat: add fast finality proving limit * chore: nit fixes
* feat: improve game resolution * feat(fault-proof): separate bond claiming by mode * docs: fix typo * feat: set jemalloc as global allocator
* feat: update to support celestia indexer changes See celestiaorg/optimism#502. Now handles batcher that switch between DA layers. * chore: fix logger init * chore: bump hana for v4 compatibility * chore: bump celestia range elf
* dummy * pin nightly version
* tests pass, fixes in * proposer is running locally * fix test, still broken though * more detailed error * jank proxy * wrapper solution instead * cleanup * fix silly errors; * tweak forge test * docs for dgfProposeL2Output; * spot=false * bump elf * nits + docs * add audit + pin nightly toolchain
* chore: add features support to deploy-fdg-contracts in justfile * feat(contracts): add missing getters for public values
* fix: end exclusive range See https://docs.celestia.org/how-to-guides/blobstream-proof-queries. * refactor(scripts): host method for starting block * refac: handle when None returned * change for fetch-l2oo-config as well
Bumps sp1, hana, hokulea for kona-client/v1.0.2 with MSRV 1.86.
…seolaoh/test-2 # Conflicts: # .github/workflows/ci.yaml # .github/workflows/elf.yml # .github/workflows/integration-tests.yml # Cargo.lock # Cargo.toml # book/advanced/verify-binaries.md # elf/aggregation-elf # elf/celestia-range-elf-embedded # elf/eigenda-range-elf-embedded # elf/range-elf-bump # elf/range-elf-embedded # fault-proof/Cargo.toml # fault-proof/bin/challenger.rs # fault-proof/bin/proposer.rs # fault-proof/src/challenger.rs # fault-proof/src/config.rs # fault-proof/src/lib.rs # fault-proof/tests/common/process.rs # rust-toolchain.toml # scripts/utils/bin/fetch_fault_dispute_game_config.rs # scripts/utils/bin/fetch_l2oo_config.rs # utils/build/src/lib.rs # utils/client/src/client.rs # utils/client/src/precompiles/mod.rs # utils/eigenda/client/Cargo.toml # utils/eigenda/client/src/executor.rs # utils/eigenda/host/Cargo.toml # utils/eigenda/host/src/host.rs # utils/eigenda/host/src/witness_generator.rs # utils/host/src/host.rs
- canoe multi-DAcert optimization - bumped sp1 to v5 - fixed the SRS error (resolves error with large batch)
🚨 Bugbot Trial ExpiredYour team's Bugbot trial has expired. Please contact your team administrator to turn on the paid plan to continue using Bugbot. A team admin can activate the plan in the Cursor dashboard. |
palango
reviewed
Aug 15, 2025
palango
approved these changes
Aug 15, 2025
palango
left a comment
There was a problem hiding this comment.
I didn't check any commit in detail. Given that you were able to run the cost-estimator with these changes it's good to go ahead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the version where proof generation (including Canoe) succeeded.
Tests Performed
cost-estimatorwith mock proof generation on Celo Sepolia (related to https://github.com/celo-org/celo-blockchain-planning/issues/1148)multiprogram execution with real proof generation on Celo Sepolia (related to https://github.com/celo-org/celo-blockchain-planning/issues/1149)Main Changes
write_prooffor writing Canoe proofs to SP1 stdincannot generate a kzg proof: serialization error: polynomial length is not correctoccurred with large batchvk hash from syscall does not match vkey from input