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
Describe the bug
With selected XRP account when going to Receive and clicking Show Full Address only one first initial address is given even after successful previous transactions. Tried this for DOGE and the issue doesn't get reproduced there. This is especially a problem with shady banks that block addresses 'for review' and never unblock them making crypto transfer to wallet almost impossible without creating a new account for every next transaction.
Info:
Remembered Wallet: no
Suite Version: Trezor-Suite-24.12.3-linux-x86_64.AppImage + 24.12.3 on mac + web + latest git from 01.01.2025 on linux (adb2ff4)
Additional context
I'm happy to help with debugging this, i have made a local setup from latest sources, it's building, but i'm not very experienced with TypeScript so i'm currently stuck with trying to make function showAddress show me some of my logs. I've tried making new Logger as well as obtaining it from global, but after introducing this to showAddress the button stops working as in no new window appears after clicking on it, so i'm suspecting i'm missing something here.
This is how i've been creating it:
constlogger=newLogger('debug',{colors: true,// Turning off colorslogFormat: '%dt %lvl: %msg',// Level and message onlywriteToDisk: false,// Write to diskoutputFile: 'log-temp.txt',// Static file name, will be overwritten if it existswriteToConsole: true,});
getting it via global also doesnt work:
const{ logger }=global;
Any help would be greatly appreciated, cheers!
The text was updated successfully, but these errors were encountered:
Describe the bug
With selected XRP account when going to Receive and clicking
Show Full Address
only one first initial address is given even after successful previous transactions. Tried this for DOGE and the issue doesn't get reproduced there. This is especially a problem with shady banks that block addresses 'for review' and never unblock them making crypto transfer to wallet almost impossible without creating a new account for every next transaction.Info:
How to reproduce
Steps to reproduce the behavior:
Expected behavior
A new address gets generated every time a 'Show Full Address' is clicked as described in this documentation: https://trezor.io/learn/a/use-new-address-for-each-transaction
Screenshots
N/A
Additional context
I'm happy to help with debugging this, i have made a local setup from latest sources, it's building, but i'm not very experienced with TypeScript so i'm currently stuck with trying to make function
showAddress
show me some of my logs. I've tried making new Logger as well as obtaining it from global, but after introducing this toshowAddress
the button stops working as in no new window appears after clicking on it, so i'm suspecting i'm missing something here.This is how i've been creating it:
getting it via global also doesnt work:
Any help would be greatly appreciated, cheers!
The text was updated successfully, but these errors were encountered: