bitcoindevkit / bitcoindevkit/rust-electrum-client
Allow to construct `ElectrumClient` *without* connecting
Open
- Dominant language
- Rust
- Stars
- 89
- Forks
- 82
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 1
Description
Currently, `ElectrumClient::new` directly tries to establish a connection to the server, i.e., there is no way to successfully construct a client while being offline.
It would be great if there was a way to simply initialize a client, without directly establishing a connection.
This might go hand-in-hand with decoupling the `Client` object more generally from a single connection, see #165.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.