phrwlk
phrwlk
Complience -> Compliance x2 depencencies -> dependencies
Fix broken LICENSE link in poseidon/README.md by changing from LICENSE to ../LICENSE to point to the root directory.
The error shown when cache is disabled and multiple profiles exist was telling users to use the --compiler-version flag while it actually refers to the compilation profile selection. This change...
- Replace incorrect {TimelockController} mentions with {ICompoundTimelock} in GovernorTimelockCompound.sol Natspec. - Clarify the TimelockChange event description to avoid confusion with TimelockController. Rationale: This module integrates with Compound’s Timelock via ICompoundTimelock;...
Add NatSpec in ERC7913P256Verifier.sol to explicitly state the required key format for P256 ERC‑7913 verifiers: 64‑byte concatenation qx || qy, each 32‑byte big‑endian. Clarifies that SEC1 prefixes are not accepted...
Previously, RateLimitingClient wrapped each request with fixed 10s/20s timeouts, which overrode user-provided WithCallTimeout/WithBatchCallTimeout and caused nested timeouts with BaseRPCClient. This change removes those hardcoded timeouts so the limiter only throttles...
Removed an incorrect and unnecessary JSON-RPC call in tools/SendBlobs/BlobSender.cs within WaitForBlobInclusion(). The code was calling eth_getTransactionByHash with two parameters—the transaction hash and a boolean—while the Ethereum JSON-RPC specification mandates exactly...
https://github.com/semaphore-protocol/semaphore/tree/main/circuits - doesn't work https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits - correct link Changed in 2 files
- Fill the TODO in poly/README.md Domains section. - Document EvaluationDomain, GeneralEvaluationDomain, Radix2EvaluationDomain, MixedRadixEvaluationDomain. - Add minimal Rust doctest examples for FFT/IFFT, coset, vanishing polynomial, and Lagrange coefficients.
## Motivation Logos #[token] attributes only match exact string literals and do not interpret regex metacharacters. The existing definitions for group::*, signature::*, and Future::* used #[token(r"...[a-zA-Z]...")] and never matched real...