Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Signer for Kusama upgrade #433

Closed
jacogr opened this issue Oct 24, 2019 · 3 comments
Closed

Update Signer for Kusama upgrade #433

jacogr opened this issue Oct 24, 2019 · 3 comments

Comments

@jacogr
Copy link

jacogr commented Oct 24, 2019

For the Kusama upgrade, the signature is now a MultiSignature indicating the actual signature type as an enum. (Additionally the extrinsic format is now v4, just based on the extra indicator byte in the signature)

@pmespresso
Copy link
Contributor

pmespresso commented Oct 24, 2019

So we'll need the ECDSA function in Rust as well now then, @maciejhirsz? already there from Ethereum

@pmespresso
Copy link
Contributor

I'd still leave this open, we're supporting sr25519 by default, but to fully support the MultiSignature we'll need to add support for ed25519 and ecdsa as well.

@pmespresso pmespresso reopened this Nov 20, 2019
@hanwencheng
Copy link
Contributor

Closed as duplicated with #614 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants