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
* feat: add cycles + prover gas metrics Also improved logging for better vis and debugging. * chore: make fmt happy * chore: apply comments
* fix * doc nits
* fix * refresh gh
* add dev section to readme * doc pass
* fix(validity): request deadline * fix(fault-proof): request deadline * fix: add 1T gas limit The DEFAULT_GAS_LIMIT is 1B. * fix: add 4h timeout to agg proof request as well --------- Co-authored-by: fakedev9999 <taehoon@succinct.xyz>
* docs: add missing CELESTIA_INDEXER_RPC * feat: add op-celestia-indexer to docker compose * docs: update docs * fix healthcheck * docs: add warning for proof window * docs: udpate start l1 block and op-celestia-indexer
…naged instance (not naked proxies) (succinctlabs#606) * fix(contracts): upgrade, missing proxy in calldata for proxy admin managed instance (not naked proxies) * chore: forge fmt * refac(contracts): use abi.encodeCall --------- Co-authored-by: emiliano-conduitxyz <emiliano@conduit.xyz>
* feat: support eigenda Bumps sp1, hana, hokulea for kona-client/v1.0.2 with MSRV 1.86. * ci: install sp1 toolchain * chore: bump elfs * fix: write proof to stdin for proof agg * fix: bump hokulea + hardcoded vkey + defer verification * fmt * bump elfs * feat: docker for eigenda * refac: extract proof bytes from witness data * refac: remove executor placeholder * chore: download srs from proxy image * docs: add eigenda docs * chore: bump hokulea * make ci green * skip canoe proof generation * chore: bump hokulea * bump hokulea to support mock mode for sp1-cc proving
…s#608) * chore: remove unused code * fix: reduce RPC concurrency to prevent rate limit errors
Collaborator
|
We need to update the elf files when updating celo-kona version or op-succinct codes, see https://github.com/celo-org/op-succinct/blob/develop/book/advanced/verify-binaries.md to check how to build the elfs |
390862b to
8e9f803
Compare
|
There's a little fixup upstream we should probably include: https://github.com/succinctlabs/op-succinct/pull/610/files |
Author
I merged upstream/main again, so it that is included now. |
|
I'm currently testing the cost estimator on this, and facing some issues which seem to have been introduced by merging upstream. This error See https://github.com/celo-org/celo-blockchain-planning/issues/1236 |
…ct into karlb/merge-upstream2
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.
I didn't do thorough testing yet, but locally it compiles, lints and tests pass, except for the two tests that require many env vars to be set (didn't try enough to set them correctly yet).
Closes https://github.com/celo-org/celo-blockchain-planning/issues/1228