pallet-babe 2.0.0-rc6

Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions.
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "1.3.4"

[dependencies.frame-benchmarking]
default-features = false
optional = true
version = "2.0.0-rc6"

[dependencies.frame-support]
default-features = false
version = "2.0.0-rc6"

[dependencies.frame-system]
default-features = false
version = "2.0.0-rc6"

[dependencies.pallet-authorship]
default-features = false
version = "2.0.0-rc6"

[dependencies.pallet-session]
default-features = false
version = "2.0.0-rc6"

[dependencies.pallet-timestamp]
default-features = false
version = "2.0.0-rc6"

[dependencies.serde]
optional = true
version = "1.0.101"

[dependencies.sp-application-crypto]
default-features = false
version = "2.0.0-rc6"

[dependencies.sp-consensus-babe]
default-features = false
version = "0.8.0-rc6"

[dependencies.sp-consensus-vrf]
default-features = false
version = "0.8.0-rc6"

[dependencies.sp-inherents]
default-features = false
version = "2.0.0-rc6"

[dependencies.sp-io]
default-features = false
version = "2.0.0-rc6"

[dependencies.sp-runtime]
default-features = false
version = "2.0.0-rc6"

[dependencies.sp-session]
default-features = false
version = "2.0.0-rc6"

[dependencies.sp-staking]
default-features = false
version = "2.0.0-rc6"

[dependencies.sp-std]
default-features = false
version = "2.0.0-rc6"

[dependencies.sp-timestamp]
default-features = false
version = "2.0.0-rc6"

[features]
default = ["std"]
runtime-benchmarks = ["frame-benchmarking"]
std = ["codec/std", "frame-benchmarking/std", "frame-support/std", "frame-system/std", "pallet-authorship/std", "pallet-session/std", "pallet-timestamp/std", "serde", "sp-application-crypto/std", "sp-consensus-babe/std", "sp-consensus-vrf/std", "sp-inherents/std", "sp-io/std", "sp-runtime/std", "sp-session/std", "sp-staking/std", "sp-std/std", "sp-timestamp/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions."
edition = "2018"
homepage = "https://substrate.dev"
license = "Apache-2.0"
name = "pallet-babe"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-rc6"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]