Releases: getlipa/lipa-business-lib
Releases · getlipa/lipa-business-lib
v0.3.2
What's Changed
- Bump thiserror from 1.0.41 to 1.0.43 by @dependabot in #114
- Bump camino from 1.1.4 to 1.1.6 by @dependabot in #116
- Bump honey-badger from v1.2.1 to v1.4.0 by @dependabot in #117
- Bump thiserror from 1.0.43 to 1.0.44 by @dependabot in #120
- Bump perro from v1.0.1 to v1.1.0 by @dependabot in #119
- Bump honey-badger from v1.4.0 to v1.4.1 by @dependabot in #118
- Ignore our dependencies for dependabot by @andrei-21 in #121
- Bump uniffi from 0.24.1 to 0.24.2 by @dependabot in #122
- Bump uniffi from 0.24.2 to 0.24.3 by @dependabot in #123
- Bump android_logger from 0.13.1 to 0.13.3 by @dependabot in #124
- Bump bdk from 0.28.0 to 0.28.1 by @dependabot in #125
- Bump bdk from 0.28.1 to 0.28.2 by @dependabot in #126
- Update transitive dependencies by @danielgranhao in #131
- Feature/upgrade gradle by @danielgranhao in #133
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Bump thiserror from 1.0.40 to 1.0.41 by @dependabot in #112
- Update honey-badger to v1.2.1 by @danielgranhao in #113
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Bump honey-badger by @andrei-21 in #95
- Update bdk requirement from 0.27.0 to 0.28.0 by @dependabot in #97
- Bump honey-badger from v1.0.5 to v1.0.6 by @dependabot in #99
- Bump perro from v1.0.0 to v1.0.1 by @dependabot in #98
- Bump honey-badger from v1.0.6 to v1.1.1 by @dependabot in #101
- Commit
Cargo.lock
by @andrei-21 in #103 - Bump log from 0.4.17 to 0.4.18 by @dependabot in #104
- Bump log from 0.4.18 to 0.4.19 by @dependabot in #105
- Bump uniffi to 0.24.0 by @andrei-21 in #108
- Bump uniffi from 0.24.0 to 0.24.1 by @dependabot in #109
- Use
bytes
in UDL by @andrei-21 in #110 - Update honey-badger to v1.2.0 by @danielgranhao in #111
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Prepare for purging develop branch by @gcomte in #88
- Ensure in CI that all files end with a line break by @gcomte in #92
- Implement
words_by_prefix()
by @danielgranhao in #94
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Update bdk requirement from 0.26.0 to 0.27.0 by @dependabot in #79
- Update bdk requirement from 0.26.0 to 0.27.0 by @danielgranhao in #80
- Update android_logger requirement from 0.12 to 0.13 by @dependabot in #81
- Fix broken Android builds by @gcomte in #83
- Add periodic GitHub actions check by @gcomte in #82
- Merge develop onto main by @danielgranhao in #86
- Remove warning from README.md by @danielgranhao in #87
- Update honey-badger dependency by @andrei-21 in #84
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Set up project by @danielgranhao in #1
- Create wallet by @danielgranhao in #2
- Sign message by @danielgranhao in #3
- Implement
get_balance()
by @danielgranhao in #4 - Update bdk requirement from 0.22.0 to 0.23.0 by @dependabot in #5
- Update uniffi requirement from 0.20.0 to 0.21.0 by @dependabot in #6
- Change some names by @danielgranhao in #9
- Add sign challenge unit test by @danielgranhao in #10
- Add support for armeabi-v7a by @danielgranhao in #12
- Update bdk requirement from 0.23.0 to 0.24.0 by @dependabot in #13
- Update bdk requirement from 0.24.0 to 0.25.0 by @dependabot in #14
- Create drain interface by @danielgranhao in #15
- Change to new errors by @danielgranhao in #16
- Add runtime error codes by @danielgranhao in #17
- Add documentation to UDL file by @danielgranhao in #19
- Implement
validate_addr
by @danielgranhao in #21 - Cancel in-progress actions by @danielgranhao in #20
- Implement
prepare_drain_tx
by @danielgranhao in #22 - Implement
sign_and_broadcast_tx
by @danielgranhao in #23 - Implement
get_tx_status
by @danielgranhao in #24 - Use different message name to circumvent UniFFI collision bug by @danielgranhao in #27
- Clean dependencies by @andrei-21 in #28
- Add to docs input range of
confirm_in_blocks
by @danielgranhao in #29 - Implement
get_addr()
by @danielgranhao in #30 - Only run GitHub Actions on PRs and after merging these PRs by @gcomte in #32
- Drain only confirmed utxos by @danielgranhao in #33
- Use sync tip from the wallet db by @andrei-21 in #34
- Add docs and links to bindings to README.md by @danielgranhao in #31
- Sync returns sync time by @andrei-21 in #35
- Use separate descriptor for change by @danielgranhao in #36
- Update bdk requirement from 0.25.0 to 0.26.0 by @dependabot in #37
- Define interface for getting list of txs and checking affordability of drain tx by @danielgranhao in #38
- Mock return of get_spending_txs() and is_drain_tx_affordable() by @danielgranhao in #39
- Implement
is_drain_tx_affordable()
by @danielgranhao in #40 - List spending txs by @andrei-21 in #41
- Mock return value of
sign_and_broadcast_tx()
by @andrei-21 in #42 - Return
TxDetails
fromsign_and_broadcast_tx()
by @andrei-21 in #44 - Allow sync before listing txs by @danielgranhao in #43
- Remove implicit sync() from wallet methods by @danielgranhao in #46
- Update UniFFI and secp256k1 dependencies by @danielgranhao in #47
- Remove unused UDL file by @danielgranhao in #49
- Extract graphql types by @andrei-21 in #50
- Use error model in auth lib by @danielgranhao in #51
- Test refresh session by @andrei-21 in #52
- Tolerate auth errors by @andrei-21 in #53
- Handle backend errors by @danielgranhao in #54
- Write in-UDL documentation by @danielgranhao in #55
- Refactor JWT parsing by @andrei-21 in #57
- Move grapql files into their own dir by @danielgranhao in #59
- Refactor reqwest by @andrei-21 in #58
- Update android_logger requirement from 0.11 to 0.12 by @dependabot in #60
- Make
Auth::new()
offline by @andrei-21 in #61 - Move libs out to their own repos by @danielgranhao in #62
- Rename AuthLevel Basic to Pseudonymous by @danielgranhao in #63
- Add
get_wallet_pubkey_id()
to UDL interface by @danielgranhao in #64 - Fix address validation by @andrei-21 in #65
- Fix clippy warnings by @andrei-21 in #67
- Fix
AddressParsingError
UDL type by @andrei-21 in #68 - Specify tags on perro and honey-badger dependencies by @danielgranhao in #69
- Bump
perro
andhoney-badger
versions and drop lbl prefix by @danielgranhao in #73 - Update uniffi requirement from 0.22.0 to 0.23.0 by @dependabot in #71
- Disable
cross
for iOS builds by @danielgranhao in #74 - Minor docs fix by @gcomte in #75
- Sync and swap wallets by @andrei-21 in #76
- Integrate
honey-badger
andperro
by @danielgranhao in #48 - Bump honey-badger version by @andrei-21 in #77
- Release v0.1.0 by @danielgranhao in #78
New Contributors
- @danielgranhao made their first contribution in #1
- @dependabot made their first contribution in #5
- @andrei-21 made their first contribution in #28
- @gcomte made their first contribution in #32
Full Changelog: https://github.com/getlipa/lipa-business-lib/commits/v0.1.0
v0.1.0-alpha.22.badger.3
What's Changed
- Sync and swap wallets by @andrei-21 in #76
Full Changelog: v0.1.0-alpha.22.badger.2...v0.1.0-alpha.22.badger.3
v0.1.0-alpha.22.badger.2
What's Changed
- Specify tags on perro and honey-badger dependencies by @danielgranhao in #69
- Bump
perro
andhoney-badger
versions and drop lbl prefix by @danielgranhao in #73
Full Changelog: v0.1.0-alpha.22.badger.1...v0.1.0-alpha.22.badger.2
v0.1.0-alpha.22.badger.1
What's Changed
- Update android_logger requirement from 0.11 to 0.12 by @dependabot in #60
- Fix address validation by @andrei-21 in #65
- Fix clippy warnings by @andrei-21 in #67
- Fix
AddressParsingError
UDL type by @andrei-21 in #68
Full Changelog: v0.1.0-alpha.19.badger2...v0.1.0-alpha.22.badger.1
v0.1.0-alpha.21
What's Changed
- Fix clippy warnings by @andrei-21 in #67
- Fix
AddressParsingError
UDL type by @andrei-21 in #68