haskoin-store v0.53.0 Release Notes

  • โž• Added

    • Blockchain.info endpoint: q/addresstohash/:addr.
    • Blockchain.info endpoint: q/addrpubkey/:pubkey.
    • Blockchain.info endpoint: q/hashpubkey/:pubkey.
    • Blockchain.info endpoint: q/getblockcount.
    • โœ… Blockchain.info endpoint: q/latesthash.
    • Blockchain.info endpoint: q/bcperblock.
    • Blockchain.info endpoint: q/txtotalbtcoutput/:txid.
    • Blockchain.info endpoint: q/txtotalbtcinput/:txid.
    • Blockchain.info endpoint: q/txfee/:txid.
    • Blockchain.info endpoint: q/txresult/:txhash/:addr.
    • Blockchain.info endpoint: q/getreceivedbyaddress/:addr.
    • Blockchain.info endpoint: q/addressbalance/:addr.
    • ๐Ÿ‘€ Blockchain.info endpoint: q/addressfirstseen/:addr.
    • ๐Ÿ‘Œ Support xpubs in blockchain/rawaddr endpoint.

    ๐Ÿ›  Fixed

    • โœ… Various latest blocks endpoint fixes.
    • ๐Ÿ‘ Allow empty parameters in Blockchain.info POST requests.