- 20 Jun, 2023 5 commits
-
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Rati Montreewat authored
* Refactor: Adding tests for Portal contract * Fix linting * Doc: auto-gen doc for invariant * Fix : Adding try & catch Co-authored-by:
clabby <ben@clab.by> * Fix & Feat: Assuming and Bounding Fuzz inputs * Fix linting * Doc : Fixing by auto-gen doc * Chore: Removing scratch * Fix : Moving data length assumption * Doc: auto-gen doc for invariant --------- Co-authored-by:
clabby <ben@clab.by>
-
OptimismBot authored
op-service: Log a warning when an RPC request has to be retried
-
Adrian Sutton authored
-
- 19 Jun, 2023 20 commits
-
-
OptimismBot authored
feat(ctb): Global usage of type-specific libraries
-
clabby authored
-
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 15 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.
-