|
Ran
|
Jobs
1
|
Files
4
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge bitcoindevkit/rust-esplora-client#198: Use `bitcoin::Amount` and `bitcoin::FeeRate` <a class=hub.com/bitcoindevkit/rust-esplora-client/commit/291aa096ffa1ec7e1fa9b0659270b9cd4d0885db">291aa096f<a href="https://github.com/bitcoindevkit/rust-esplora-client/commit/42627b9fdb9d28af60ba3daa04eb5f2807d98da9"> refactor(client)!: use `bitcoin::FeeRate` on `submit_package` and `get_fee_estimates` (Luis Schwab) <a class="double-link" href="https://github.com/bitcoindevkit/rust-esplora-client/commit/bfdce81bb48e64417a73fc214e420ffa849964d1">bfdce81bb</a> refactor(api)!: use `bitcoin::{Amount,FeeRate}` on `MempoolStats` (Luis Schwab) Pull request description: Closes #192 ## Changelog ``` ## Added - Add `deserialize_fee_histogram` ## Breaking - Use `Amount` and `FeeRate` on `MempoolStats.fee_histogram` - `submit_package` takes in `FeeRate` for `maxfeerate` instead of `f64` - `submit_package` takes in `Amount` for `maxburnamount` instead of `f64` - `get_fee_estimates` returns `FeeRate` instead of `f64` ## Changed - Update `test_feerate_parsing` with an up to date fee histogram ``` ACKs for top commit: oleonardolima: tACK 291aa096ffa1ec7e1fa9b0659270b9cd4d0885db Tree-SHA512: d4c317ebd7d37c8c69982a3b37764b07df1
67 of 84 new or added lines in 4 files covered. (79.76%)
2 existing lines in 2 files now uncovered.1529 of 1712 relevant lines covered (89.31%)
12.01 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 8 |
81.82 |
-0.14% | src/async.rs |
| 8 |
83.5 |
-0.17% | src/blocking.rs |
| 1 |
63.46 |
4.57% | src/api.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
81.82 |
-0.14% | src/async.rs |
| 1 |
83.5 |
-0.17% | src/blocking.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 25260640014.1 | 4 |
89.31 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|