- 20 Sep, 2023 1 commit
-
-
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>
-
- 19 Sep, 2023 39 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 -
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.
-
Maurelian authored
-
Maurelian authored
fix(ctb): Fix names on fuzz tests
-
Maurelian authored
test(ctb): Some DV test clean up
-
Maurelian authored
This allows us to include this contract in the initial deployment without having to swap it in later. feat(ctb): Add missing annotations
-
Maurelian authored
We don't expect to need this, and it adds complexity to the message digest which we'd prefer to avoid.
-
Maurelian authored
This contract is not intended to be upgradeable.
-
Maurelian authored
-
Maurelian authored
This will facilitate reusability of this contract, as a future change will put the these values in to another contract.
-
Maurelian authored
rebuild mips_more and preimageoracle_more bindings
-
Maurelian authored
This simplifies the interface, and the resulting handleCall function is also cleaner, as it treats the dispatching primarily based on the caller.
-
Maurelian authored
ctb: Address feedback
-
Maurelian authored
-
Maurelian authored
feat(ctb): Add getters to DelayedVetoable
-
Maurelian authored
-
Maurelian authored
Adds a very minimal DelayedVetoable, along with tests for the _handleCall function. feat(ctb): Add actor to invariant tests feat(ctb): Simplify by reducing the amount of assembly used. feat(ctb): remove invariant tests These tests have proven complex to write due to the transparent proxy pattern. I believe that the fuzz testing is sufficient for now.
-
mergify[bot] authored
-
OptimismBot authored
Add bindings for Safe.sol
-