feat(chain)!: introduce new TopologicalIterWithLevels
#251
Annotations
1 error and 4 warnings
this loop never actually loops:
crates/chain/src/canonical_iter.rs#L241
error: this loop never actually loops
--> crates/chain/src/canonical_iter.rs:241:9
|
241 | / loop {
242 | | while let Some((txid, tx)) = self.unprocessed_assumed_txs.next() {
243 | | if !self.is_canonicalized(txid) {
244 | | self.mark_canonical(txid, tx, CanonicalReason::assumed());
... |
295 | | return None;
296 | | }
| |_________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#never_loop
= note: `#[deny(clippy::never_loop)]` on by default
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
coverage-report
|
459 KB |
sha256:477812514a8174f4eff2f39e55c4eab1852fbddac65d0dc332aa2045067dde2c
|
|