Conversation
|
Checking comment permissions after the latest CI update. No code changes needed from my side right now. |
|
One addition worth capturing: the Arc public mainnet RPC enforces a stricter limit than the Reth node defaults. Querying { "code": -32600, "message": "Query exceeds max block range of 10000" }This is 10× lower than the 100,000-block Reth default this PR documents. A developer who validates against a local Arc node (where the Reth default applies) will hit this in production without a clear reason why — especially since the error code is A note in the "public gateway" section with the concrete 10,000-block figure, alongside the existing mention that gateways may enforce stricter limits, would close that gap. Practical reference: we hit it while fetching |
d2f55c8 to
065caf0
Compare
065caf0 to
bdb38be
Compare
Summary
--rpc.max-blocks-per-filterand--rpc.max-logs-per-responseflags100000blocks and20000logsThis captures the repo-owned documentation follow-up identified in #83 without changing node behavior or duplicating the pending-tag fix in #340.
Validation
git diff --checkRelated to #83.