interface icon indicating copy to clipboard operation
interface copied to clipboard

Number overflow in the transaction deadline input

Open R1nlz3r opened this issue 4 years ago • 1 comments

Description : Hello, I tried to put random stuff into the "Transaction deadline" input to see if it breaks. If you enter a too big number it overflows, throws an error, breaks the client side (blank screen) and stays in the cookie. You have to delete your cookie to recover a normal state. Putting some conditions in place to check if the input value is valid before processing it could solve the issue.

Path to input : Transactions settings > Transactions deadline.

Steps to reproduce : Copy / paste "999999999999999999" into the input.

R1nlz3r avatar Jun 21 '21 12:06 R1nlz3r

Good find! Would you be able / willing to submit a PR to address this?

bmino avatar Dec 14 '21 21:12 bmino