- 27 Jun, 2023 1 commit
-
-
Joshua Gutow authored
This updates the claim type to focus on the claim data & to split out the claim data from the claim. This makes it easier to reference the parent claim data without pointers. Avoid pointers is helpful because it limits the chance for memory confusion and enforces cleaner boundaries by simply passing data around.
-
- 26 Jun, 2023 20 commits
-
-
Mark Tyneway authored
feat: golang checkl2 script
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
OptimismBot authored
fix(ctb): FaultDisputeGame Tests Missing Proper Suffixes
-
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 16 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
-
OptimismBot authored
contracts-bedrock: delete hh deploy scripts
-
mergify[bot] authored
-
Andreas Bigger authored
-
Will Cory authored
lint: fix
-
Mark Tyneway authored
-