Releases: PeerAssets/pacli
Releases · PeerAssets/pacli
v0.4.7.1
v0.4.7
Changelog:
- output is now pretty-printed and colorized,
- new set of commands:
pacli configto handle configuration options, pacli card parse $deckid $cardidwill try to decode a card from raw transactio. Useful for debugging.pacli deck issue_mode_comboto help calculateintvalue of deck combos.deck infonow shows deck P2TH address.- bugfixes and polish.
v0.4.6.1
Changelog:
- fixed
sendfor card issuing, - implemented
transaction::sendrawfor sending hexlified raw transactions.
v0.4.6
Changelog:
- Windows keyring fixes.
v0.4.5.1
Changelog:
- depend on latest backend libraries (pypeerassets, btcpy),
- some tweaks with imports.
v0.4.5
Changelog:
- sync with latest changes in pypeerassets;
- implemented
coinmethod, can send Peercoins to addresses and OP_RETURN transactions.
v0.4.4
Changelog:
- pacli can now find a deck by it's P2TH,
- adopt to recent changes in the pypeerassets.
v0.4.3
Changelog:
- implemented transaction signing
--sign, - implemented sendrawtransaction
--send.