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 config
to handle configuration options, pacli card parse $deckid $cardid
will try to decode a card from raw transactio. Useful for debugging.pacli deck issue_mode_combo
to help calculateint
value of deck combos.deck info
now shows deck P2TH address.- bugfixes and polish.
v0.4.6.1
Changelog:
- fixed
send
for card issuing, - implemented
transaction::sendraw
for 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
coin
method, 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
.