bitcoindevkit / rust-esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.
MIT License
28 stars 44 forks source link

feat: add way to make raw req and get url for `BlockingClient` #87

Closed evanlinjin closed 2 months ago

evanlinjin commented 2 months ago

Also add method for getting from /tx/:txid endpoint.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9525108942

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/blocking.rs 8 11 72.73%
<!-- Total: 8 11 72.73% -->
Totals Coverage Status
Change from base Build 9294320001: -0.2%
Covered Lines: 959
Relevant Lines: 1137

💛 - Coveralls
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9525267064

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/blocking.rs 8 11 72.73%
<!-- Total: 8 11 72.73% -->
Totals Coverage Status
Change from base Build 9294320001: -0.2%
Covered Lines: 959
Relevant Lines: 1137

💛 - Coveralls
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9528664736

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/async.rs 12 14 85.71%
src/blocking.rs 4 7 57.14%
<!-- Total: 74 79 93.67% -->
Totals Coverage Status
Change from base Build 9294320001: 3.0%
Covered Lines: 1060
Relevant Lines: 1211

💛 - Coveralls
notmandatory commented 2 months ago

Oh ya CI is broken, same issue as on the BDK branch. I'll make a new PR to fix it.

oleonardolima commented 2 months ago

Oh ya CI is broken, same issue as on the BDK branch. I'll make a new PR to fix it.

Thanks! I didn't notice that it was the same problem as https://github.com/bitcoindevkit/bdk/pull/1470