- 18 Apr, 2024 5 commits
-
-
Maurelian authored
* ctb: Allow the Liveness Module's threshold to be customized * ctb: Hardcode threshold percentage as immutable in livenessmodule * ctb: test threshold math differentially * ctb: Threshold tests with hardcoded values and boundary fuzz tests
-
Maurelian authored
* ctb: Allow the Liveness Module's threshold to be customized * ctb: Hardcode threshold percentage as immutable in livenessmodule * ctb: test threshold math differentially * ctb: Threshold tests with hardcoded values and boundary fuzz tests
-
Francis Li authored
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.13.14 to v1.13.15. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
refcell authored
* feat(ctb): permissioned dg accessors * feat(ctb): permissioned dg accessors * feat(ctb): permissioned dg accessors * fix(ctb):formatting * snapshot --------- Co-authored-by:
clabby <ben@clab.by>
-
- 17 Apr, 2024 12 commits
-
-
Danyal Prout authored
-
clabby authored
* chore(ctb): Add test for `LibClone` improvement fmt * feat(ctb): Relax re-proving constraints in `OptimismPortal2` * bindings, semver
-
Mark Tyneway authored
* contracts-bedrock: forge-std v1.8.1 Updates to latest `forge-std` release to get access to the latest cheatcodes with a nice API. https://github.com/foundry-rs/forge-std/releases/tag/v1.8.1 * contracts-bedrock: fix warnings * lint: fix * contracts-bedrock: fix compiler * lint: fix * snapshots: update * contracts-bedrock: make deploy config safe + expect safe mem * gas-snapshot
-
Zach Howard authored
-
clabby authored
fmt
-
Mark Tyneway authored
Remove a dead test and its mock data. This test literally does nothing useful besides ensure that modern ABIs are backwards compatible with legacy deployed contracts. We now have sufficient solidity test coverage to remove the need for this test. This test would be potentially useful if it didn't use a really old deployed genesis state.
-
clabby authored
* fix(ctb): LibGameType cast fix * bindings, locks, etc.
-
clabby authored
-
clabby authored
* attempt `ci-builder` fix * `ci-builder` fix
-
DOM CHAROENYOS authored
Fix da server volume
-
clabby authored
-
clabby authored
-
- 16 Apr, 2024 8 commits
-
-
Juan C authored
* versions.json: bump Kontrol from `0.1.196` to `0.1.247` * OptimismPortal.k.sol: update `expectRevert` reasons
-
clabby authored
* Remove `payable` from `resolveClaim` * bindings, locks, etc.
-
Adrian Sutton authored
* log: Fix logfmt logger to support debug and trace logs * op-geth: Pull in fix for json logger * op-geth: Update to v1.101311.0
-
clabby authored
* Correct `LibPosition` types * bindings, locks, etc.
-
Joshua Gutow authored
* Add OP Plasma to devnet * Update CCI config * Re-add plasma ope2e * Add da-server to docker build * Fixes * Add tickets to TODOs * Update after merge
-
clabby authored
* pass msg sender * semver bindings + semver * bindings, locks, etc. * bindings, locks, etc.
-
Mark Tyneway authored
Copies over `yq` and `just` into the final docker image. Older versions of `ci-builder` are known to contain `just`, something must have changed to have them no longer fully include it. We need to tie the release of `ci-builder` with a bump of the foundry version unless the foundry version we are using is still available via nightly binary download. This is because every time we build foundry in CI it produces a bad build that results in an "illegal instruction" error.
-
clabby authored
* fault-proofs: Fix subgame resolution mechanics * Fix tests * test changes + off-by-one * :broom: * reuse clock code * bindgen, lint, etc. * semver * bindings, locks, etc. * bindings, locks, etc. * Unhide dup rez check * Remove subgameAtRootResolved --------- Co-authored-by:
inphi <mlaw2501@gmail.com>
-
- 15 Apr, 2024 5 commits
-
-
Matt Solomon authored
-
Matt Solomon authored
-
Adrian Sutton authored
* ci: Fix devnet-fault-proofs * ci: Make prestate available to challenger
-
brucexc authored
* chore: fix typo * chore: fix typo
-
refcell authored
-
- 13 Apr, 2024 4 commits
-
-
Maurelian authored
-
Matt Solomon authored
* feat: tweaks to allow no deploy-config file * fix: lint errors * chore: clarify warning
-
soyboy authored
* improving the op-upgrade docs * addressing code rabbit suggestions
-
Mark Tyneway authored
* Revert "temp: fixes for kontrol" This reverts commit aa0b0d5b9979fcedcc8dce6f8014ebd24f7c7795. * kontrol: update
-
- 12 Apr, 2024 6 commits
-
-
dependabot[bot] authored
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* contracts-bedrock: OptimismPortal reduce codesize Reduce the codesize of the OptimismPortal and the OptimismPortal2 by converting `require` statements into custom error reverts. Also remove legacy getters, they only bloat codesize. This will help to reduce the diff of when we go to production with custom gas token as that feature put the contract over the codesize limit. * contracts-bedrock: cleanup errors * contracts-bedrock: more custom errors * contracts-bedrock: updates to portal * contracts-bedrock: error comments * contracts-bedrock: more custom errors * portal: fixup style * spec: update * op-bindings: regenerate * contracts-bedrock: update abi snapshots * snapshots: kontrol deploy * lint: fix * op-chain-ops: cleanup tests * contracts-bedrock: fix invariant tests * contracts-bedrock: correct assertion Co-authored-by:
clabby <ben@clab.by> * op-bindings: regenerate * contracts-bedrock: cleanup style * contracts-bedrock: update locks * ctb: update test * snapshots: update * contracts-bedrock: simplify require * contracts-bedrock: require * contracts-bedrock: reduce diff * bindings: regenerate * snapshots: update * contracts-bedrock: small update * contracts-bedrock: more cleanup * contracts-bedrock: update snapshots * semver-lock: update * lint: fix * contracts-bedrock: fix tests * contracts-bedrock: fix test * kontrol: update * contracts-bedrock: delete dead errors * temp: fixes for kontrol * invariant-docs: regenerate --------- Co-authored-by:
clabby <ben@clab.by>
-
iczc authored
-
Juan C authored
* Stop tracking changes in log folder * Sync Conainer to host function * Move to make-summary for specific file sync * Copy before forge formatting on host * Update packages/contracts-bedrock/test/kontrol/scripts/make-summary-deployment.sh Provide full path to files needing formatting Co-authored-by:
Juan C. <38925412+JuanCoRo@users.noreply.github.com> * Update make-summary-deployment.sh * remove nested `utils` folder * Update deploy snapshot and summary contracts * make-summary-deployment.sh: only use `$SUMMARY_DIR` for `docker cp` * .gitignore: revert `logs` folder unnecessary change --------- Co-authored-by:
F-WRunTime <freeman.wenzl@runtimeverification.com> Co-authored-by:
Freeman <105403280+F-WRunTime@users.noreply.github.com>
-
Sebastian Stammler authored
This is going to be used by the batcher and proposer in a follow up PR to wait at startup for the sequencer to sync to tip.
-
令狐一冲 authored
fix: Fix the error judgment when obtaining the finalized/safe block of L2 when the chain is started (#10127)
-