mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
7b6b061e32
This PR backports: - node version bump - `spec_vesion` bump - reordering of the `prdocs` to the appropriate folder from the `1.9.0` release branch
11 lines
490 B
Plaintext
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
|