From 0d5e80f80ffc2f7599636a3f57d8c006c698a5db Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 27 Jan 2026 00:16:49 +0300 Subject: [PATCH] Update heapsize of resolc (#232) * Add the ability to override the gas limit and other gas params in test steps * Update the CI to accept resolc URL * Update heapsize of resolc --- .github/actions/run-differential-tests/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/run-differential-tests/action.yml b/.github/actions/run-differential-tests/action.yml index 666cc0e..61991f5 100644 --- a/.github/actions/run-differential-tests/action.yml +++ b/.github/actions/run-differential-tests/action.yml @@ -121,8 +121,7 @@ runs: --eth-rpc.path ${{ inputs['polkadot-sdk-path'] }}/target/release/eth-rpc \ --polkadot-omni-node.path ${{ inputs['polkadot-sdk-path'] }}/target/release/polkadot-omni-node \ --resolc.path ./resolc \ - --resolc.heap-size 128000 \ - --resolc.stack-size 128000 \ + --resolc.heap-size 500000 \ "${OMNI_ARGS[@]}" || true - name: Generate the expectation file shell: bash