synor/crates/synor-network/src
Gulshan Yadav 7c7137c4f6 fix: resolve clippy warnings for Rust 1.93
- 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
2026-02-02 06:18:16 +05:30
..
behaviour.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
config.rs feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
eclipse.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
lib.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
message.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
partition.rs fix: resolve clippy warnings for Rust 1.93 2026-02-02 06:18:16 +05:30
peer.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
protocol.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
rate_limit.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
ratelimit.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
reputation.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
service.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
service.rs.orig Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
sync.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30