Skip to content

Commit

Permalink
feat: add PieceCID to StorageDealQueryParams
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Aug 31, 2023
1 parent 7eb8d81 commit 9562438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions venus-shared/api/market/v0/method.md
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,7 @@ Inputs:
"Client": "string value",
"DiscardFailedDeal": true,
"DealID": 5432,
"PieceCID": "string value",
"Offset": 123,
"Limit": 123
}
Expand Down
1 change: 1 addition & 0 deletions venus-shared/api/market/v1/method.md
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,7 @@ Inputs:
"Client": "string value",
"DiscardFailedDeal": true,
"DealID": 5432,
"PieceCID": "string value",
"Offset": 123,
"Limit": 123
}
Expand Down
3 changes: 2 additions & 1 deletion venus-shared/types/market/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ type StorageDealQueryParams struct {
Client string
DiscardFailedDeal bool

DealID abi.DealID
DealID abi.DealID
PieceCID string

Page
}
Expand Down

0 comments on commit 9562438

Please sign in to comment.