mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
- Update types::block - Update ssz_helpers::SszBlock - Update db::stores::block_store - Add new fields to types::Block - Update SszBlock as per new Block fields
8 lines
139 B
Rust
8 lines
139 B
Rust
extern crate bls;
|
|
extern crate hashing;
|
|
extern crate types;
|
|
extern crate ssz;
|
|
|
|
pub mod attestation_ssz_splitter;
|
|
pub mod ssz_beacon_block;
|