From 22267f2e58f510813584de6014dde1658c8c6cfe Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Wed, 23 Jul 2025 02:20:45 +0000 Subject: [PATCH 1/2] fix(github): Remove `--solc-version` flag from fixture building action --- .github/actions/build-fixtures/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-fixtures/action.yaml b/.github/actions/build-fixtures/action.yaml index c4d2fe3fdf3..53483fbff83 100644 --- a/.github/actions/build-fixtures/action.yaml +++ b/.github/actions/build-fixtures/action.yaml @@ -34,7 +34,7 @@ runs: - name: Generate fixtures using fill shell: bash run: | - uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} --solc-version=${{ steps.properties.outputs.solc }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }} + uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }} - name: Wrap ethereum/tests fixtures with eofwrap tool shell: bash if: ${{ steps.properties.outputs.eofwrap }} From 95a33a70f84129b94eaa3ffd3e94b9b92364be5a Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Wed, 23 Jul 2025 02:25:14 +0000 Subject: [PATCH 2/2] fix(github): Remove `solc` from all features --- .github/configs/feature.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/configs/feature.yaml b/.github/configs/feature.yaml index 9f68839fcd1..869b5e6fff5 100644 --- a/.github/configs/feature.yaml +++ b/.github/configs/feature.yaml @@ -2,24 +2,19 @@ stable: evm-type: stable fill-params: --until=Prague - solc: 0.8.21 develop: evm-type: develop fill-params: --until=Osaka - solc: 0.8.21 static: evm-type: static fill-params: --until=Osaka --fill-static-tests ./tests/static - solc: 0.8.21 benchmark_test: evm-type: benchmark fill-params: --from=Cancun --until=Prague --gas-benchmark-values 1,10,30,45,60,90,120 -m benchmark --generate-all-formats ./tests - solc: 0.8.21 feature_only: true eip7692: evm-type: eip7692 fill-params: --fork=EOFv1 ./tests/unscheduled - solc: 0.8.21 eofwrap: true feature_only: true fusaka-devnet-2: