Fast-forward unchanged 0.4.0 structs to 0.5.0

This commit is contained in:
Paul Hauner 2019-03-15 14:33:40 +11:00
parent f9964ebd8b
commit 8050ed7a26
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ use test_random_derive::TestRandom;
/// Specifies the block hash for a shard at an epoch.
///
/// Spec v0.4.0
/// Spec v0.5.0
#[derive(
Debug,
Clone,

View File

@ -7,7 +7,7 @@ use test_random_derive::TestRandom;
/// Contains data obtained from the Eth1 chain.
///
/// Spec v0.4.0
/// Spec v0.5.0
#[derive(
Debug, PartialEq, Clone, Default, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom,
)]

View File

@ -7,7 +7,7 @@ use test_random_derive::TestRandom;
/// A summation of votes for some `Eth1Data`.
///
/// Spec v0.4.0
/// Spec v0.5.0
#[derive(
Debug, PartialEq, Clone, Default, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom,
)]