Skip to content

feat(esplora): Add get_merkle_proof and get_output_status#942

Merged
thunderbiscuit merged 1 commit intobitcoindevkit:masterfrom
ItoroD:more-esplora-methods
Feb 2, 2026
Merged

feat(esplora): Add get_merkle_proof and get_output_status#942
thunderbiscuit merged 1 commit intobitcoindevkit:masterfrom
ItoroD:more-esplora-methods

Conversation

@ItoroD
Copy link
Collaborator

@ItoroD ItoroD commented Jan 22, 2026

Description

Adding more useful Apis for esplora client.

Notes to the reviewers

For useful results to show up when calling get_merkle_proof the transaction you are passing must be confirmed.

Documentation

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing
  • I've added a changelog in the next release tracking issue (see example)
  • I've linked the relevant upstream docs or specs above

New Features:

  • I've added tests for the new feature
  • I've added docs for the new feature

@busayo-OD
Copy link

Tested on Signet using the Kotlin bindings. Both get_merkle_proof and get_output_status work as expected. Merkle path hashes are returned correctly after confirmation.

@ItoroD
Copy link
Collaborator Author

ItoroD commented Jan 28, 2026

Tested on Signet using the Kotlin bindings. Both get_merkle_proof and get_output_status work as expected. Merkle path hashes are returned correctly after confirmation.

Thanks for the review.

@ItoroD ItoroD changed the title feat(esplora): Add get_merkle_proof`and get_output_status feat(esplora): Add get_merkle_proof and get_output_status Jan 28, 2026
Copy link
Member

@thunderbiscuit thunderbiscuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK dea9e1b.

@thunderbiscuit thunderbiscuit merged commit c171cab into bitcoindevkit:master Feb 2, 2026
6 checks passed
@ItoroD ItoroD deleted the more-esplora-methods branch February 2, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants