mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
d54412ce8b
When switching from the instrumented gas metering to the wasmi gas metering we also removed all imposed limits regarding Wasm module internals. All those things do not interact with the host and have to be handled by wasmi. For example, Wasmi charges additional gas for parameters to each function because as they incur some overhead. Back then we took the opportunity to remove the dependency on the deprecated `parity-wasm` which was used to enforce those limits. This PR merely removes them from the `Schedule` they aren't enforced for a while.
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
title: "Contracts: Remove no longer enforced limits from the Schedule"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
The limits are no longer in use and do nothing. Every builder overwritting them
|
|
can just adapt their code to remove them without any consequence.
|
|
|
|
crates:
|
|
- name: pallet-contracts
|