feat: add way to make raw req and get url for BlockingClient#87
Merged
evanlinjin merged 2 commits intobitcoindevkit:masterfrom Jun 15, 2024
Merged
Conversation
Pull Request Test Coverage Report for Build 9525108942Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9525267064Details
💛 - Coveralls |
Also add `size` and `weight` fields to `Tx`.
f3c0055 to
3b778c5
Compare
Pull Request Test Coverage Report for Build 9528664736Details
💛 - Coveralls |
Collaborator
oleonardolima
left a comment
There was a problem hiding this comment.
post-merge ACK 3b778c5
It just seems that it requires some dependency pinning for the MSRV
Member
|
Oh ya CI is broken, same issue as on the BDK branch. I'll make a new PR to fix it. |
Collaborator
Thanks! I didn't notice that it was the same problem as bitcoindevkit/bdk#1470 |
3 tasks
chrono-raven6i90
added a commit
to chrono-raven6i90/rust-esplora-client
that referenced
this pull request
Oct 28, 2025
… req and get url for `BlockingClient`
3b778c57625ab8f4fb9b72b4e2013af74045a846 feat: add method for getting tx info via `GET /tx/:txid` (志宇)
bc3d431730052ace9766b328df2faae830c67062 feat: add way to make raw req and get url for `BlockingClient` (志宇)
Pull request description:
Also add method for getting from `/tx/:txid` endpoint.
ACKs for top commit:
evanlinjin:
self-ACK 3b778c57625ab8f4fb9b72b4e2013af74045a846
Tree-SHA512: 81ab7af85b40fba0ec20194649d2f95b8e5fcd66c856ffb1d10ab9f81cddbfd11ef6ff399bd542e7b920a426ccbd9c114152ebd170bc8e6b3562b44e16ce612d
This file contains hidden or 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
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.
Also add method for getting from
/tx/:txidendpoint.