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
In #2145 , we will introduce a new response type for the case when data exists, but the namespace requested is not found in the data. This introduces a critical attack vector where FNs can tell LNs that data does not exist for a specific nID at arbitrary heights.
The solution for this is implementing non-inclusion proofs. The signature for GetSharesByNamespace does not need to change, as it fits inside the nmt.Proof data structure.
The text was updated successfully, but these errors were encountered:
In #2145 , we will introduce a new response type for the case when data exists, but the namespace requested is not found in the data. This introduces a critical attack vector where FNs can tell LNs that data does not exist for a specific nID at arbitrary heights.
The solution for this is implementing non-inclusion proofs. The signature for GetSharesByNamespace does not need to change, as it fits inside the nmt.Proof data structure.
The text was updated successfully, but these errors were encountered: