To Do
Comment below if this list is incomplete.
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
To Do
Comment below if this list is incomplete.
server.versionshould tolerate and ignore extraneous arguments.blockchain.estimatefee.blockchain.block.headersnow returns headers as a list. Custom parsing logic can be implemented to support both the new and old responses.blockchain.transaction.broadcast_package.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.versionas the first message.Context
bitcoindevkit/rust-electrum-client#189