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
If we have a non-zero validator rewarder at this level, queue the commitment for processing in storage (add to pending and presentable summaries).
If we have a zero validator rewarder at this level, and we are the L1, discard the incoming commitments.
If we have a zero validator rewarder at this level, and we are not the L1, relay the commitments upwards (add to pending summaries).
ValidatorRewardFacet also needs to handle relayed commitments.
The text was updated successfully, but these errors were encountered:
In
submitCheckpoint
, seeipc/contracts/contracts/subnet/SubnetActorCheckpointingFacet.sol
Line 28 in 970229e
If we have a non-zero validator rewarder at this level, queue the commitment for processing in storage (add to pending and presentable summaries).
If we have a zero validator rewarder at this level, and we are the L1, discard the incoming commitments.
If we have a zero validator rewarder at this level, and we are not the L1, relay the commitments upwards (add to pending summaries).
ValidatorRewardFacet
also needs to handle relayed commitments.The text was updated successfully, but these errors were encountered: