WIP soft limits triggering is signalled via AVMOutcome

This commit is contained in:
Roman Nozdrin
2024-02-07 17:19:24 +00:00
parent 81019e6633
commit 62ff7ebba7
15 changed files with 238 additions and 64 deletions
air/src
avm
crates
air-lib
interpreter-interface
test-utils
utils
testing-framework
src
ephemeral
execution
transform

@@ -57,7 +57,7 @@ impl AirRunner for WasmAirRunner {
)
});
let runner = pool.pull(|| make_pooled_avm_runner(test_init_parameters.clone()));
let runner = pool.pull(|| make_pooled_avm_runner(test_init_parameters));
Self {
current_peer_id: current_peer_id.into(),