You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says,
I thought the block root in checkpoint is the block inside the first slot of given epoch in checkpoint
which means that slots.ToEpoch(targetSlot) == c.epoch
in above getAttPreState function.
When I checked the blocks in explorer, that seemed right.
Could you give me some hint to understand this?
In which case, it's not guaranteed that the epoch of 'given block root' is not 'the given epoch'?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
prysm/beacon-chain/blockchain/process_attestation_helpers.go
Line 27 in 09d761e
As the title says,
I thought the block root in checkpoint is the block inside the first slot of given epoch in checkpoint
which means that
slots.ToEpoch(targetSlot) == c.epoch
in above getAttPreState function.
When I checked the blocks in explorer, that seemed right.
Could you give me some hint to understand this?
In which case, it's not guaranteed that the epoch of 'given block root' is not 'the given epoch'?
Beta Was this translation helpful? Give feedback.
All reactions