Roman Zeyde
Roman Zeyde
I'll rebase to resolve the conficts.
git range-diff output ``` $ git range-diff origin/main @{u} HEAD 1: da8e2c7710 = 1: ee81e2c144 feat(python): BLE support via bleak 2: 4ed1e0de91 ! 2: 2af5a7a683 build(core): poetry: add bleak dependency...
Tested locally: ```md # trezorctl ble connect Scanning... Found 1 BLE device(s) Device: T3W1 (ABC), 11:22:33:44:55:66 Connecting to T3W1 (ABC)... Connected # TREZOR_PATH=ble:11:22:33:44:55:66 trezorctl ping 123 Please confirm action on...
It seems that `bleak` is installed by default, so every `trezorctl` call tries to use BLE - taking >5 seconds (if the device is not connected over Bluetooth). Maybe we...
@Hannsek just from curiosity - do we need both `Cancel sign` and `Cancel transaction`? ``` core/translations/en.json 971: "send__cancel_sign": "Cancel sign", 981: "send__cancel_transaction": "Cancel transaction", ```
Tried to reproduce, but it seems to work with latest Pop OS 22.04 release: ``` $ wget https://iso.pop-os.org/22.04/amd64/intel/47/pop-os_22.04_amd64_intel_47.iso $ sha256sum pop-os_22.04_amd64_intel_47.iso fb50ecb10f9c0171484d394c7f74d63951658c894765b4db0f342133354e6a7b pop-os_22.04_amd64_intel_47.iso ``` Dependency installation (Rust 1.80 & Clang...
Also works with Rust 1.63 (via rustup): ``` user@pop-os:~/electrs$ rustc --version rustc 1.63.0 (4b91a6ea7 2022-08-08) user@pop-os:~/electrs$ cargo --version cargo 1.63.0 (fd9c4297c 2022-07-01) ```
Have you installed `clang` or `build-essential` packages?
For example, in the flow below we are using Gwei for `Maximum fee` but maybe Wei is more readable for the other (smaller) fee rates: 