- 12 Jul, 2023 5 commits
-
-
OptimismBot authored
Merge pull request #6262 from ethereum-optimism/07-11-fix_nx_Add_foundry_version_to_nx_as_implicit_dep fix(nx): Add foundry version to nx as implicit dep
-
mergify[bot] authored
-
Will Cory authored
fix(sdk): Add missing message status index
-
Will Cory authored
-
Will Cory authored
-
- 11 Jul, 2023 23 commits
-
-
OptimismBot authored
feat(op-challenger): Validate Step Function Manual ABI Packing
-
Andreas Bigger authored
responder.
-
Will Cory authored
-
Hamdi Allam authored
feat: bi-directionally index StandardBridge contract events
-
Sebastian Stammler authored
feat(ctb): Emit tx hash in wallet-mon detection logs
-
Maurelian authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
OptimismBot authored
feat(op-challenger): Manual ABI Packing Tests
-
Andreas Bigger authored
-
OptimismBot authored
op-node: Reduce weight and cap for p2p sync error responses.
-
mergify[bot] authored
-
OptimismBot authored
chore(ctb): Rename MIPS step function
-
Adrian Sutton authored
Previously these were capped to prevent peers being banned on this measure alone, but they could be downscored enough to ignore gossip from them. While p2p alt sync is not widely enabled we need to keep peers that don't support it and so significantly reduce this weighting.
-
clabby authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
index proven withdrawals. Complete bi-directional bridge indexing. Fix bug with log index overlapping per block
-
Hamdi Allam authored
-
Hamdi Allam authored
-
OptimismBot authored
contracts-bedrock: remove glob dependency
-
mergify[bot] authored
-
- 10 Jul, 2023 12 commits
-
-
OptimismBot authored
ci: Fix ci-builder
-
mergify[bot] authored
-
clabby authored
fixup(ctb): `step` bug
-
OptimismBot authored
op-challenger: Add tests for CLI args
-
mergify[bot] authored
-
clabby authored
chore(docs): `FaultDisputeGame`
-
OptimismBot authored
op-program: Continue derivation after temporary errors
-
Adrian Sutton authored
Refactors config to make it testable and provide programmatic access to the default config. Unused RPCConfig is removed. Log config is no longer part of application config - a configured logger is supplied to the application. Unused Metrics and PProf config is removed - these are not application concepts but rather a service to be passed in like logging.
-
Mark Tyneway authored
-
Mark Tyneway authored
The script that ensures that all tests have the correct naming scheme used an external package named glob. This package was not actually necessary, altho it was convenient to use. This commit refactors the script to not use the glob dependency. It also now logs all of the files it successfully processes, so that we can be sure that it is running on all of the expected files. It uses the `IS_TEST` getter in the abi to determine if something is a test, which comes from forge-std `Test` contract. It also now uses `forge config --json` to parse the `out` location for the artifacts, so that it can be changed without needing to update the script.
-
Hamdi Allam authored
-
Hamdi Allam authored
-