Skip to content
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鈥檒l 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

Open
davidd8 opened this issue Apr 22, 2022 · 4 comments
Assignees

Comments

@davidd8
Copy link
Collaborator

davidd8 commented Apr 22, 2022

No description provided.

@davidd8 davidd8 created this issue from a note in Pando Integration (To do) Apr 22, 2022
@davidd8
Copy link
Collaborator Author

davidd8 commented Apr 22, 2022

cc @kylehuntsman

@masih
Copy link
Member

masih commented May 4, 2022

Pando payload type is now updated to Any allowing dealbot to publish DAGs as payload which then allows Pando to traverse them via graphsync.

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
@masih
Copy link
Member

masih commented May 4, 2022

payload format changes are released and deployed in fil-prod.

@masih
Copy link
Member

masih commented May 6, 2022

Should this be captured on the Pando repo instead of here? Work from dealbot side as far as getting this done is now complete.

@masih masih moved this from To do to Done in Pando Integration May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants