mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 04:51:22 +00:00
a862c82b37
- 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;
|