- 17 Jun, 2023 9 commits
-
-
Matthew Slipper authored
-
Mark Tyneway authored
Pack the creation timestamp in the storage slot along with the address of the dispute games so that the information can be accessed easily by services that query the contract. A service looking for recent dispute games can binary search or linear search backwards using the `gameAtIndex` function. It is guaranteed that the timestamp will always increase or be equal as the index increases.
-
OptimismBot authored
feat(op-bindings) add standardbridge and crossdomainmessenger to bindings
-
mergify[bot] authored
-
Mark Tyneway authored
fix(fault-detector): Change expected error to a warning
-
mergify[bot] authored
-
Hamdi Allam authored
-
OptimismBot authored
fix(ctb): Cleanup deploy-utils
-
mergify[bot] authored
-
- 16 Jun, 2023 31 commits
-
-
Mark Tyneway authored
feat(ctb): DisputeGameFactory Deploy Scripts
-
Andreas Bigger authored
-
Mark Tyneway authored
-
Mark Tyneway authored
This commit bumps slither to the latest release at 0.9.3
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
OptimismBot authored
fix(ctb): Initialize DisputeGameFactory in Constructor
-
Mark Tyneway authored
Use the same init logic for the factory in multiple places
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Mark Tyneway authored
fix(ctb): Update Deploys
-
OptimismBot authored
ops: bring back scripts
-
Mark Tyneway authored
-
Mark Tyneway authored
Bring back `ci-builder` to the monorepo as it should have never been deleted. Also bring back various tagging scripts. It is not clear which tagging script is used at the moment, need clarity on which should be actually brought back before merging this. `ci-versions.js` is required for changesets, so bring that back for sure. `update-op-geth.py` is used but unclear about the 2 other shell scripts.
-
OptimismBot authored
chore: No new line at end of vscode settings.json
-
mergify[bot] authored
-
clabby authored
* Add negative tests for `attack` & `defend` Add `GameNotInProgress` test * Gas snapshot
-
Maurelian authored
-
OptimismBot authored
op-node: Upgrade go-libp2p-pubsub to resolve panic in FirstSeenCache.
-
OptimismBot authored
feat(ctb): Start bisection game
-
Adrian Sutton authored
-
Andreas Bigger authored
-