crStiv
crStiv
- Created new constants.ts file for storing application constants - Moved DEFAULT_SETTINGS from Settings.ts to constants.ts - Removed TODO comment as the task is now completed - Improved code organization...
nothing fancy, just changed wording and fixed typos
Fix #293 - Add parallel processing for subtable_lookup_indices - Pre-allocate memory for vectors to reduce reallocations - Optimize memory usage pattern in processing polynomials - Improve data unpacking efficiency with...
Replace incorrect '\=' operator with '/=' in log2Ceil function for proper division operation.
- Added GitHub, crates.io and docs.rs badges - Fixed relative link to alloy-networks repository - Added working code example in the Usage section
Explicitly states that RPC credentials grant full administrative access to the node and filesystem resources accessible by bitcoind. Adds a new section in JSON-RPC-interface.md to address issue #32274 by documenting...
- Add ensureTrailingSlash utility function to prevent URL formatting issues - Fix typo in function documentation (custorm -> custom) - Ensure consistent URL handling in credential group join functions
Renamed preimageData parameter to preImageData in staticOracle function to maintain consistent naming convention with other preimage-related identifiers in the codebase.
### Description This pull request addresses several minor typos across different files in the repository. The changes aim to improve the clarity and correctness of the documentation by fixing grammatical...