You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
view-account-summary is crashing constantly during getting the staked balance. I'm not sure why it happens since testnet only has 28 nodes of validators compared to 500+ on mainnet, but I assume it can be fixed by splitting all validators by smaller chunks and process them one by one with a small delay in-between. If this won't help, let's at least display all other information that we can like social, native account balance, storage used and number of access keys
The text was updated successfully, but these errors were encountered:
Closes: #431
* Added fast-near for testnet
* Rate limited querying pools to 140 / 30s
Ideally, if Fastnear is stable enough, the user shouldn't be able to hit
this limit as we will query information within the pools the user has
staked before.
But in case the fastener fails, we would need to query all active pools,
which number more than 150.
| Network | FastNear | Non fast near |
| :---: | :---: | :---: |
| Testnet | < 140 (mostly 0-5) | 563 pools
| Mainnet | < 140 ( mostly 0-5 ) | State of contract poolv1.near is too
large to be viewed |
@race-of-sloths
view-account-summary
is crashing constantly during getting the staked balance. I'm not sure why it happens sincetestnet
only has 28 nodes of validators compared to 500+ onmainnet
, but I assume it can be fixed by splitting all validators by smaller chunks and process them one by one with a small delay in-between. If this won't help, let's at least display all other information that we can like social, native account balance, storage used and number of access keysThe text was updated successfully, but these errors were encountered: