-
Notifications
You must be signed in to change notification settings - Fork 117
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
Generalise proof query/insert RPC endpoints to support transfer proofs #439
Labels
Comments
So right now the RPC interface doesn't make a distinction between them. The only area we gate things is here: taproot-assets/universe/base.go Lines 199 to 205 in 7077464
|
ffranr
changed the title
Add functionality to register/fetch multiverse transfer proofs
Generalise proof query/inset RPC endpoints to support transfer proofs
Aug 15, 2023
ffranr
changed the title
Generalise proof query/inset RPC endpoints to support transfer proofs
Generalise proof query/insert RPC endpoints to support transfer proofs
Aug 15, 2023
I've renamed this issue and changed the description but the actual work won't deviate from what we've planed for this sprint. |
Addressed here: #473 |
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in Taproot-Assets Project Board
Sep 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generalise proof query and insert RPC endpoints such that they support transfer proofs. They currently only support issuance proofs.
The RPC endpoints are called
QueryProof
andInsertProof
.This change will include storing transfer proofs within the multiverse.
Deliverables:
InsertProof
and retrieved using RPC endpointQueryProof
. #467The text was updated successfully, but these errors were encountered: