update registry to polygon batch-size 10#2429
Conversation
Point webapp Vercel deploys to new v6 project
…orderbook into 2025-12-18-exact-swap
wip on exact swap
Update Registry
rain.strategies PR: rainlanguage/rain.strategies#80
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
WalkthroughA single constant Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…YAML Previously, when merging multiple YAML documents, entries under the same top-level section (e.g., two different deployers under `deployers:`) would be lost because the shallow merge simply replaced the entire hash. This implements deep recursive merging so that different entries under the same section are properly combined.
…-documents Fix shallow merge overwriting same-section entries in multi-document YAML
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
|
Tip For best results, initiate chat on the files or code changes. SIZE=S 🧠 Learnings used |
Dependent PRs
Motivation
See issues:
Polygon's public RPC (polygon-rpc.com) has strict block range limits that reject
eth_getLogsrequests with more than ~25 blocks. The current batch-size of 50 was causing "Block range is too large" errors during local DB sync.Solution
Update the registry URL to point to a new rain.strategies commit that reduces polygon's
batch-sizefrom 50 to 10 blocks. This allows local DB sync to work reliably with polygon-rpc.com.Checks
By submitting this for review, I'm confirming I've done the following:
fix #2426
Summary by CodeRabbit
Release Notes