mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 18:51:05 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user