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
Indexer Service was deployed. The blocker now is the Console App + Storacha/client.
About 3 months ago, the console project was updated to use client.capability.blob.get(shard.multihash) from the @storacha/client.
As a result, the w3ui was also updated to use @storacha/client instead of w3up-client.
Additionally, a fallback strategy was added to the Console App to call client.capability.store.get(shard) if blob.get fails for any reason.
However, I recently released a new version of the @storacha/client and noticed that the store capability is no longer present in it — meaning the fallback strategy in the Console App won’t work anymore.
To unblock this task we need to add the store.get back to the @storacha/client.
Tasks
w3up/w3up-client
upload-service/w3up-client
w3up-client
package inw3cli
storacha/cli
w3ui/core
w3ui/react
package inConsole
AppThe text was updated successfully, but these errors were encountered: