Add get_builders_sweep_withdrawals and fix Gloas withdrawal tests.

This commit is contained in:
Jimmy Chen
2026-01-20 17:07:27 +11:00
parent 5c8acea305
commit 8b4c037fb4
5 changed files with 87 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ pub enum BeaconStateError {
EpochOutOfBounds,
SlotOutOfBounds,
UnknownValidator(usize),
UnknownBuilder(u64),
UnableToDetermineProducer,
InvalidBitfield,
EmptyCommittee,