- 19 Sep, 2023 40 commits
-
-
OptimismBot authored
feat(op-challenger): Rollup RPC Challenger Flag
-
mergify[bot] authored
-
OptimismBot authored
op-program: Use hardcoded chain config when available
-
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
-
Maurelian authored
The trailing '/' is consistent with other directories
-
Maurelian authored
-
Maurelian authored
v1.4.1 forge install: safe-contracts v1.4.1
-
OptimismBot authored
feat(op-challenger): Output Cannon Trace Type
-
dependabot[bot] authored
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.1 to 0.34.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.4/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-