Files
pezkuwi-subxt/prdoc/pr_3184.prdoc
T
Alexander Theißen d54412ce8b contracts: Remove no longer enforced limits from the Schedule (#3184)
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.
2024-02-08 14:39:55 +00:00

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