This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Releases: PeerAssets/pypeerassets
Releases · PeerAssets/pypeerassets
0.4.8
v0.4.7
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
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
Changelog:
- fixed number of bugs stemming from recent backend library changes.
- improved tests.
v0.4.2
Changelog:
- integrate with new network-agnostic btcpy branch,
- implemented Locktime for card_transfer and deck_spawn operations,
- implemented more tests,
- other minor bugfixes.