- 14 Aug, 2023 18 commits
-
-
Will Cory authored
-
OptimismBot authored
op-node: move eth package into op-service
-
mergify[bot] authored
-
OptimismBot authored
chore(indexer): Nuke legacy indexer
-
mergify[bot] authored
-
OptimismBot authored
chore: Remove unecessary flag
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #6668 from ethereum-optimism/08-09-fix_Fix_dependabot_being_configured_to_individual_packages_instead_of_monorepo fix: Fix dependabot being configured to individual packages instead of monorepo
-
Will Cory authored
-
mergify[bot] authored
Merge branch 'develop' into 08-09-fix_Fix_dependabot_being_configured_to_individual_packages_instead_of_monorepo
-
OptimismBot authored
fix(indexer): Add name to toml config
-
Will Cory authored
-
Will Cory authored
Update .github/dependabot.yml
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
OptimismBot authored
Merge pull request #6777 from ethereum-optimism/dependabot/docker/ops-bedrock/ethereum/client-go-v1.12.2 build(deps): bump ethereum/client-go from v1.12.1 to v1.12.2 in /ops-bedrock
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.12.1 to v1.12.2. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 13 Aug, 2023 3 commits
-
-
OptimismBot authored
Fix minor logging bug in E2E test
-
mergify[bot] authored
-
Michael de Hoog authored
-
- 12 Aug, 2023 19 commits
-
-
OptimismBot authored
feat(ctb): make MIPS oracle addrs immutable
-
inphi authored
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: fix pnpm clean
-
Mark Tyneway authored
Accidentally was deleting the source instead of the binary. Fixes it so it deletes the binary instead.
-
OptimismBot authored
CI: Increase indexer resource class & assign CPUs
-
mergify[bot] authored
-
Joshua Gutow authored
-
Mark Tyneway authored
contracts-bedrock: fix system config initialize
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
-
OptimismBot authored
chore: add log to record mapping between channel and block
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
-
Mark Tyneway authored
Every sentinel contract should have null values in their storage to make them unusable. Sometimes there are constraints on what these values can be in the initializer and they cannot be exactly 0 but must be close enough to make the contract useless. This commit updates the startBlock number so that it is not 0 because if it is 0 then it will be set to `block.number` which is not what we want.
-