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
@shivekkhurana, the exception will disappear but I'd like to investigate how the string that causes exception makes it way to .eq function because it shouldn't
The routes generation needs to stop after the transaction is successfully made. The existing RPC createMultiTransaction doesn't stop the routes generation after the transaction is created. That's why these errors are thrown, because it was processing the route signals after the transaction is confirmed/created.
I see @seanstrom has created a PR to handle the BigNumber crash and added RPC to stop route calculation on the routes generation page. That will stop route calculation after a token transaction is made. But, collectible transactions will still have this issue. I have fixed it in the PR: #21306
Follow up for #21235
Steps:
Actual result:
The user is redirected to the activity page, where the error message "eq() not a number: <0.01" is displayed.
Expected result:
The transaction should be confirmed without showing any error messages
OS:
IOS, Android
Devices:
Logs
logs (7).zip
The text was updated successfully, but these errors were encountered: