Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions prdoc/pr_2920.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Contracts: Stabilize sr25519_verify host function

doc:
- audience: Runtime Dev
description: |
Removed the `#[unstable]` attrribute on `sr25519_verify` host function.

crates: ["pallet-contracts"]
1 change: 0 additions & 1 deletion substrate/frame/contracts/src/wasm/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,6 @@ pub mod env {

/// Verify a sr25519 signature
/// See [`pallet_contracts_uapi::HostFn::sr25519_verify`].
#[unstable]
fn sr25519_verify(
ctx: _,
memory: _,
Expand Down