-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: integrate submit_windowed_post with pallet proofs #593
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
th7nder
changed the title
feat: submit_windowed_post
feat: integrate submit_windowed_post with pallet proofs
Nov 19, 2024
th7nder
force-pushed
the
feat/449/verify-post
branch
from
November 22, 2024 08:32
1cdb556
to
ab5b468
Compare
th7nder
force-pushed
the
feat/449/verify-post
branch
2 times, most recently
from
November 25, 2024 20:29
c8e197b
to
dbb0316
Compare
th7nder
force-pushed
the
feat/449/verify-post
branch
from
November 25, 2024 20:30
dbb0316
to
9bbf9f3
Compare
th7nder
force-pushed
the
feat/449/verify-post
branch
from
November 26, 2024 09:18
9bbf9f3
to
42a5b00
Compare
aidan46
reviewed
Nov 26, 2024
th7nder
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Nov 26, 2024
th7nder
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Nov 26, 2024
th7nder
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Nov 26, 2024
aidan46
reviewed
Nov 26, 2024
aidan46
reviewed
Nov 26, 2024
th7nder
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Nov 26, 2024
cernicc
reviewed
Nov 27, 2024
th7nder
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Nov 27, 2024
cernicc
approved these changes
Nov 27, 2024
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.
Good job 💪
aidan46
approved these changes
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Fixes #449.
submit_windowed_post
of Pallet Storage Provider, so it calls Pallet Proofs to verify PoSt.current_deadline.challenge
will be able to be called in the pipeline Submit Windowed PoSt in the Pipeline #596.I tested it by running:
examples/rpc_publish.sh examples/test-data-big.car
export CACHE=<directory outputed in rpc_publish>
export COMMR=<commr outputed by rpc publish>
export CHALLENGE_BLOCK=<runtime api query call for current_deadline>
./target/release/polka-storage-provider-client proofs post --sr25519-key "//Charlie" --cache-directory $CACHE --proof-parameters-path 2KiB.post.params --sector-number 1 $CACHE/../sealed/1 --challenge_block $CHALLENGE_BLOCK $COMMR
submit_windowed_post
viapolkadot.js.org
with the file1.sector.proof.post.scale
.+
Important things
Checklist