decentraland / builder

🍉 Build scenes for Decentraland
https://builder.decentraland.org
Other
152 stars 82 forks source link

fix: Requesting coordines for more than 150 hashes #3183

Closed LautaroPetaccio closed 2 months ago

LautaroPetaccio commented 2 months ago

When the use has more than 150 parcels, the getLandRedirectionHashes client call fails because the server can only answer 150 coordinates at a time. This PR fixes that by batching the requests.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 1:12pm
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10849608618

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/modules/ens/utils.ts 1 3 33.33%
<!-- Total: 4 6 66.67% -->
Totals Coverage Status
Change from base Build 10849574136: -0.003%
Covered Lines: 5712
Relevant Lines: 10879

💛 - Coveralls