-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement when getting balance #3210
Improvement when getting balance #3210
Comments
2-3 MD |
|
@scx1332 Presentation for a team - Wednesday 29.05 |
@scx1332 - please add PR's and change status to the actual one |
@scx1332 TODO: Check on different RPC endpoints that a feature works with zero balances.
|
List of tested polygon nodes List of tested holesky nodes Other nodes where also tested but lot of them are unstable |
holesky.drpc.org sometimes returned: insufficient funds for gas * price + value |
Use multi call contract for getting balance and checking RPC correctness
Using proper contract we should be able to check in one call balance, token balance and also the block timestamp that we are on. That will greatly improve response time and fix some issues when calling multiple rpc endpoints consecutively.
The text was updated successfully, but these errors were encountered: