- Add
onNewUnfinishedBlock()method to full node api, requires a full node running 2.4.0 or greater.
- Use
CoinSelectionConfigoptions for some wallet api calls replacing existing legacy options. - Add
selectCoins()method to wallet api.
- Remove unnecessary parameter from
getVersion().
- Add
getVersion()method to the daemon api.
- Wait up to
timeoutInSecondswhen usingsend().
- Add
excludeCoinsparameter tocreateSignedTransaction().
- Add
getTransactionsmethod to the wallet api. - Add
getTransactionmethod to the wallet api. - Add
getNextAddressmethod to the wallet api. - Add
getLoggedInFingerprintmethod to the wallet api. - Add
pushTxmethod to the wallet api.
- Add
coinAnnouncementsparameter tocreateSignedTransaction().
- Fix best block selection.
- Fix invalid block return value.
- Add support for
excludeReorgedparameter forgetBlocks(). - Return the best block for a given height if multiple blocks are returned from the full node.
- Rename plotter service name to
<coin>_plotter - Requires chia >= 1.2.11 or forks with the service name change included
- Add full node api method
getAllMempoolTxIds()
- Add wallet api method
createSignedTransaction()
- Use the last 24h for avg network space, same as blockchain state
- Add full node api method
getCoinSolution
- Add support for other coins via
SERVICE(coin)andcoinconfig option for theConnection
- Add support for other coins via
setCoin()
- Add some more wallet and full node api methods:
sendMultiTransaction,pushTx,getCoinRecordsByPuzzleHash,getCoinRecordsByPuzzleHashes,getCoinRecordByName,getRecentEndOfSubSlot,getRecentSignagePoint
- Add support for logInAndSkip wallet method.
- Add support for closing a connection.
- Add support for subscribing to new signage points.
- Emit initial plotting queue stats as well.
- Initial release.