- 14 Jul, 2023 2 commits
-
-
Ori Pomerantz authored
-
Ori Pomerantz authored
Closing: DEVRL-1058
-
- 12 Jul, 2023 1 commit
-
-
Ori Pomerantz authored
-
- 11 Jul, 2023 20 commits
-
-
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 15 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
-
Will Cory authored
Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local>
-
Adrian Sutton authored
prevent op-proposer Send tx failure errors & clean up op-proposer logging
-
Adrian Sutton authored
-
- 09 Jul, 2023 2 commits
-
-
OptimismBot authored
contracts-bedrock: delete dead script
-
Mark Tyneway authored
This script is no longer used and generates no artifacts. The artifacts are currently exported by path and the JSON files can be imported. While this style of artifact getter API is nice, it causes the bundle size for frontends to be very large and they cannot shake all of the unused artifacts out since any can be requested at runtime.
-