crStiv
crStiv
## Overview This PR introduces the `TestCoin` helper class to simplify coin creation during testing. The class provides utility methods for generating test coins with random or specified parameters, making...
Corrected camelCase naming convention in function name for better code consistency.
Renamed Snarky_intf.Field to Snarky_intf.Field_intf to maintain consistent _intf suffix naming convention across interface modules.
This commit improves the documentation by: - Adding detailed hardware specifications table for different use cases - Including specific storage requirements and IOPS recommendations - Expanding troubleshooting section with common...
## What ❔ Improves stability of tests in the `rate_limiting_resetting_state` function by replacing hardcoded timing values with named constants and implementing more robust assertions with small tolerance margins. ## Why...
Enhanced error handling in FunctionRegistrar.parse_function_parameters: - Added specific handling for StopIteration and SyntaxError - Replaced print statement with proper logger usage - Added more descriptive error messages - Improved method...
This improvement: - Adds more detailed error information when reading JWT files fails - Shows the full path to the file that couldn't be read - Includes the specific error...