Files
pezkuwi-subxt/prdoc/1.8.0/pr_3243.prdoc
T
Egor_P 59b2661444 [Backport] Node version and spec_version bumps and ordering of the prdoc files from 1.8.0 (#3508)
This PR backports Node version and `spec_version` bumps to `1.8.0` from
the latest release and orders prdoc files related to it.
2024-03-01 08:51:53 +00:00

14 lines
531 B
Plaintext

title: Don't fail fast if the weight limit of a cross contract call is too big
doc:
- audience: Runtime Dev
description: |
Cross contracts calls will now be executed even if the supplied weight
limit is bigger than the reamining weight. If the **actual** weight is too low
they will fail in the cross contract call and roll back. This is different from the
old behaviour where the limit for the cross contract call must be smaller than
the remaining weight.
crates:
- name: pallet-contracts