- Add #[allow(clippy::too_many_arguments)] for functions with 8 parameters - Replace vec initialization with array where appropriate - Fix test code warnings by adding #[allow] attributes - Improve code quality while maintaining functionality
- Fix spacing and line formatting in signer modules - Remove unnecessary blank lines - Ensure consistent code style per project standards
fix ilm feature.