- 11 Aug, 2023 18 commits
-
-
mergify[bot] authored
-
Inphi authored
build: Fix pnpm lockfile
-
inphi authored
Regenerates the lockfile so it no longer contains SSH git repositories. A pnpm hook is introduced to assert during pnpm install that the lockfile does not contain SSH git repos.
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.12.0 to v1.12.1. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
op-program: Set retry when dialing
-
mergify[bot] authored
-
OptimismBot authored
op-e2e: Specify correct l2 block number when create dispute games
-
Joshua Gutow authored
-
Adrian Sutton authored
Should fix flakiness when creating games as the previous hard coded block number may not have had suitable outputs published.
-
OptimismBot authored
op-node: Make it resilient to not yet ready RPC URLs
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Use op-service Dial
-
Joshua Gutow authored
-
Joshua Gutow authored
I needed to move IsURLAvailable around to break an import cycle. I have manually tested that the op-node now properly waits for URLs to be up before erroring.
-
Joshua Gutow authored
-
OptimismBot authored
Bug Fix: bedrock-contracts/foundry.toml
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Fix provision of pre-state, proof and oracle data from cannon proofs
-
- 10 Aug, 2023 22 commits
-
-
OptimismBot authored
build(deps-dev): bump @nrwl/nx-cloud from 16.0.5 to 16.3.0
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): Cannon contracts VM tests
-
mergify[bot] authored
-
inphi authored
-
OptimismBot authored
feat(indexer): Store RLP bytes of logs/headers when indexing them
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
inphi authored
-
Andreas Bigger authored
-
inphi authored
-
inphi authored
-
inphi authored
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [@nrwl/nx-cloud](https://github.com/nrwl/nx) from 16.0.5 to 16.3.0. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/16.3.0) --- updated-dependencies: - dependency-name: "@nrwl/nx-cloud" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
Combines GetPreimage and GetOracleData into GetStepData. GetStepData returns the data needed to execute the step at the specified trace index, so the state is the pre-state rather than matching the claim at the specified index. The proof data contains proofs for data accessed while executing the step and oracle data the pre-images required to execute the step. This matches up correctly with the data in the cannon proof files and what is required when calling the step function.
-
OptimismBot authored
ctb: fix pnpm clean
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: remove compiler warnings in deploy script
-
Mark Tyneway authored
-
Andreas Bigger authored
-