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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: data CID is root CID of aggregate, not content CID #720

Merged
merged 2 commits into from
Nov 30, 2021
Merged

Conversation

alanshaw
Copy link
Member

@alanshaw alanshaw commented Nov 30, 2021

A regression from the DB migration.

See definition here:

/**
* CID of the data aggregated in this deal.
*/
dataCid: string

...and old definition here:

"""
An aggregate of content for inclusion in a Filecoin deal.
"""
type Aggregate {
"""
CID of the root of the aggregate data.
"""
dataCid: String! @unique

@alanshaw alanshaw merged commit 8c67725 into main Nov 30, 2021
@alanshaw alanshaw deleted the fix/data-cid branch November 30, 2021 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants