- README update - added all method arguments
- Added missing implementation for
listExchangesBySupportingAssets
,listExchangesBySupportingPairs
andlistAllSymbolsSupportedInExchange
- Deprecated doc
- Zilliqa (ZIL) - new blockchain (under development)
mainnet
only,testnet
coming soon- exposed endpoints so far:
- caClient.BC.ZIL.blockchain.getInfo
- caClient.BC.ZIL.blockchain.getBlockByHash
- caClient.BC.ZIL.blockchain.getBlockByHeight
- caClient.BC.ZIL.blockchain.getLatestBlock
- caClient.BC.ZIL.address.getInfo
- caClient.BC.ZIL.address.getTransactionsByAddress
- caClient.BC.ZIL.address.generateAddress
- caClient.BC.ZIL.transaction.getTransaction
- caClient.BC.ZIL.transaction.getTransactionsByBlock
- caClient.BC.ZIL.transaction.getTransactionByBlockNumber
- caClient.BC.ZIL.transaction.getTransactionByBlockHash
- XXX (BTC / BCH / LTC / DASH / DOGE)
- caClient.BC.XXX.address.getUnconfirmedByAddress
- caClient.BC.XXX.transaction.getTransactionSizeForHDWallet
- README update
- Added
getTransactionSize
method for BTC based
- Added Omni Layer methods to BTC
- getNodeInfo
- getAddress
- getAddressTransactions
- createTransactions
- signTransaction
- sendTransaction
- newTransaction
- createHDWalletTransaction
- getTransaction
- getTransactionIndexByBlock
- getTransactionsPropertyId
- getUnconfirmedTransactions
- Added Omni Webhooks to BTC
- createOmniConfirmedTransactionWebHook (OMNI_CONFIRMED_TX)
- createOmniTransactionConfirmationsWebHook (OMNI_TRANSACTION_CONFIRMATIONS)
- createOmniTokenWebHook (OMNI_TOKEN)
- README reworked
- createTokenWebHook method params updated
- All methods are now up to date with the documentation
TR.exchangeAccounts
methods now accept camelCase parameters instead of snake_case
- Transaction refund added
- Trading APIs added
- Optional parameters in methods moved into a separate parameter. Methods who may need revisiting:
- getAddressTransactions
- getTransactionIndexByBlock
- getUnconfirmedTransactions
- createHDWalletTransaction
- getInfoMultisig
- createPaymentForwarding
- getTokenTransactionsByAddress
- getAddressTokenTransfers
- getTransactionsByBlock
- newTransaction
- newAllTransaction
- newTransactionWithPrivateKey
- newAllTransactionWithPrivateKey
- estimateTransactionGas
- getPendingTransactions
- getQueuedTransactions
- listAllExchanges
- listAllAssets
- getSpecificRate
- getAllCurrentRates
- listAllSymbols
- latestData
- historicalData
- getLatestData
- getLatestDataBySymbol
- getLatestDataByExchange
- getLatestDataByAsset
- getLatestDataByAssetsPair
- getLatestDataByExchangeAssetsPair
- tradesGetHistoricalData
- tradesGetHistoricalDataByExchange
- tradesGetHistoricalDataByAsset
- tradesGetHistoricalDataByAssetPair
- tradesGetHistoricalDataByExchangeAssetPair
- All optional parameters in methods moved into a separate parameter
switchAllNetworks
method added to theBC
class for easier bulk switch of networks
- ETC support added
- Error propagation interrupted fix
This is a rewrite release.
- DASH support added
- Previous implementations of this library will need to adapt their calls to the new structure
- Network utility methods added to each chain
- Tests updated