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
Unit tests in share/availability/light/availability_test.go currently set useShareIndexes=false because useShareIndexes=true will break unit tests unless we also update the transaction data used by tests to contain share indexes. This is non-trivial because the sample block used in the tests doesn't contain share indexes:
Context
In celestia-app 0.7.0, there is a breaking change to the shares.Split.
This issue is a follow-up TODO from #1147
Problem
Unit tests in share/availability/light/availability_test.go currently set
useShareIndexes=false
becauseuseShareIndexes=true
will break unit tests unless we also update the transaction data used by tests to contain share indexes. This is non-trivial because the sample block used in the tests doesn't contain share indexes:celestia-node/share/availability/light/availability_test.go
Lines 337 to 340 in 30ed57f
Proposal
useShareIndexes=true
TODO
commentThe text was updated successfully, but these errors were encountered: