Skip to content

Releases: SatoshiPortal/lwk-dart

0.1.5

19 Aug 10:35
545d0d2
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Beta IOS Support

0.1.4

17 May 00:12
e42d933
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Updated to latest lwk-0.5.0

0.1.3

23 Apr 04:33
c1ae4ea
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

CHANGELOG

Updated to latest frb 2.0

Api is the same for the most part with minor semantic changes.

Update to lwk 0.4.0

0.1.2

16 Apr 07:45
4cde78c
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

CHANGELOG:

  • Better Balances:
    Balances are now a struct in rust and a more convenient class with getters for LBTC and custom assets.

  • Address methods:
    Address have helper methods to convert from scriptpubkey and validate a string address

  • Blinding key:
    Get blinding key of a wallet (required to convert scriptpubkey to confidential address)

  • Send Assets:
    build_asset_tx() supports sending any asset (untested)

  • Other misc fixes

  • Better error handling (less panics)

0.1.1

27 Mar 14:19
be713f1
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

CHANGELOG:

  • Updated Balances and Transactions to support Assets rather than just LBTC
  • Updated Transaction structure to more closely match WalletTx from lwk
  • Added AssetId as consts to dart library

0.1.0

04 Feb 09:53
c49d8a2
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Extreme alpha test release.

Liquid wallet with basic functionality.