Squirrel
1b5f4243d1
sp-std removal from substrate/primitives ( #3274 )
...
This PR removes sp-std crate from substrate/primitives sub-directories.
For now crates that have `pub use` of sp-std or export macros that would
necessitate users of the macros to `extern crate alloc` have been
excluded from this PR.
There should be no breaking changes in this PR.
---------
Co-authored-by: Koute <koute@users.noreply.github.com >
2024-03-18 05:29:35 +00:00
Davide Galassi
095f4bd9ae
Sassafras Consensus Pallet ( #1577 )
...
This PR introduces the pallet for Sassafras consensus.
## Non Goals
The pallet delivers only the bare-bones and doesn't deliver support for
auxiliary functionalities such as equivocation report and support for
epoch change via session pallet.
These functionalities were drafted in the [main
PR](https://github.com/paritytech/polkadot-sdk/pull/1336 ), but IMO is
better to introduce this auxiliary stuff in a follow up PR and after
client code.
## Potential follow ups
https://github.com/paritytech/polkadot-sdk/issues/2364
---------
Co-authored-by: Sebastian Kunert <skunert49@gmail.com >
Co-authored-by: Koute <koute@users.noreply.github.com >
Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com >
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
Co-authored-by: Bastian Köcher <git@kchr.de >
2023-12-01 16:39:07 +01:00
Davide Galassi
f1f793718a
Sassafras primitives ( #1249 )
...
* Introduce Sassafras primitives
* Keystore workaround
* Fix doc
* Use in keystore
* Improve bandersnatch vrf docs
* Apply review suggestions
* Update README
* Docs improvement
* Docs fix
2023-08-31 13:38:11 +02:00