Closed roberto-bayardo closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.97%. Comparing base (
cd7e9d4
) to head (8e7c9ca
). Report is 14 commits behind head on develop.
the semver-diff-check is failing, I think just because it doesn't really handle inheritance properly?
Getting CI versioning checks failing
HEAD is now at e6cd14acb Holocene extensions to L1Block.sol
./scripts/checks/check-semver-diff.sh
✅ src/L2/L1Block.sol: version changed from 1.5.1-beta.2 to 1.5.1-beta.3
❌ Error: src/L2/L1BlockInterop.sol has changes in semver-lock.json but no version change
Old version: +interop
New version: +interop
error: Recipe `semver-diff-check-no-build` failed on line 158 with exit code 1
Exited with code exit status 1
cc @smartcontracts @mds1
I believe this issue happened before and the solution was to add -beta.1
to the +interop
suffix?
Getting CI versioning checks failing
HEAD is now at e6cd14acb Holocene extensions to L1Block.sol ./scripts/checks/check-semver-diff.sh ✅ src/L2/L1Block.sol: version changed from 1.5.1-beta.2 to 1.5.1-beta.3 ❌ Error: src/L2/L1BlockInterop.sol has changes in semver-lock.json but no version change Old version: +interop New version: +interop error: Recipe `semver-diff-check-no-build` failed on line 158 with exit code 1 Exited with code exit status 1
cc @smartcontracts @mds1
I believe this issue happened before and the solution was to add
-beta.1
to the+interop
suffix?
this works
Perhaps a CI flake caused this to drop out of the merge queue
@roberto-bayardo looks like linting is blocking this
packages/contracts-bedrock/src/libraries/Encoding.sol
❯❱ ethereum_optimism.sol-style-input-arg-fmt
Inputs to functions must be prepended with an underscore (`_`)
Details: https://sg.run/0jgW
229┆ function encodeSetL1BlockValuesHolocene(
230┆ uint32 baseFeeScalar,
BLOCKING CODE RULES FIRED:
ethereum_optimism.sol-style-input-arg-fmt
Description
Holocene adds two new L1 attributes which need to be handled by the L1Block L1 contract.
Tests
Added unit and fuzz tests
Metadata
https://github.com/ethereum-optimism/specs/issues/340