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
feat!: use activePieceCount for accurate piece tracking (#517)
BREAKING: EnhancedDataSetInfo.nextPieceId removed, s/currentPieceCount/activePieceCount
This exposes getActivePieceCount from PDPVerifier, replaces the inaccurate
nextPieceId-based counting with actual active piece count, and removes
nextPieceId from the data set details struct to avoid extra eth_call for a low-
value piece of information.
0 commit comments