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
I noticed several issues with handling of the situation when user provides a taproot address in the BTC Address field on the Unmint form. Generally, the taproot addresses should not be allowed.
When the field is empty and user enters the taproot address (for example tb1p9vqac4a6lyda7zhvpw9z4qtxjx8ase9c82td4q9j8arlhrl0ujjs97z4az, on testnet), the field gets highlighted in red (OK), but the error message is not descriptive: Required. (NOOK).
The Unmint button is active despite the fact that user provided unsupported address.
Proceeding with the unmint after providing taproot address results in warnings and errors thrown in the console, but there is no information about the error in the dapp and the spinning wheel on the unmint button spins indefinitely.
Screen.Recording.2024-06-07.at.15.30.46.mov
The text was updated successfully, but these errors were encountered:
I noticed several issues with handling of the situation when user provides a taproot address in the
BTC Address
field on the Unmint form. Generally, the taproot addresses should not be allowed.When the field is empty and user enters the taproot address (for example
tb1p9vqac4a6lyda7zhvpw9z4qtxjx8ase9c82td4q9j8arlhrl0ujjs97z4az
, on testnet), the field gets highlighted in red (OK), but the error message is not descriptive:Required.
(NOOK).The
Unmint
button is active despite the fact that user provided unsupported address.Proceeding with the unmint after providing taproot address results in warnings and errors thrown in the console, but there is no information about the error in the dapp and the spinning wheel on the unmint button spins indefinitely.
Screen.Recording.2024-06-07.at.15.30.46.mov
The text was updated successfully, but these errors were encountered: