LimeChain / Fruzhin

Java implementation of the Polkadot Host
Apache License 2.0
33 stars 1 forks source link

fix: Fix failing "generate_session_keys" runtime call on newer runtimes. #578

Closed Zurcusa closed 1 month ago

Zurcusa commented 1 month ago

A key type was missing, which resulted in runtime failure on newer runtimes.

Zurcusa commented 1 month ago

In polkadot spec it says that the "BEEFY" keys are of type secp256k1, but in our crypto host functions and also in kagome I see that it is appropriate to use ECDSA as well.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud