crStiv
crStiv
- Add detailed table of contents with all sections and subsections - Include anchor links for easy navigation - Maintain emoji consistency in headings- Add license badge and prerequisites section...
nothing fancy just fixed some typos
Closes #833 Changes: - Added consensuswarn to CI matrix - Created consensuswarn target in Makefile - Integrated consensuswarn into the linter suite The tool will run as part of the...
Fixes the misspelled word "Validaton" to "Validation" in three function comments within NonceLib.sol to improve code documentation quality and consistency. --- ## PR-Codex overview This PR focuses on correcting typos...
- Implements TryParallel struct for parallel execution of operations with error handling - Uses futures::try_join! for concurrent execution - Adds tests for success and error cases - Supports nested parallel...
- Add detailed outputSelection documentation in using-the-compiler.rst - Create examples/output-selection.rst with usage patterns - Document wildcards, performance implications, and best practices Fixes #15744
This commit improves the solhint custom rules by: 1. Expanding visibility check for constant variables to include internal constants 2. Re-enabling and fixing the no-external-virtual rule with: - Skip checks...
Improve README.md documentation with the following changes: - Add detailed project overview section - Include system requirements - Add data usage examples with SQL query - Improve document structure and...
## Description This PR adds support for custom hash functions and randomness sources in MPC setup ceremonies, as requested in issue #626. These changes enable in-SNARK verification of setup ceremonies...