- 19 Jun, 2023 18 commits
-
-
clabby authored
-
clabby authored
-
Matthew Slipper authored
ci: Remove check-changed chmod
-
Matthew Slipper authored
-
Matthew Slipper authored
ci: Fix check-changed dockerfile
-
Matthew Slipper authored
check-changed.sh was deleted.
-
Matthew Slipper authored
ci: Fix the hold so ci-builder can be released
-
Matthew Slipper authored
-
OptimismBot authored
ci: Add hold to CI builder
-
Matthew Slipper authored
-
OptimismBot authored
op-node: Remove unused OnConnect and OnDisconnect hooks
-
mergify[bot] authored
-
OptimismBot authored
op-program: Use retrying RPC when fetching state nodes and code.
-
Sebastian Stammler authored
ops/scripts: Make restored scripts executable.
-
Adrian Sutton authored
-
Adrian Sutton authored
Refactors creation of RPC clients to ensure only the retrying wrapper can be used.
-
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 22 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
-