⚠️ Breaking Changes ⚠️
Adds a cli parameter named --max-block-range <RANGE>
for customising the block range limit when querying eth_getLogs
RPC, the default value is 1024
blocks. Trying to query eth_getLogs
for a block range higher than 1024
will result in the following error message: block range is too wide (maximum 1024)
.
Changes
- backport fix to perm-client-v0.44.1 (#3266)
Dependency changes
Moonbeam: v0.44.0...v0.44.1
Polkadot-sdk: moonbeam-foundation/polkadot-sdk@0159b9c...0159b9c
Frontier: moonbeam-foundation/frontier@9e11a44...7cbf4dd
Moonkit: Moonsong-Labs/moonkit@5abbe74...5abbe74