Fix Withdrawal serialisation and check address change fork (#3789)

* Disallow address changes before Capella

* Quote u64s in Withdrawal serialisation
This commit is contained in:
Michael Sproul
2022-12-13 17:03:21 +11:00
committed by GitHub
parent f7a54afde5
commit 173a0abab4
3 changed files with 10 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ pub enum BeaconChainError {
MissingPersistedForkChoice,
CommitteePromiseFailed(oneshot_broadcast::Error),
MaxCommitteePromises(usize),
BlsToExecutionChangeBadFork(ForkName),
}
easy_from_to!(SlotProcessingError, BeaconChainError);