- 26 Jun, 2023 5 commits
-
-
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.
-
OptimismBot authored
feat(ctb): Expose `move`, add `claimDataLen`, Fault game binding
-
mergify[bot] authored
-
clabby authored
-
clabby authored
-
- 25 Jun, 2023 3 commits
-
-
refcell.eth authored
-
refcell.eth authored
-
OptimismBot authored
contracts-bedrock: optimize storage layout checks
-
- 24 Jun, 2023 32 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
-
Mark Tyneway authored
Deletes some dead code in contracts-periphery. The NFT bridge is now deployed as part of the `contracts-bedrock` deploy scripts
-
OptimismBot authored
fix(ctb): Update Library contracts with Triple Slash Natspec Styling
-
Mark Tyneway authored
Lints the `fault-detector`. Not sure how this made it through CI.
-
Mark Tyneway authored
-
Mark Tyneway authored
Deletes the hardhat deploy scripts from `contracts-bedrock` now that the foundry scripts have been merged. The `op-stack` docs are also updated with a new workflow for using the forge scripts. The altered instructions in the docs have been tested on goerli and can confirm that they work.
-
asnared authored
-
OptimismBot authored
fix(ctb): Update Legacy contracts with Triple Slash Natspec Styling
-
Andreas Bigger authored
-
OptimismBot authored
fault-detector: replace OutputProposed log cache with direct call to getL2Output.
-
mergify[bot] authored
-
OptimismBot authored
fix(ctb): Update Governance contracts with Triple Slash Natspec Styling
-
mergify[bot] authored
-
OptimismBot authored
fix(ctb): Port L2 Contracts to Triple Slash Natspec Styling
-
mergify[bot] authored
-
Mark Tyneway authored
feat: foundry deploy
-
Andreas Bigger authored
-