benma
benma
Fix for the time being shown wrong on mobile: https://github.com/digitalbitbox/bitbox-wallet-app/pull/1789
What about all the other workflows that involve user input on the device? Maybe we could also increase the time until the screensaver kicks in, from 1min to e.g. 5min...
:+1: Note: this also requires some input validation and re-try mechanism (or live input validation), as not all names are valid (e.g. starting/ending in a space).
That sounds like a good thing to have. We are currently quite busy with preparing the launch, so unfortunately this needs to wait for a bit longer. I sent you...
Hi. Thanks for the request. Air-gapped operation of the BitBox02 would be desirable. I will add this feature to our potential features list. I will get back to you once...
cc @jadzeidan
It is possible. send_message is just a demo sandbox that uses the bitbox02 library to run through some demos on a device. See for example [get_any_bitbox02s()](https://github.com/digitalbitbox/bitbox02-firmware/blob/master/py/bitbox02/bitbox02/communication/devices.py#L106) to get a list...
Makes sense to me. @jadzeidan what do you think?
I think there is a general issue here in that walletmatrix seems to mix hardware wallet and software wallet features. Related discussion: https://github.com/bitcoin-dot-org/Bitcoin.org/issues/3509
Best to look at the unit tests in errors.rs first to see how it is used. The rest of the changes are simply adding some error strings to failure paths.