Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: PeerAssets/pypeerassets

0.4.8

30 May 11:12
Compare
Choose a tag to compare

Changelog:

  • update fee calculation to match Peercoin v0.7 standard,
  • update dependencies.

v0.4.7

11 Oct 12:05
Compare
Choose a tag to compare

Changelog:

  • implemented get_card_transfer to parse a single card,
  • card bundle parsing is now split into two methods,
  • card_bundle parser can now survive InvalidCardIssue exception,
  • fixed number of tests,
  • some minor bugfixes.

v0.4.4

04 Aug 11:50
Compare
Choose a tag to compare

Changelog:

  • Kutil can now sign multiple input UTXOs,
  • btcpy network constants are now hosted by the pypeerassets,
  • Greatly improved CardTransfer finding and parsing subsystem,
  • Improved tests.
  • .to_json() methods for CardTransfer and Deck objects.

v0.4.3

04 Jul 18:38
Compare
Choose a tag to compare

Changelog:

  • fixed number of bugs stemming from recent backend library changes.
  • improved tests.

v0.4.2

03 Jul 16:34
Compare
Choose a tag to compare

Changelog:

  • integrate with new network-agnostic btcpy branch,
  • implemented Locktime for card_transfer and deck_spawn operations,
  • implemented more tests,
  • other minor bugfixes.