update polkavm to 0.19 (#167)

paritytech/polkadot-sdk#7203 companion:

- Update the polkavm dependency to the latest version.
- Update the polkadot-sdk to the latest version.

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
Cyrill Leutwiler
2025-01-17 16:59:45 +01:00
committed by GitHub
parent cec283986f
commit bd1a22a702
5 changed files with 508 additions and 408 deletions
-4
View File
@@ -425,8 +425,6 @@ impl Specs {
code,
data,
salt.0,
DebugInfo::Skip,
CollectEvents::Skip,
);
results.push(CallResult::Instantiate {
result,
@@ -463,8 +461,6 @@ impl Specs {
gas_limit.unwrap_or(GAS_LIMIT),
storage_deposit_limit.unwrap_or(DEPOSIT_LIMIT).into(),
data,
DebugInfo::Skip,
CollectEvents::Skip,
);
results.push(CallResult::Exec {
result,