Merge
This commit is contained in:
commit
2e09f1a4a4
|
@ -27,6 +27,7 @@ from eth2spec.phase0.spec import (
|
||||||
get_active_validator_indices,
|
get_active_validator_indices,
|
||||||
get_attesting_indices,
|
get_attesting_indices,
|
||||||
get_block_root,
|
get_block_root,
|
||||||
|
get_crosslink_committees_at_slot,
|
||||||
get_current_epoch,
|
get_current_epoch,
|
||||||
get_domain,
|
get_domain,
|
||||||
get_empty_block,
|
get_empty_block,
|
||||||
|
@ -34,7 +35,6 @@ from eth2spec.phase0.spec import (
|
||||||
get_genesis_beacon_state,
|
get_genesis_beacon_state,
|
||||||
get_previous_epoch,
|
get_previous_epoch,
|
||||||
get_shard_delta,
|
get_shard_delta,
|
||||||
get_crosslink_committees_at_slot,
|
|
||||||
hash_tree_root,
|
hash_tree_root,
|
||||||
slot_to_epoch,
|
slot_to_epoch,
|
||||||
verify_merkle_branch,
|
verify_merkle_branch,
|
||||||
|
|
Loading…
Reference in New Issue