Uh oh!
There was an error while loading. Please reload this page.
feat: add verify inclusion proof to cli - #95
Conversation
ariard
left a comment
There was a problem hiding this comment.
Sounds good just the other API can be used.
| string merkle_block = 1; | ||
| } | ||
| message VerifyInclusionProofRequest { |
There was a problem hiding this comment.
Good if we can move those methods on the civkitservice.proto interface. That way they can be reused by notaryd in the future.
| send_bitcoind_request: Mutex::new(send_bitcoind_request), | ||
| send_events_gateway: Mutex::new(send_gateway_events), | ||
| our_service_pubkey: pubkey, | ||
| inclusion_proof: inclusion_proof, |
There was a problem hiding this comment.
Good to integrate it like this, when the mainstay module is more encapsulated, it can be moved in notaryd.
ariard
commented
Nov 26, 2023
Note the inclusion proof verification interface can be integrated in |
ariard
commented
Dec 13, 2023
See #95, it’s taking it over with fixes. Thanks for the fixes from latest review. |
No description provided.