poc -> custody mechanical name changes

This commit is contained in:
Dustin Brody 2019-01-17 10:05:05 -08:00 committed by zah
parent d753332c54
commit 38c2cc72fa
1 changed files with 6 additions and 6 deletions

View File

@ -285,16 +285,16 @@ type
proposer_slashings*: seq[ProposerSlashing]
casper_slashings*: seq[CasperSlashing]
attestations*: seq[Attestation]
poc_seed_changes*: seq[ProofOfCustodySeedChange]
poc_challenges*: seq[CustodyChallenge]
poc_responses*: seq[ProofOfCustodyResponse]
custody_reseeds*: seq[CustodyReseed]
custody_challenges*: seq[CustodyChallenge]
custody_responses*: seq[CustodyResponse]
deposits*: seq[Deposit]
exits*: seq[Exit]
# Phase1:
ProofOfCustodySeedChange* = object
CustodyReseed* = object
CustodyChallenge* = object
ProofOfCustodyResponse* = object
CustodyResponse* = object
ProposalSignedData* = object
slot*: uint64
@ -337,7 +337,7 @@ type
persistent_committees*: seq[seq[Uint24]]
persistent_committee_reassignments*: seq[ShardReassignmentRecord]
poc_challenges*: seq[CustodyChallenge]
custody_challenges*: seq[CustodyChallenge]
# Finality
previous_justified_slot*: uint64