Skip to content

Commit

Permalink
Contracts: stabilize sr25519 (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jan 15, 2024
1 parent 36a8318 commit f2fbba3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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 @@ -2229,7 +2229,6 @@ pub mod env {

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

0 comments on commit f2fbba3

Please sign in to comment.