alex
alex
With more details, in addition to the output of `yo mobile -h`.
for example: 1. start a new send transaction in the app. 2. bb02 displays the amount + fee, waiting for the use to confirm 3. wait on that screen and...
To use this locally: pip install -e .[ethereum] Users who want to install a released version can do: pip install bitbox02[ethereum] See https://www.python.org/dev/peps/pep-0508/#environment-markers for docs on how package dependencies can...
This came up in https://github.com/digitalbitbox/bitbox02-firmware/pull/451: ``` // No other message than the attestation and unlock calls shall pass until the device is // unlocked or ready to be initialized. if...
After coping the files over, the upgrade was heavily modified to adapt to our custom changes. The original files can be found here: https://gist.github.com/x1ddos/acca84d3e1a03df738242c232581bccb Unlike https://github.com/digitalbitbox/bitbox02-firmware/pull/672, the race condition still...
Without CSRF, it is possible create a hidden form like this one: ```html ``` then submit it on any user click, on the page where the form is, log in...