Releases: litecoin-foundation/loafwallet-core
Releases · litecoin-foundation/loafwallet-core
v1.6.0 Re-added interface
v1.6.1-readded-interface re pasted create interface
v1.6.0 add inline fees
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
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
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)
What's Changed
- Revert secp256k1 to v0.2.0 by @kcw-grunt in #32
Full Changelog: v1.1.0...v1.3.0-stable-secp256k1
v1.2.0-Revert-secp256k1
What's Changed
- update to the v0.3.0 secp256k1 by @kcw-grunt in #31
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
What's Changed
- 🦺[Tech Debt] Update the checkpoints by @kcw-grunt in #23
- 🚀[Release v1.0.0] Merge into Main by @kcw-grunt in #30
Full Changelog: v0.9.0...v1.1.0
v1.0.0 Accept User FP Rate in Bloom Filter
What's Changed
- 🦺[Tech Debt] Update the checkpoints by @kcw-grunt in #23
Full Changelog: v0.9.0...v1.0.0
Commit for the current version of Android
🦺Updated the checkpoints: Android branch (#24) * Updated the checkpoints * only 1 checkpoint added * Added Testnet checkpoint
Refactor for bech32 updates
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