Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

use [u8; 64] for signature #382

Open
goastler opened this issue May 31, 2023 · 3 comments
Open

use [u8; 64] for signature #382

goastler opened this issue May 31, 2023 · 3 comments

Comments

@goastler
Copy link
Member

No description provided.

@goastler
Copy link
Member Author

Currently, we use two [u8; 32] arrays in the contract to house a signature. This should be a [u8; 64] but ink did not support this until lately (use-ink/ink#1787). Upgrade ink to get this feature then implement it

@goastler
Copy link
Member Author

Blocked by the sr25519 signature verification. This needs to be merged into ink before we can upgrade use-ink/ink#1757

@goastler
Copy link
Member Author

goastler commented Jun 7, 2023

also need to add the Copy trait back in when this change has been made

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

No branches or pull requests

1 participant