mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
spec v0.6.1: process proposer/attester slashings
This commit is contained in:
@@ -2,17 +2,15 @@
|
||||
mod macros;
|
||||
|
||||
pub mod common;
|
||||
//pub mod get_genesis_state;
|
||||
pub mod get_genesis_state;
|
||||
pub mod per_block_processing;
|
||||
pub mod per_epoch_processing;
|
||||
//pub mod per_slot_processing;
|
||||
pub mod per_slot_processing;
|
||||
|
||||
/*
|
||||
pub use get_genesis_state::get_genesis_state;
|
||||
pub use get_genesis_state::get_genesis_beacon_state;
|
||||
pub use per_block_processing::{
|
||||
errors::{BlockInvalid, BlockProcessingError},
|
||||
per_block_processing, per_block_processing_without_verifying_block_signature,
|
||||
};
|
||||
pub use per_epoch_processing::{errors::EpochProcessingError, per_epoch_processing};
|
||||
pub use per_slot_processing::{per_slot_processing, Error as SlotProcessingError};
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user