electrs icon indicating copy to clipboard operation
electrs copied to clipboard

Bug: `blockchain.block.header` params don't match the v1.4 specs

Open pythcoiner opened this issue 1 year ago • 3 comments

ElectrumX specs define that cp_height param have been added in v1.4

The actual implem did not match, only one param is accepted (height).

Same issue w/ blockchain.block.headers, cp_height not accepted in the actual implem

I just noticed it while implementing a client, looks like noboby call this method if there is no previous report btw.

pythcoiner avatar Sep 13 '24 09:09 pythcoiner

Indeed, Electrum currently is not using this feature: https://github.com/spesmilo/electrum/issues/4900

romanz avatar Sep 13 '24 16:09 romanz

@romanz i guess it's the same about blockchain.scripthash.get_mempool?

pythcoiner avatar Sep 14 '24 07:09 pythcoiner

You're right.

romanz avatar Sep 14 '24 16:09 romanz