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
Enter a free domain in the search field(html element input.start-input) and click on Enter.
Open the Network tab in the browser dev tools.
Actual result
A post request https://toncenter.com/api/v2/jsonRPC is sent to the server every few seconds. At the same time, if you refresh the page with a free domain, this request is sent only a few times. I think this is a bug in the system, sending the same request to get information about the wallet is not a good solution. It's better to find out about wallet status via Webhook.
Expected result
The jsonRPC isn't sent every few seconds.
Suggested Severity
Medium
Device
Desktop (please complete the following information):
OS: macOS Catalina ver.10.15.7
Browser Chrome
Version 105.0.5195.125
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Bug Type
Performance
Reproduction steps
Actual result
A post request https://toncenter.com/api/v2/jsonRPC is sent to the server every few seconds. At the same time, if you refresh the page with a free domain, this request is sent only a few times. I think this is a bug in the system, sending the same request to get information about the wallet is not a good solution. It's better to find out about wallet status via Webhook.
Expected result
The jsonRPC isn't sent every few seconds.
Suggested Severity
Medium
Device
Desktop (please complete the following information):
OS: macOS Catalina ver.10.15.7
Browser Chrome
Version 105.0.5195.125
Additional Context
No response
The text was updated successfully, but these errors were encountered: