-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement sign and signature verification on
ProofOfAttendance
(#366)
* [primitives/ceremonies] implement convenience methods on `ProofOfAttendance` * [primitives/ceremonies] remove obsolete hash function on proof of attendance * [ceremonies] replace pallet method `verify_attendee_signature` with the proof of attendance's method. * [primitives/ceremonies] pass the attendee as borrow for the proof of attendance signed constructor * [ceremonies] use the new proof of attendance constructor in the tests * [primitives/ceremonies] fix clippy * fmt --------- Co-authored-by: brenzi <[email protected]> Co-authored-by: Alain Brenzikofer <[email protected]>
- Loading branch information
1 parent
ae8647d
commit ad8cc43
Showing
3 changed files
with
50 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters