Contracts: stabilize sr25519 (#2920)

Integration tests in ink!:
https://github.com/paritytech/ink/tree/master/integration-tests/sr25519-verification
This commit is contained in:
PG Herveou
2024-01-15 17:21:31 +01:00
committed by GitHub
parent 36a8318637
commit f2fbba3be1
2 changed files with 11 additions and 1 deletions
@@ -2229,7 +2229,6 @@ pub mod env {
/// Verify a sr25519 signature
/// See [`pallet_contracts_uapi::HostFn::sr25519_verify`].
#[unstable]
fn sr25519_verify(
ctx: _,
memory: _,