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
We forgot to update backfilling when we landed #12080. If you run backfill-events after that migration (1.28) then it's not going to update the table that we need to determine if we've processed that tipset.
We're going to nuke the lotus-shed backfilling, see conversation in #12330 and #12116, but for now it's still used and it should work.
We forgot to update backfilling when we landed #12080. If you run backfill-events after that migration (1.28) then it's not going to update the table that we need to determine if we've processed that tipset.
We're going to nuke the lotus-shed backfilling, see conversation in #12330 and #12116, but for now it's still used and it should work.
We need to copy this logic:
lotus/chain/events/filter/index.go
Lines 870 to 879 in 6bdbbc0
Into the bottom of this closure:
lotus/cmd/lotus-shed/indexes.go
Line 179 in 6bdbbc0
The text was updated successfully, but these errors were encountered: