|
Ran
|
Jobs
1
|
Files
212
|
Run time
1min
|
Badge
README BADGES
|
push
github
refactor(mempool): Remove cap for number of transactions Remove the functionality of the mempool to cap the number of transactions in the mempool. With the merger of 3f7fb11bd and the changes introduced in c85811e21 and in particular f70bccc22 which allows the composer control over the number of txs to merge, we no longer have a good reason to cap the number of transactions in the mempool, as there are no longer situations in which the presence of mempool transactions causes a big slowdown for composers, or anyone else for that matter.
2 of 2 new or added lines in 1 file covered. (100.0%)
52 existing lines in 8 files now uncovered.20641 of 28529 relevant lines covered (72.35%)
487456.19 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
98.7 |
-0.32% | src/models/blockchain/type_scripts/time_lock.rs |
| 1 |
95.83 |
-0.83% | src/models/proof_abstractions/timestamp.rs |
| 1 |
93.08 |
0.66% | src/models/state/mempool.rs |
| 2 |
66.44 |
-0.17% | src/peer_loop.rs |
| 5 |
84.37 |
-1.47% | src/connect_to_peers.rs |
| 13 |
66.36 |
-3.64% | src/api/regtest/regtest_impl.rs |
| 14 |
87.83 |
0.0% | src/config_models/cli_args.rs |
| 15 |
76.0 |
0.04% | src/mine_loop.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15853917282.1 | 212 |
72.35 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|