Skip to content

Releases: PeerAssets/pacli

v0.4.7.1

23 Oct 11:39
Compare
Choose a tag to compare

Changelog:

  • bugfixes.

v0.4.7

11 Oct 12:33
Compare
Choose a tag to compare

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 calculate int value of deck combos.
  • deck info now shows deck P2TH address.
  • bugfixes and polish.

v0.4.6.1

07 Oct 16:39
Compare
Choose a tag to compare

Changelog:

  • fixed send for card issuing,
  • implemented transaction::sendraw for sending hexlified raw transactions.

v0.4.6

07 Oct 12:12
Compare
Choose a tag to compare

Changelog:

  • Windows keyring fixes.

v0.4.5.1

04 Sep 16:59
Compare
Choose a tag to compare

Changelog:

  • depend on latest backend libraries (pypeerassets, btcpy),
  • some tweaks with imports.

v0.4.5

29 Aug 15:29
Compare
Choose a tag to compare

Changelog:

  • sync with latest changes in pypeerassets;
  • implemented coin method, can send Peercoins to addresses and OP_RETURN transactions.

v0.4.4

04 Aug 11:54
Compare
Choose a tag to compare

Changelog:

  • pacli can now find a deck by it's P2TH,
  • adopt to recent changes in the pypeerassets.

v0.4.3

19 Jul 10:13
Compare
Choose a tag to compare

Changelog:

  • implemented transaction signing --sign,
  • implemented sendrawtransaction --send.