Commit Graph

728 Commits

Author SHA1 Message Date
dependabot[bot]
82bcefe962 Bump elliptic from 6.5.4 to 6.6.1 in /packages/react-native/example
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.6.1)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-15 09:25:52 +00:00
Ross Savage
c686e44dfe Deduct send amount if tx not seen yet (#736)
* Deduct send amount if tx not seen

* Reuse NETWORK_PROPAGATION_GRACE_PERIOD_SEC to determine a new tx

* Use the payment event to update the wallet info
2025-02-13 13:59:51 +01:00
Ross Savage
a1fcf60d24 Consider created send swaps as recoverable (#735) 2025-02-12 16:18:56 +01:00
Roei Erez
206d0a3065 Merge pull request #732 from breez/lock-free-sync
Refactor sync notifications loop
2025-02-11 18:46:28 +02:00
Roei Erez
cb4da697f4 Some more logs 2025-02-11 18:37:35 +02:00
Roei Erez
fb953c3386 lock free sync trigger 2025-02-11 17:58:43 +02:00
Daniel Granhão
fc03572588 Persist and expose BIP353 addresses (#718)
* Persist and expose BIP353 addresses

* Increment schema minor version

* Move bip353 address from LNURL context to SendDestination

* Update after sdk-common merge

* Address review

* Only try to insert bip353 address when available
2025-02-11 15:29:16 +00:00
Roei Erez
2216e8859f fix log message 2025-02-11 15:18:13 +02:00
Roei Erez
224b9cac73 commit changes regardless of sync trigger exists. 2025-02-11 14:12:58 +02:00
Roei Erez
453feca8b1 refactor sync notifications loop 2025-02-11 10:25:58 +02:00
Daniel Granhão
b5e1f2963d Clean payment txs data on sync (#731)
* Clean payment txs data on sync

* Move liquid wallet full scan into sync
2025-02-10 16:34:35 +00:00
Ross Savage
9dade57317 Send Swap recovery fixes (#730)
* Only recover claim tx when the lockup tx exists

* Only set local send swaps from Created to TimedOut on restart

* Fix is_local condition
2025-02-10 17:33:43 +01:00
Roei Erez
b6da6a9701 Merge pull request #728 from breez/revert-clean-dependencies
Revert "Clean and update dependencies (#726)"
2025-02-10 11:34:30 +02:00
Roei Erez
41bfaab8f1 Revert "Clean and update dependencies (#726)"
This reverts commit c52acd5ae7.
2025-02-09 17:49:30 +02:00
yse
e6747058d7 feat(rt-sync): add notifications endpoint (#694) 2025-02-09 04:01:23 +01:00
Roy Sheinfeld
b59e28f226 Update README.md 2025-02-07 18:49:35 +02:00
Daniel Granhão
99d8765681 Support regtest (#707)
* Support regtest

* Fix bindings, print and switch boltz client crate

* Remove stop-grace-period

* Fix docker compose issues

* feat: add rt-sync to regtest setup

* Configure local rtsync instance on default regtest config

* Bump sdk-common rev

* Fix compose restart missing quotation

* Specify platform only in base configurations

* Fix after rebase

---------

Co-authored-by: yse <hydra_yse@proton.me>
2025-02-07 16:00:59 +00:00
Daniel Granhão
c52acd5ae7 Clean and update dependencies (#726) 2025-02-07 13:59:00 +00:00
Roei Erez
30b21dad3c Merge pull request #724 from breez/fix-persist-error
fix persist error on initialization
2025-02-06 22:05:08 +02:00
Roei Erez
72ec801898 fix persist error on initialization 2025-02-06 20:01:02 +02:00
yse
e7a7adaf8a feat: remove swapper initialization at startup (#712) 2025-02-06 14:24:55 +01:00
Roei Erez
0056429c0d Merge branch 'v0.7.0-rc4'
* v0.7.0-rc4:
  update version to 0.7.0-rc4
2025-02-06 13:06:12 +02:00
Ross Savage
0b4acc6f6a Add seed passphrase to ConnectRequest (#722)
* Add seed passphrase to ConnectRequest

* Fix tests
2025-02-06 11:32:47 +01:00
Daniel Granhão
1e5bf46b70 Use same tx_map for recovery of swaps and liquid payments (#720) 2025-02-06 09:35:01 +00:00
yse
bc0a7dbf2b feat: add log header on SDK init (#717) 2025-02-06 09:19:18 +01:00
Roei Erez
2ae49043df update version to 0.7.0-rc4 2025-02-05 17:42:51 +02:00
Roei Erez
543b1d198c Merge pull request #719 from breez/savage-fix-signer-empty-derivation-path
Don't attempt to derive empty derivation path
2025-02-05 17:40:03 +02:00
Roei Erez
96ad2fcb5e Merge branch 'debug-ios-crash-on-push'
* debug-ios-crash-on-push:
  update version to 0.7.0-rc3
  Switch to pure AES implementation in ecies (#716)
  update version to 0.7.0-rc2
  Add logging to handle_push
  update version to 0.7.0-rc1
2025-02-05 17:31:59 +02:00
Ross Savage
144b027120 Don't attempt to derive empty derivation path 2025-02-05 15:17:41 +01:00
Roei Erez
8a0036d2d3 update version to 0.7.0-rc3 2025-02-04 21:46:31 +02:00
Daniel Granhão
87cc4a830e Switch to pure AES implementation in ecies (#716)
(cherry picked from commit d139f36756)
2025-02-04 21:44:31 +02:00
Daniel Granhão
d139f36756 Switch to pure AES implementation in ecies (#716) 2025-02-04 18:43:22 +00:00
Roei Erez
3594943aec update version to 0.7.0-rc2 2025-02-04 18:43:04 +02:00
Daniel Granhão
71a8c6ed57 Add logging to handle_push 2025-02-04 16:36:08 +00:00
Ross Savage
d25598e6a4 Auto dismiss replaceable notifications (#711) 2025-02-04 16:53:40 +01:00
Roei Erez
bf4a364c4b Merge pull request #713 from breez/cache-last-known-tip
Cache last known tip
2025-02-04 13:55:34 +02:00
Roei Erez
739b3d7d2a cleanup 2025-02-04 13:55:13 +02:00
Roei Erez
ee0924c571 cache tip 2025-02-04 09:42:24 +02:00
Daniel Granhão
0c9d2b8cbe Prevent missing notifications due to concurrent SDK instances (#697)
* Prevent missing notifications due to concurrent SDK instances

* Expose swap claim tx id and use it to derive WaitingConfirmation in plugins

* Use id type as get payment request variant
2025-02-03 17:33:07 +00:00
Roei Erez
c42bebb49d Merge pull request #708 from breez/fast-initialization
Remove electrum tip query on start
2025-02-03 15:03:32 +02:00
Roei Erez
24dac2e258 Cleanup code 2025-02-03 14:52:31 +02:00
Roei Erez
41aca3c8ec fix comment 2025-02-03 12:53:55 +02:00
Roei Erez
e5d0e94e58 remove println statements 2025-02-03 11:43:25 +02:00
Roei Erez
a5cc34d591 lazy initialization of electrum 2025-02-02 22:43:42 +02:00
Roei Erez
262254f998 simlify tip 2025-02-02 18:29:35 +02:00
Roei Erez
f0e25807af fix clippy 2025-02-02 17:19:34 +02:00
Roei Erez
54d7e9acb1 remove electrum tip query on start 2025-02-02 17:00:16 +02:00
Roei Erez
c1b7ea1302 update version to 0.7.0-rc1 2025-02-01 10:49:01 +02:00
Roei Erez
524e62ebc1 Merge pull request #706 from breez/electrum-timeout
configure timeouts
2025-01-30 12:00:47 +02:00
Roei Erez
a57edbeace configure timeouts 2025-01-30 03:15:48 +02:00