Files
pezkuwi-subxt/prdoc/1.9.0/pr_3540.prdoc
T
Egor_P 7b6b061e32 [Backport] version bumps and prdocs reordering 1.9.0 (#3758)
This PR backports:
- node version bump
- `spec_vesion` bump
- reordering of the `prdocs` to the appropriate folder
from the `1.9.0` release branch
2024-03-21 09:00:10 +00:00

11 lines
490 B
Plaintext

title: "[pallet-contracts] Only allow non-deterministic code to be uploaded with Determinism::Relaxed"
doc:
- audience: Runtime Dev
description: |
The `upload_code` extrinsic, will now only allow non-deterministic code to be uploaded with the `Determinism::Relaxed` flag.
This prevent an attacker from uploading "deterministic" code with the `Determinism::Relaxed` flag, preventing the code to be instantiated for on-chain execution.
crates:
- name: pallet-contracts