- Replace manual modulo checks with .is_multiple_of() - Use enumerate() instead of manual loop counters - Use iterator .take() instead of index-based loops - Use slice literals instead of unnecessary vec![] - Allow too_many_arguments in IBC and bridge crates (protocol requirements) - Allow assertions on constants in integration tests |
||
|---|---|---|
| .. | ||
| byzantine_fault_tests.rs | ||
| fork_resolution.rs | ||
| multi_node_network.rs | ||
| node_lifecycle.rs | ||
| reorg_tests.rs | ||
| stress_tests.rs | ||
| sync_protocol.rs | ||