Skip to content

Releases: litecoin-foundation/loafwallet-core

v1.6.0 Re-added interface

07 Jan 23:52
Compare
Choose a tag to compare
v1.6.1-readded-interface

re pasted create interface

v1.6.0 add inline fees

07 Jan 23:27
Compare
Choose a tag to compare

What's Changed

  • 🦺[Tech debt] Simple cruft removal of dormant test file by @kcw-grunt in #36

Full Changelog: v1.5.0-add-reset-fpRate...v1.6.0-add-inline-fees

v1.5.0 Add reset fpRate

08 Apr 08:18
1a15ac0
Compare
Choose a tag to compare

What's Changed

  • 🦺[Tech Debt] Resets the fpRate to the reduced rate to reset by @kcw-grunt in #35

Full Changelog: v1.4.0-add-logging...v1.5.0-add-reset-fpRate

v1.4.0 Add logging

07 Apr 10:50
a3ea246
Compare
Choose a tag to compare

What's Changed

  • 🦺[Tech Debt] Revert secp256 lib to the prod/stable version by @kcw-grunt in #33

Full Changelog: v1.2.0-Revert-secp256k1...v1.4.0-add-logging

v1.3.0 Set to Stable secp256k1 (commit: b408c6a8b2)

06 Apr 11:02
f2cae02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.3.0-stable-secp256k1

v1.2.0-Revert-secp256k1

31 Mar 11:48
20b8ac0
Compare
Choose a tag to compare

What's Changed

Reverting to secp256k1 v0.2.0
Full Changelog: v1.0.0...v1.2.0-Revert-secp256k1

v1.1.0 Update of the secp256k1 dependency lib

30 Mar 13:53
06e65ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v1.1.0

v1.0.0 Accept User FP Rate in Bloom Filter

29 Mar 06:11
4d2d088
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v1.0.0

Commit for the current version of Android

21 Mar 08:28
aef48df
Compare
Choose a tag to compare
🦺Updated the checkpoints: Android branch (#24)

* Updated the checkpoints

* only 1 checkpoint added

* Added Testnet checkpoint

Refactor for bech32 updates

12 Mar 15:37
b1fe62c
Compare
Choose a tag to compare

Background

Previously, the iOS and Android clients relied on separate branches from the loafwallet-core library. Partly because each platform had different levels of segwit implementation. But, ultimately we wanted to have a single version with full segwit implementation.

Improvements

This release moves closer to their goal

  • Maps straight to a main branch (from master-ios)
  • Updated changes from #21