- 20 Sep, 2023 17 commits
-
-
Andreas Bigger authored
-
OptimismBot authored
Support old Make version by avoiding SHELLSTATUS
-
Karl Bartel authored
SHELLSTATUS is only available on GNU Make 4.2 (released on 2016-05-22) and later, which is unfortunatly not installed on MacOS by default. While I am highly annoyed that Apple is unwilling to update their Make version and don't want encourage such behaviour, the change in this commit avoids this requirement and seems even simpler than the original code.
-
OptimismBot authored
chore: Cleanup the bootnode Makefile and Entrypoint
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump viem from 1.3.1 to 1.11.0
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.3.1 to 1.11.0. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Changelog](https://github.com/wagmi-dev/viem/blob/main/CHANGELOG.md) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.3.1...viem@1.11.0) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
Merge pull request #7296 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.2 build(deps-dev): bump @typescript-eslint/parser from 6.4.0 to 6.7.2
-
dependabot[bot] authored
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.0 to 6.7.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Maurelian authored
* fix(ctb): Add vm.assume to prevent clashes on additional test cases * Update DelayedVetoable.t.sol Co-authored-by:
refcell.eth <abigger87@gmail.com> * Gas snapshot update --------- Co-authored-by:
refcell.eth <abigger87@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
OptimismBot authored
feat(ctb): Rework FaultDisputeGame resolution
-
Andreas Bigger authored
-
mergify[bot] authored
-
bnoieh authored
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.6.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Inphi authored
* op-challenger: Update to the reworked fdg resolution * uint64 resolve claim index * Update op-e2e/e2eutils/disputegame/game_helper.go Co-authored-by:
refcell.eth <abigger87@gmail.com> * Update op-e2e/e2eutils/disputegame/game_helper.go Co-authored-by:
refcell.eth <abigger87@gmail.com> * Retry claims resolution until done * short-circuit tryResolveClaims for empty games * bad switch case ordering --------- Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
- 19 Sep, 2023 23 commits
-
-
Will Cory authored
🐛 fix(indexer): add retries to db connection -
OptimismBot authored
feat(op-challenger): Rollup RPC Challenger Flag
-
mergify[bot] authored
-
OptimismBot authored
op-program: Use hardcoded chain config when available
-
Will Cory authored
-
Will Cory authored
-
🐛 Will Cory authored -
inphi authored
Initial changes to the FDG resolution function to be incentive compatible with bonds.
-
mergify[bot] authored
-
OptimismBot authored
Add the DelayedVetoable contract
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump markdownlint from 0.31.0 to 0.31.1
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump vitest from 0.34.1 to 0.34.4
-
mergify[bot] authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Inphi authored
Before the `OpNode` closes it closes its data sources. If the runtime config reloader goroutine is still using the data sources then it may creates a goroutine panic. Specifically, when a `limitClient` is used, it will be fail to write an in-flight request to its semaphore after the client is closed.
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
This change will enable forwarding zero length data
-
Maurelian authored
Also adds a test that checks the return data.
-