- 19 Jun, 2023 2 commits
-
-
Adrian Sutton authored
-
Inphi authored
* feat(ctb): Refactor LibPosition.sol to rep gindex Generalized Indices are a more succinct and easy to understand model for positions in the dispute game tree. Implementation is often more efficient too and can avoid branching logic for tree traversal. * update .gas-snapshot * update .gas-snapshot * Fix `FaultDisputeGame` tests * lint; gas snapshot * Update packages/contracts-bedrock/contracts/dispute/lib/LibPosition.sol Co-authored-by:
clabby <ben@clab.by> * opt rightIndex * opt rightIndex * opt depth * update gas-snapshot --------- Co-authored-by:
clabby <ben@clab.by>
-
- 17 Jun, 2023 23 commits
-
-
OptimismBot authored
fix(sdk): mul gas by 1.5
-
mergify[bot] authored
-
Will Cory authored
lint delete dead code changeset fix: gas estimate without decimals lint again fix: Fix the allowance bug that happens if you don't override the signer lint again fix: Use isSigner instead fix: missing a ?
-
OptimismBot authored
feat(ctb): Move the Style Guide into a new doc
-
mergify[bot] authored
-
OptimismBot authored
fixup: tag-service.py
-
clabby authored
-
Matthew Slipper authored
fix(monorepo): Delete message relayer changeset
-
OptimismBot authored
chore(ops): Fix ci-builder release action
-
mergify[bot] authored
-
Will Cory authored
-
clabby authored
-
Mark Tyneway authored
ci: Add ci-builder to tag-service
-
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.
-
Maurelian authored
-
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 15 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
-