All Versions
12
Latest Version
Avg Release Cycle
9 days
Latest Release
1487 days ago

Changelog History
Page 1

  • v0.3.1 Changes

    March 03, 2020
    • ⬆️ Upgraded to go 1.14
  • v0.3.0 Changes

    February 13, 2020
    • ➕ Added new request GetRawTransactionOutputData()
    • ➕ Added new request GetRawTransactionData()
    • ✂ Removed beta merkle method, implemented new GetMerkleProof() request
    • ➕ Added new isTruncated field to ScriptPubKeyInfo response
  • v0.2.7 Changes

    January 18, 2020
    • Max limit of 20 on Get Txs
  • v0.2.6 Changes

    January 18, 2020
    • ✅ Testing removing restriction
  • v0.2.5 Changes

    January 18, 2020
    • ✅ Testing max tx in GetUtxo
  • v0.2.4 Changes

    January 17, 2020
    • 🆕 New GetCirculatingSupply() endpoint
    • Minor improvements
  • v0.2.3 Changes

    January 17, 2020
    • 🆕 New AddressUnspentTransactionDetails() method can return all the UTXO details to make a transaction
    • Max of 20
  • v0.2.2 Changes

    January 17, 2020
    • 🆕 New GetTxsByHashes() for multiple transactions in one request
  • v0.2.1 Changes

    December 28, 2019
    • ✂ Removed unused code
  • v0.2.0 Changes

    December 28, 2019
    • 🆕 New client pattern
    • 🆕 New DefaultClientOptions() for customizing client
    • 🛠 Minor improvements / fixes