-
Notifications
You must be signed in to change notification settings - Fork 119
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
taprpc: move ImportProof
from tapdevrpc
to taprpc
#1139
Conversation
783ccb5
to
ce7db2a
Compare
Pull Request Test Coverage Report for Build 11240704007Details
💛 - Coveralls |
ce7db2a
to
c900a49
Compare
Relevant existing discourse: Is the use case manually importing a proof for an asset that the importing node actually owns? In that case, maybe we can improve the existing Not sure if that covers your use or you're looking at something more involved? Either way, sidestepping the local universe will probably cause issues later. |
Core user need: when importing a proof and recognize and if the node owns the asset that's being imported |
IIUC |
Closing this as we managed to emulate the same functionality by iterating on the whole proof with |
This commit turns the
ImportProof
API to be publicly available as it is required for some use cases.