-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fully sync payload by traversing all links in Pando such that all of payload can be downloaded solely from Pando. #416
Comments
Pando payload type is now updated to Next step is to update dealbot to publish metadata with the latest schema. |
masih
added a commit
that referenced
this issue
May 4, 2022
Update to the latest Pando which changes the metadata payload type from `Bytes` to `Any`. Reflect the changes in dealbot publisher, such that: * the payload is an IPLD node that is made up of a single link that points to the actual data * the GraphSync server exposed by the dealbot publisher allows the link to be traversed as before, so that Pando can fully sync the data from dealbot as long as all links in payload are explored recursively. Relates to #416
masih
added a commit
that referenced
this issue
May 4, 2022
Update to the latest Pando which changes the metadata payload type from `Bytes` to `Any`. Reflect the changes in dealbot publisher, such that: * the payload is an IPLD node that is made up of a single link that points to the actual data * the GraphSync server exposed by the dealbot publisher allows the link to be traversed as before, so that Pando can fully sync the data from dealbot as long as all links in payload are explored recursively. Relates to #416
masih
added a commit
that referenced
this issue
May 4, 2022
Update to the latest Pando which changes the metadata payload type from `Bytes` to `Any`. Reflect the changes in dealbot publisher, such that: * the payload is an IPLD node that is made up of a single link that points to the actual data * the GraphSync server exposed by the dealbot publisher allows the link to be traversed as before, so that Pando can fully sync the data from dealbot as long as all links in payload are explored recursively. Relates to #416
masih
added a commit
that referenced
this issue
May 4, 2022
Update to the latest Pando which changes the metadata payload type from `Bytes` to `Any`. Reflect the changes in dealbot publisher, such that: * the payload is an IPLD node that is made up of a single link that points to the actual data * the GraphSync server exposed by the dealbot publisher allows the link to be traversed as before, so that Pando can fully sync the data from dealbot as long as all links in payload are explored recursively. Relates to #416
payload format changes are released and deployed in fil-prod. |
Should this be captured on the Pando repo instead of here? Work from dealbot side as far as getting this done is now complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: