test: add suite of scenarios for txs topological order #241
Annotations
2 errors and 5 warnings
this loop never actually loops:
crates/chain/src/canonical_iter.rs#L210
error: this loop never actually loops
--> crates/chain/src/canonical_iter.rs:210:9
|
210 | / loop {
211 | | while let Some((txid, tx)) = self.unprocessed_assumed_txs.next() {
212 | | if !self.is_canonicalized(txid) {
213 | | self.mark_canonical(txid, tx, CanonicalReason::assumed());
... |
252 | | return None;
253 | | }
| |_________^
|
= 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
Process completed with exit code 1.
|
Code Coverage
Cache not found for keys: v0-rust-Codecov-Linux-x64-e30d0c1f-e8264f82, v0-rust-Codecov-Linux-x64-e30d0c1f
|
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/
|