Skip to content

Commit

Permalink
feat: add payload size
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Feb 6, 2024
1 parent 6c861bc commit fb6c056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 @@ -265,6 +265,7 @@ Response:
"Provider": "f01234",
"Offset": 1032,
"Length": 1032,
"PayloadSize": 42,
"StartEpoch": 10101,
"EndEpoch": 10101
}
Expand Down
1 change: 1 addition & 0 deletions venus-shared/types/market/assigner_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ type DirectDealInfo struct {
Provider address.Address
Offset abi.PaddedPieceSize
Length abi.PaddedPieceSize
PayloadSize uint64
StartEpoch abi.ChainEpoch
EndEpoch abi.ChainEpoch
}
Expand Down

0 comments on commit fb6c056

Please sign in to comment.