Skip to content

Releases: Tactical-Advantage-Trading/wallet

2.0.9

07 Sep 11:41
7cd4edb
Compare
Choose a tag to compare
  • Bugfix

2.0.8

07 Sep 08:07
85a0e8c
Compare
Choose a tag to compare
  • Even more UI-related bugfixes and improvements.

2.0.7

03 Sep 12:15
0cfe63b
Compare
Choose a tag to compare

Changelog

  • UI-related bugfixes and improvements.

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

2.0.6

31 Aug 17:02
c3c0216
Compare
Choose a tag to compare

Changelog

  • Fixed slow performance on some phone models.
  • Minor LNURL fixes and improvements.
  • Minor UI fixes and improvements.

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

2.0.5

27 Aug 07:35
0f8afff
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where chain wallet appeared to be empty in some edge cases.
  • Fixed a bug where channel with peers behind an onion address could not be established because of alias length limitations.
  • Fixed LNURL bug where domain names were not normalized before comparing them.
  • Fixed an MPP bug where payment could be split into practically infinite amount of parts in some edge cases.
  • Improved an error reporting when connecting to remote peers with unsupported features.
  • Improved LNURL-PAY links representation.
  • Added live network info in Settings -> Usage statistics

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

2.0.3

20 Aug 09:36
96011d9
Compare
Choose a tag to compare

Changelog

  • Fee rate representation bug fix.

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Building from source

Compiled APK contains a baked in LN Graph snapshot, but snapshot file itself is not present in git repository to reduce its size. So before compiling an app please copy graph.snapshot-mainnet.zlib file into app/src/main/assets/ folder.

2.0.2

19 Aug 14:14
9c12530
Compare
Choose a tag to compare

Changelog

  • Locale handling bugfix, minor UI fixes and improvements.

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Building from source

Compiled APK contains a baked in LN Graph snapshot, but snapshot file itself is not present in git repository to reduce its size. So before compiling an app please copy graph.snapshot-mainnet.zlib file into app/src/main/assets/ folder.

2.0

18 Aug 14:21
f720559
Compare
Choose a tag to compare
2.0

Changelog

  • Version 2 with revamped UI, advanced Bitcoin wallet features and Lightning network support.

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Building from source

Compiled APK contains a baked in LN Graph snapshot, but snapshot file itself is not present in git repository to reduce its size. So before compiling an app please copy graph.snapshot-mainnet.zlib file into app/src/main/assets/ folder.

1.075

02 Apr 09:24
Compare
Choose a tag to compare
Add emergency activity to be displayed in case of uncaught exception

1.074

16 Feb 12:51
Compare
Choose a tag to compare

Another maintenance update