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
System uses publisher-lambda that receives block multihashes on "Multihashes SQS topic" from which it creates and publishes IPNI advertisements. This makes blocks served by hoverboard - w3up bitswap peer discoverable on the network.
What
Put all the multihashes in the dag index (passed into #1401) into multihashes queue that publisher lambda reads from.
Why
Without this network will not be able to discover that our bitswap peer serves blocks stored via blob/add and published index/add capabalities.
Delivered
When done one should be able to query IPNI and discover that blocks added through blob/add + index/add are provided by w3up bitswap peer.
Context
System uses publisher-lambda that receives block multihashes on "Multihashes SQS topic" from which it creates and publishes IPNI advertisements. This makes blocks served by hoverboard - w3up bitswap peer discoverable on the network.
What
Put all the multihashes in the dag index (passed into #1401) into multihashes queue that publisher lambda reads from.
Why
Without this network will not be able to discover that our bitswap peer serves blocks stored via
blob/add
and publishedindex/add
capabalities.Delivered
blob/add + index/add
are provided by w3up bitswap peer.blob/add + index/add
via kubo node without manually connecting it to w3up bitswap peer.The text was updated successfully, but these errors were encountered: