|
Ran
|
Jobs
1
|
Files
10
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge bitcoindevkit/rust-esplora-client#220: More API fixes <a class=hub.com/bitcoindevkit/rust-esplora-client/commit/515fd53ae5fc22a101124f8bbaa8d3a196f0a7a4">515fd53ae<a href="https://github.com/bitcoindevkit/rust-esplora-client/commit/bb483969193af77768d56352c263eea131b932f7"> refactor(api)!: use `bitcoin::LockTime` for `EsploraTx::locktime` (Luis Schwab) <a class="double-link" href="https://github.com/bitcoindevkit/rust-esplora-client/commit/f4331b98936ab663db61e9208b0feea0ba4bb479">f4331b989</a><a href="https://github.com/bitcoindevkit/rust-esplora-client/commit/bb483969193af77768d56352c263eea131b932f7"> refactor(api)!: use `bitcoin::transaction::Version` for `EsploraTx::version` (Luis Schwab) </a><a class="double-link" href="https://github.com/bitcoindevkit/rust-esplora-client/commit/632a88b9064af57e7f06292b437de854464be74a">632a88b90</a><a href="https://github.com/bitcoindevkit/rust-esplora-client/commit/bb483969193af77768d56352c263eea131b932f7"> refactor(api)!: use `bitcoin::Sequence` for `Vin::sequence` (Luis Schwab) </a><a class="double-link" href="https://github.com/bitcoindevkit/rust-esplora-client/commit/c8b011dbb50cdcb9e08b89cbf80ac153633f5eef">c8b011dbb</a><a href="https://github.com/bitcoindevkit/rust-esplora-client/commit/bb483969193af77768d56352c263eea131b932f7"> refactor(client)!: use `Duration` for timeout (Luis Schwab) </a><a class="double-link" href="https://github.com/bitcoindevkit/rust-esplora-client/commit/de4d799856db20a6667732e82e47bf77c789b146">de4d79985 refactor(api)!: use `bitcoin::Address` for `AddressStats::address` (Luis Schwab) b5b583def refactor(api)!: use `bitcoin::Witness` for `Vin::witness` (Luis Schwab) Pull request description: ## Changelog ``` - Use `bitcoin::Witness` for `Vin::witness` - Use `bitcoin::Address` for `AddressStats::address` - Use `Duration` for `{Builder,AsyncClient,BlockingClient}::timeout` - Use `bitcoin::LockTime` for `EsploraTx::locktime` - Use `bitcoin::transaction::Version` for `EsploraTx::version` - Use `bitcoin::Sequence` for `Vin::sequence` ``` ACKs for top commit: oleonardolima: ACK 515fd53ae5fc22a101124f8bbaa8d3a196f0a7a4 Tree-SHA512: 0b40fe61d5c11543cb7ba35190ed3e1da8b
9 of 17 new or added lines in 4 files covered. (52.94%)
1581 of 1805 relevant lines covered (87.59%)
32.99 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
42.16 |
-2.17% | src/lib.rs |
| 1 |
82.06 |
0.0% | src/async.rs |
| 1 |
83.71 |
0.0% | src/blocking.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 28260379418.1 | 10 |
87.59 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|