crypto-com / chain-desktop-wallet

Crypto.com DeFi Desktop Wallet
https://crypto.com/defi-wallet
Other
363 stars 112 forks source link

Fix: New restriction on validator API #1375

Closed crypto-matto closed 10 months ago

crypto-matto commented 10 months ago

Issue

The API fetching validators is returning 400, causing some of the service failure regarding to Staking. https://crypto.org/explorer/api/v1/validators?limit=100000

This API has applied a new restriction on param limit. The maximum value is now 1000. We were using 1000000 on Desktop Wallet.

It’s working normally with limit lower than 1000. https://crypto.org/explorer/api/v1/validators?limit=1000