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
Setting a transaction type filter in Recent Transactions table triggers duplicated api/v1/transactions requests.
This is can be seen in Navigator debug panel.
Open developer panel and display network tab
=> api/v1/transactions are periodically sent to mirror node : OK
Set filter type to Contract Call
=> api/v1/transactions (with type filter) are periodically sent to mirror node : OK
=> api/v1/transactions are sent two by two : KO
=> this keeps going until auto refresh is stopped (automatically or manually)
Step no 3 does not always exhibits duplicated requests : there is a question of timing.
To see duplicates requests, it’s important to set filter type just after a refresh (ie before timer elapses).
When Transactions tab has started to send duplicated requests and user navigates to navigation details, duplicated api/v1/transactions requests continue to flow to mirror node.
Additional context
No response
Hedera network
mainnet
Version
Built Tue, 01 Nov 2022 15:58:34 GMT
Operating system
No response
The text was updated successfully, but these errors were encountered:
…cated api/v1/transactions requests (#293)
* Fix for #292 (Setting a transaction type in Transactions table triggers duplicated api/v1/transactions requests).
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
* Added unit tests for #292.
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Description
Setting a transaction type filter in Recent Transactions table triggers duplicated
api/v1/transactions
requests.This is can be seen in Navigator debug panel.
Steps to reproduce
=>
api/v1/transactions
are periodically sent to mirror node : OK=>
api/v1/transactions
(with type filter) are periodically sent to mirror node : OK=>
api/v1/transactions
are sent two by two : KO=> this keeps going until auto refresh is stopped (automatically or manually)
Step no 3 does not always exhibits duplicated requests : there is a question of timing.
To see duplicates requests, it’s important to set filter type just after a refresh (ie before timer elapses).
When Transactions tab has started to send duplicated requests and user navigates to navigation details, duplicated
api/v1/transactions
requests continue to flow to mirror node.Additional context
No response
Hedera network
mainnet
Version
Built Tue, 01 Nov 2022 15:58:34 GMT
Operating system
No response
The text was updated successfully, but these errors were encountered: