- 26 Jun, 2023 26 commits
-
-
mergify[bot] authored
-
OptimismBot authored
feat(specs): Remove duplicate config information
-
mergify[bot] authored
-
Mark Tyneway authored
feat: golang checkl2 script
-
mergify[bot] authored
-
Maurelian authored
-
Mark Tyneway authored
-
clabby authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
OptimismBot authored
fix(ctb): FaultDisputeGame Tests Missing Proper Suffixes
-
clabby authored
-
mergify[bot] authored
-
OptimismBot authored
op-program: Increase log level to make debugging fpp goerli-verify failures easier
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Migrate away from the hh version of check-l2 to a go implementation. The go implementation is much faster so this will help to reduce time in CI. It also removes the final dep on hh in the contracts-bedrock package.
-
Andreas Bigger authored
-
OptimismBot authored
feat(ctb): Expose `move`, add `claimDataLen`, Fault game binding
-
mergify[bot] authored
-
clabby authored
-
clabby authored
-
Adrian Sutton authored
-
- 25 Jun, 2023 3 commits
-
-
refcell.eth authored
-
refcell.eth authored
-
OptimismBot authored
contracts-bedrock: optimize storage layout checks
-
- 24 Jun, 2023 11 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
contracts-bedrock: delete dead ci check
-
Mark Tyneway authored
Optimize the storage layout checks by removing a dep on hardhat. Instead of reading massive build-info files from disk, simply read the forge artifacts directly and then filter through the interesting ones. This now only takes a few seconds to run when the compilation is cached. Also delete a dead hh task for doing deposits, this was built as a PoC to trigger a deposit.
-
Andreas Bigger authored
-
Andreas Bigger authored
-
OptimismBot authored
fix(ctb): Update periphery contracts to Triple Slash Natspec
-
mergify[bot] authored
-
Mark Tyneway authored
This hh task only queried the op-node and logged its config. If it was useful to print the config, it would be easy to do something like `cast rpc` instead of needing to have a hardhat task for this. No assertions are made against the return values, they were just printed.
-
Mark Tyneway authored
contracts-periphery: delete dead code
-
Andreas Bigger authored
-