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