Rename Block -> BeaconBlock

- 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
This commit is contained in:
Paul Hauner
2018-10-15 14:57:14 +11:00
parent 561167fa1e
commit a862c82b37
8 changed files with 616 additions and 476 deletions

View File

@@ -4,4 +4,4 @@ extern crate types;
extern crate ssz;
pub mod attestation_ssz_splitter;
pub mod ssz_block;
pub mod ssz_beacon_block;