Skip to content

Commit 0d5e80f

Browse files
authored
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
1 parent 340c266 commit 0d5e80f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/run-differential-tests/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ runs:
121121
--eth-rpc.path ${{ inputs['polkadot-sdk-path'] }}/target/release/eth-rpc \
122122
--polkadot-omni-node.path ${{ inputs['polkadot-sdk-path'] }}/target/release/polkadot-omni-node \
123123
--resolc.path ./resolc \
124-
--resolc.heap-size 128000 \
125-
--resolc.stack-size 128000 \
124+
--resolc.heap-size 500000 \
126125
"${OMNI_ARGS[@]}" || true
127126
- name: Generate the expectation file
128127
shell: bash

0 commit comments

Comments
 (0)