Skip to content

Feature parity with electrum_client #9

@evanlinjin

Description

@evanlinjin

electrum_streaming_client is already a lot more flexible than electrum_client as it uses a sans-IO architecture internally.

However, electrum_streaming_client's Client and AsyncClient requires the caller to provide their own transport (which can mean a lot of boilerplate). In electrum_client, the transport construction is handled internally.

Proposal

Implement both async/sync transport types that are easy to construct for the following connection types:

  • TCP
  • SSL
  • Tor
  • Socks5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions