Skip to content
Snippets Groups Projects
Commit a00a4ca5 authored by Wei Tang's avatar Wei Tang Committed by GitHub
Browse files

Correct BABE randomness by calculating InOut bytes directly in pallet (#5876)


* vrf: remove Raw* types

* babe: remove Raw* types

* pallet-babe: switch representation of RawVRFOutput to Randomness

* pallet-babe: calculate inout within the pallet

* Remove make_transcript duplication

* Bump spec version

* Fix frame tests

* and_then -> map

* Always enable u64_backend

* Fix nostd compile

* fix import: should not use std

* Remove unused definition of RawVRFOutput

* Remove unused import of RuntimeDebug

Co-authored-by: default avatarGavin Wood <gavin@parity.io>
parent 9c5536e0
No related merge requests found
Showing
with 145 additions and 240 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment