pythcoiner

Results 154 issues of pythcoiner

![image](https://github.com/user-attachments/assets/37e8ff8d-1bd7-4279-8b36-2e2063a63dfb)

GUI
Enhancement

[#22838](https://github.com/bitcoin/bitcoin/pull/22838#event-14048630410) just get merged, we should update the RECOVER.md flow as the feature will be released in Bitcoin Core 29.0

Documentation

At register descriptor step: ![image](https://github.com/user-attachments/assets/e83e615b-4c6b-4c89-82a1-d681c99e6bf5) if there is an unspendable key whe should label it, it is confusing to user to have 3 keys whereas he made a setup w/...

Good first issue
GUI
Glitch

This PR add one new field to `ElectrsD`: - `logs`: an `mpsc::Receiver` into wich the electrs logs are redirected if `Conf.buffered_logs` is set to `true`. and add 2 new fields...

i got this warning installing the package in the Liana test suite using python3.10 (but not w/ python 3.12) w/ pip 24.0: ``` Installing collected packages: ephemeral_port_reserve, asn1crypto, tomli, six,...

[ElectrumX](https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-block-header) specs define that `cp_height` param have been added in v1.4 The [actual implem](https://github.com/romanz/electrs/blob/875fb61951e3b337c9e4e468734e119ff58c0482/src/electrum.rs#L573) did not match, only one param is accepted (`height`). Same issue w/ [`blockchain.block.headers`](https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-block-headers), `cp_height` not accepted...

bug
question

**Describe the bug** trying to connect to an electrum server w/ a self-signed certificate using `use-rustls` fails but succeed w/ `use-openssl` **To Reproduce** code snippet: ```rust use electrum_client::{ConfigBuilder, ElectrumApi}; fn...

bug

In `MiniscriptDescriptor::ToStringHelper()` only the `StringType::Private` variant of the `type` argument was handled. This PR implements serializing w/ all variants of `StringType` & add a functional test for the descriptor triggering...

Descriptors

The `Home` panel balances were originally not updated when new coins were received, this PR fix this.

replacing list of supported devices by a link to SIGNING_DEVICES.md to avoid maintenance burden fixes #1690