Audit Methodology
Task
Method
Manual Code Review
Pair review by 2 engineers using defined checklist
Lint & Style Check (clippy
, fmt)
Automated CI enforcement with manual override if needed
Unit Testing
cargo test
and mock.rs
coverage inspection
Functional Scenario Validation
Using try-runtime
, mock_runtime
, and integration tests
Benchmark Validation
Runtime weight measured via frame-benchmarking
Test Data Consistency
Seeded randomness and pattern-based test scenarios
Last updated