Commit Graph

54 Commits

Author SHA1 Message Date
tecnovert
d6535dbc1d
Set bid and offer states when expired. 2024-03-07 15:38:49 +02:00
tecnovert
7053d7ee4b
Use gettxout where scantxoutset is not available. 2023-11-25 00:40:52 +02:00
tecnovert
c3b33c502e
ui: Show ITX and PTX status for adaptor sig type swaps. 2023-07-28 17:08:04 +02:00
tecnovert
7bc5fc78ba
Fix BTC witness size estimate. 2023-07-14 10:44:56 +02:00
tecnovert
303499fc6f
Fix session bug and add bid request state record. 2023-07-11 21:21:10 +02:00
tecnovert
f6fb11f452
Add bid intent messages. 2023-07-05 23:35:25 +02:00
tecnovert
00bebfa371
ui: Fix active sent bids count. 2023-06-28 19:27:44 +02:00
tecnovert
ea8cc70696
Ensure messages are always sent from and to the expected addresses. 2023-03-09 01:30:46 +02:00
tecnovert
97506850c4
Timeout bids stuck as accepted. 2023-03-09 00:53:54 +02:00
tecnovert
2922b171a6
Load in-progress bids only when unlocked. 2023-02-16 22:57:55 +02:00
tecnovert
ac16fc07a4
Add automation override option. 2023-02-16 10:38:38 +02:00
tecnovert
c90fa6f2c6
system: Allow preselecting inputs for atomic swaps. 2022-12-05 17:04:23 +02:00
tecnovert
eb9eb49bd9
Persistent notifications. 2022-10-13 22:32:53 +02:00
tecnovert
91e285bf4a
ui: Split wallet cached data into balance and blockchain state.
Add XMR synced indicator.
2022-07-06 00:46:37 +02:00
tecnovert
a2afd3f00f
refactor: Separate MSG4F and lock txn sending 2022-07-01 16:37:10 +02:00
tecnovert
0edcf249aa
refactor: Add bid states to db. 2022-06-11 23:56:21 +02:00
tecnovert
89c60851ac
automation: Accept multiple concurrent bids. 2022-06-08 22:23:44 +02:00
tecnovert
d909115ea4
refactor: Rename EventQueue table to Action 2022-06-06 23:03:31 +02:00
tecnovert
8daa76f937
refactor: Add automation tables. 2022-05-23 23:51:06 +02:00
tecnovert
20c59663c1
Count failed and successful bids by peer address. 2021-11-15 01:26:43 +02:00
tecnovert
0cf3f8e3b3
ui: Can display chain A lock tx inputs. 2021-11-06 00:34:25 +02:00
tecnovert
1d932cdd01
protocol: Add protocol version to order and bid messages
Move chain start heights to bid, use avoid scantxoutset for decred style swaps
2021-11-04 23:49:52 +02:00
tecnovert
6e82961da9
particl: Can swap PARTct -> XMR 2021-11-01 15:52:40 +02:00
tecnovert
a40519737d protocol: Enable private offers
Users can send private offers that will only be seen by one address.

To send a private offer:
 1. recipient creates a new address to receive offers on
 2. recipient sends the pubkey for the newly created address to the offerer
 3. offerer imports the recipient's pubkey
 4. offerer sends a new offer to the recipients key instead of the public network

Nodes will ignore offers sent on keys other than the network key or keys created for offer-receiving.
2021-10-20 21:50:45 +02:00
tecnovert
f63815b26b
ui: Add page to manage SMSG addresses 2021-10-19 20:59:18 +02:00
tecnovert
062283c31a
ui: Improved wallets page. 2021-10-15 01:13:48 +02:00
tecnovert
1b2ec61816
Fix withdrawal error. 2021-07-28 13:51:17 +02:00
tecnovert
398ef268a6
Raise Bitcoin, Particl and Monero versions. 2021-06-25 23:02:54 +02:00
tecnovert
df732713ac
tests: Use debug_ind in non-xmr swaps. 2021-01-30 16:29:07 +02:00
tecnovert
2e0edef9da
Raise max signature size for fee estimate.
Fix logging.
Valid sequence lock range settings.
Bid debugind can be set through api.
2021-01-30 01:45:24 +02:00
tecnovert
60b477e3c0
Increase version, add test for bids sent while recipient is offline. 2021-01-11 23:48:46 +02:00
tecnovert
8c372cc5dc
Simplify lock tx script.
Raise version.
2020-12-11 00:43:36 +02:00
tecnovert
f070c972bb
Automatically upgrade database. 2020-12-08 20:56:05 +02:00
tecnovert
3c4c2c528f
Dynamic fee selection.
Display xmr offer fees.
Display bid events.
html create offer uses correct coin amount scales.
2020-12-08 20:23:00 +02:00
tecnovert
2346858145
Call setLastHeightChecked() in watchXmrSwap()
Remove old notes and config.
New html template for XMR bids.
Check the mempool for lock spend txid.
Retry sepnding coin B lock tx.
2020-12-06 19:34:56 +02:00
tecnovert
28d5848f3a
Reload xmr swaps in-progress. 2020-12-04 23:30:20 +02:00
tecnovert
8c9105ce01
Raise versions, add release notes.
Add event log table.
Offers can be revoked.
Added separate range for retry delays.
2020-12-02 13:24:52 +02:00
tecnovert
7f4be161d7 Lint fixes and multiple bids test. 2020-11-30 19:13:25 +02:00
tecnovert
9b4a0dd276
Replaced watched_outputs tuple with class. 2020-11-29 15:51:04 +02:00
tecnovert
bc60527940
PART -> XMR tests pass. 2020-11-27 19:52:26 +02:00
tecnovert
0e2011e085
XMR successful swap works. 2020-11-21 15:16:27 +02:00
tecnovert
eb6bd444c4
Lock unspents funding lock tx. 2020-11-15 23:31:59 +02:00
tecnovert
18a5322f10
MSG3L
Debug mode is disabled by default.
2020-11-15 19:02:46 +02:00
tecnovert
009729aa96
Send MSG2F 2020-11-15 00:13:11 +02:00
tecnovert
5d84d54e6f
Replace makeInt with make_int 2020-10-31 22:44:52 +02:00
tecnovert
4636d31ea9
LICENSE.txt -> LICENSE 2020-10-30 10:57:26 +02:00
tecnovert
c7c49ae262
Delayed events. 2019-11-09 23:09:22 +02:00
tecnovert
3e542e6bd0
Adding settings page. 2019-08-06 00:04:40 +02:00
tecnovert
4405a130f5
Started stutdown and explorer pages.
Bid state can be manually edited.
2019-08-05 20:31:02 +02:00
tecnovert
4bc0ec98eb
Fix tx state display in lists.
selectable address for send_from.
2019-07-28 21:57:20 +02:00