Prerequisites
Description
Hi guys!
When using view_account method with nearFailoverRpcProvider on non existing near account, retries go on until I try all of the RPCs which is weird , cause account clearly do not exist and we should stop after first attempt.
Reproducible demo
No response
Steps to reproduce
- create nearFailoverRpcProvider
- use view_account on some crocoblu123 account
Expected behavior
Should fail on first request and returtn AcountDoesntExist error
Actual behavior
tries all rpcs and return RetryExceeded error
Your environment
near-api-js": "^4.0.0 || ^5.0.0"
Self-service
Prerequisites
near-api-js.Description
Hi guys!
When using view_account method with nearFailoverRpcProvider on non existing near account, retries go on until I try all of the RPCs which is weird , cause account clearly do not exist and we should stop after first attempt.
Reproducible demo
No response
Steps to reproduce
Expected behavior
Should fail on first request and returtn AcountDoesntExist error
Actual behavior
tries all rpcs and return RetryExceeded error
Your environment
near-api-js": "^4.0.0 || ^5.0.0"
Self-service