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

Add get raw block endpoint #25

Closed benthecarman closed 1 year ago

benthecarman commented 1 year ago

This will be needed for implementing LDKs BlockSource trait

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3364069838


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/blocking.rs 11 14 78.57%
<!-- Total: 47 50 94.0% -->
Totals Coverage Status
Change from base Build 3362867644: 1.1%
Covered Lines: 749
Relevant Lines: 936

💛 - Coveralls
benthecarman commented 1 year ago

Fixed formatting

benthecarman commented 1 year ago

Responded to @tnull's comments