Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Dynamic Retrieval pricing #6175
Dynamic Retrieval pricing #6175
Changes from 33 commits
2a40c80
73613ee
d33d426
c58048d
dd9c9fd
8c4c26c
ec85a97
31a5f68
9b34494
bd99590
50d7acf
c17300d
78a0458
85f2ac8
40642b2
536d7c4
fb29f78
8ff5bce
2c9f592
50e023e
dc6dbc9
78255ea
ac443cd
0f3ff9e
1b5c1f0
43453bb
05ba3de
303ef15
1616650
e4e60d7
212d0fc
4e9bb16
fed5afa
ea9bed2
3d086df
bed2bc7
4419205
9002fcb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sector files can technically not have a piece unsealed locally, but have it unsealed in remote storage, so we probably want to return only if
has
is true(Right now this usually won't be the case, but it may be more common if we get a PoRep with multi-TB sectors (numbers like 32tb sectors were floating in the research space))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(we may have the same bug below in
Reader
)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@magik6k Address this with some tests. Please take a look.