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
This commit is contained in:
Omar
2026-01-27 00:16:49 +03:00
committed by GitHub
parent 340c2667e1
commit 0d5e80f80f
@@ -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