Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 2e6e9e6

Browse files
committed
Added ecdsa_verify v2 to test runner
1 parent 8034892 commit 2e6e9e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-utils/test-runner/src/host_functions.rs

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ impl sp_wasm_interface::HostFunctions for SignatureVerificationOverride {
7676
fn host_functions() -> Vec<&'static dyn sp_wasm_interface::Function> {
7777
override_host_functions!(
7878
"ext_crypto_ecdsa_verify_version_1", EcdsaVerify,
79+
"ext_crypto_ecdsa_verify_version_2", EcdsaVerifyV2,
7980
"ext_crypto_ed25519_verify_version_1", Ed25519Verify,
8081
"ext_crypto_sr25519_verify_version_1", Sr25519Verify,
8182
"ext_crypto_sr25519_verify_version_2", Sr25519VerifyV2,

0 commit comments

Comments
 (0)