Skip to content

Update client to support Electrum protocol v1.6 methods #8

Description

@evanlinjin

To Do

Comment below if this list is incomplete.

  • server.version should tolerate and ignore extraneous arguments.
  • Add optional mode argument for blockchain.estimatefee.
  • blockchain.block.headers now returns headers as a list. Custom parsing logic can be implemented to support both the new and old responses.
  • Add blockchain.transaction.broadcast_package.
  • Add mempool.get_info().

Other notes

I think we should make this layer unopinionated for simplicity. The caller will be responsible for making the right calls. I.e. send server.version as the first message.

Context

bitcoindevkit/rust-electrum-client#189

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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