Closed ajsutton closed 1 month ago
Semgrep found 35 sol-style-return-arg-fmt
findings:
Named return arguments to functions must be appended with an underscore (_
)
Ignore this finding from sol-style-return-arg-fmt.
#
Semgrep found 44 sol-style-input-arg-fmt
findings:
Inputs to functions must be prepended with an underscore (_
)
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.97%. Comparing base (
c8afa15
) to head (b69e775
). Report is 1 commits behind head on develop.
Description
Changes the cannon
StateConverter
implementation to call thecannon witness
subcommand to parse the state and extract the required data. This allows multicannon to handle supporting different state formats and keeps those implementation details out of op-challenger.Tests
Updated unit tests. e2e tests confirm the state information is still being extracted correctly.
Builds on https://github.com/ethereum-optimism/optimism/pull/12137