ok300
|
bcb4743260
|
Integrate sdk-common (#308)
* Rename Network to LiquidSdkNetwork to avoid naming conflicts with sdk-common
* Integrate sdk-common: re-use parse_invoice
* Fix UDL bindings tests
* Add input parser support
* CLI: Add input parser support
* Integrate lnurl-pay
* Cargo format, re-generate FRB and RN bindings
* Duplicate LnUrlPayError, update FRB/UniFFI bindings
* Move duplicate LnUrlPayError to FRB bindings.rs
* Add support for lnurl-withdraw
* Lnurl-withdraw: convert units, incorporate fees
* Bump sdk-common, rename InputType::LnUrlError
* Bump sdk-common, remove Wrapped prefix from LnUrlPaySuccessData, LnUrlPayResult
* LNURL-withdraw: add missing UDL mappings
* Add support for LNURL-auth
* Move LNURL structs into models.rs
* Rename LiquidSdkNetwork to LiquidNetwork
* Fix binding tests
* Fix tests
* Move FRB mirroring structs to bindings.rs
* Remove TODO
* Bump sdk-common, remove sdk-common dependency on rusqlite
* Propagate LiquidNetwork rename into flutter example app
* CI: install protobuf before running clippy
* CI: add rust cache, protobuf for remaining rust steps
|
2024-06-20 16:18:50 +00:00 |
|
Erdem Yerebasmaz
|
4ed72e70f0
|
Add Liquid SDK Event & Log stream handlers to example app (#305)
Update example app
* Use defaultConfig on ConnectRequest
* Update feesSat as non-null
* Use payment & walletInfo streams from BreezLiquidSDK
|
2024-06-13 14:51:59 +03:00 |
|
ok300
|
31e2ab44af
|
get_info: remove with_scan argument (#306)
* get_info: remove with_scan argument
* Fix binding tests
* Update dart test and kotlin example app
* Update RN example app
|
2024-06-12 13:23:32 +00:00 |
|
Ross Savage
|
0a8f2545db
|
Add config to flutter example (#274)
|
2024-06-03 18:46:19 +02:00 |
|
Erdem Yerebasmaz
|
e0322c39d6
|
Remove tokio runtime (#239)
* Remove obsolete Tokio runtime dependency on bindings
* Apply changes on example app
* Update "Getting Started" on README
* Update pubspec.lock
|
2024-05-30 17:04:58 +03:00 |
|
Erdem Yerebasmaz
|
5dd37097d8
|
[Flutter] Add prefix for deducted fees
|
2024-05-24 12:31:24 +03:00 |
|
Erdem Yerebasmaz
|
1777a7bfe2
|
[Flutter] Fix snacbar behavior
|
2024-05-24 12:27:10 +03:00 |
|
Erdem Yerebasmaz
|
10fa1929df
|
[Flutter] Show pending balances
|
2024-05-24 12:26:48 +03:00 |
|
Erdem Yerebasmaz
|
fed19151fd
|
[Flutter] Pass paymentsStream as a broadcast streams
|
2024-05-24 12:18:54 +03:00 |
|
Erdem Yerebasmaz
|
7b1b78a2d9
|
Update example app on Flutter plugin (#220)
* Update example app on Flutter plugin
* Expose `empty_wallet_cache` through Dart bindings (#224)
|
2024-05-24 12:12:29 +03:00 |
|