- 11 Jul, 2023 4 commits
-
-
inphi authored
-
inphi authored
This patch fixes a discrepancy in the Go and Solidity FPVM implementations. The set of states, wherein their pre-image offsets are at the pre-image EOF, is considered valid. The transition for these states is a zero-byte pre-image read. This behavior is similar to the way Linux handles read(2) syscalls where reading at an EOF stream yields zero bytes read. PreimageOracle.sol is updated to accommodate this by allowing pre-image parts to be loaded at the pre-image EOF.
-
OptimismBot authored
contracts-bedrock: remove glob dependency
-
mergify[bot] authored
-
- 10 Jul, 2023 13 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.
-
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.
-
- 05 Jul, 2023 5 commits
- 03 Jul, 2023 1 commit
-
-
clabby authored
-
- 02 Jul, 2023 9 commits
-
-
OptimismBot authored
fix: typo
-
pengin7384 authored
-
pengin7384 authored
This reverts commit 3d4fdf71a1ba902d6e1ef6b3b2a4f9e6686a019c.
-
pengin7384 authored
-
pengin7384 authored
Rename 'ResetableStage' to 'ResettableStage'
-
OptimismBot authored
fix: typo in comment
-
pengin7384 authored
This reverts commit af588f36aa5fc1e5e3ae300d769de2d4d4b328b6.
-
pengin7384 authored
-
pengin7384 authored
-
- 01 Jul, 2023 6 commits
-
-
Roberto Bayardo authored
-
OptimismBot authored
hive: Update ubuntu image used for hive to meet minimum go requirement.
-
Adrian Sutton authored
-
OptimismBot authored
contracts-bedrock: remove dead dep
-
mergify[bot] authored
-
-