Commit Graph

44 Commits

Author SHA1 Message Date
tecnovert
adc80eabb0 Add simple protobuf encoder and decoder. 2024-06-06 22:03:38 +02:00
tecnovert
2a8c04b285 Decred xmr swap tests. 2024-06-06 22:03:35 +02:00
tecnovert
76879a2ff5 Decred: Secret hash swap tests. 2024-06-06 22:03:34 +02:00
tecnovert
d6535dbc1d
Set bid and offer states when expired. 2024-03-07 15:38:49 +02:00
tecnovert
d57366c0b2
Prevent multiple LOCK_TX_B_SEEN events, use rpcwallet for lockunspent. 2024-02-01 00:58:14 +02:00
tecnovert
28fc4817c0
debug: Add ui option to schedule bid actions. 2024-01-31 20:40:22 +02:00
tecnovert
0b963bffde
Add p2sh-p2wsh support, add Navcoin tests. 2023-08-29 22:06:16 +02:00
tecnovert
55ded71686
Add tx in mempool and in chain statuses. 2023-07-29 11:58:19 +02:00
tecnovert
67624a252b
Remove DB records for expired offers option. 2023-07-24 21:55:48 +02:00
tecnovert
705ac2c6fc
Add bid request accepted state. 2023-07-12 00:10:27 +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
cbb3d0ac02
ui: Add option to remove expired offers and bids. 2023-06-06 22:03:05 +02:00
tecnovert
ac16fc07a4
Add automation override option. 2023-02-16 10:38:38 +02:00
tecnovert
2a3d89b112
ui: Add swap type. 2022-12-18 16:45:07 +02:00
tecnovert
2a9e423eaa
Handle lost noscript lock transaction. 2022-12-11 20:31:43 +02:00
tecnovert
0e1cb6d03d
Support xmr-protocol swaps to BTC and PART 2022-12-08 03:42:59 +02:00
tecnovert
c90fa6f2c6
system: Allow preselecting inputs for atomic swaps. 2022-12-05 17:04:23 +02:00
tecnovert
a250daca8b
xmr: Ensure incoming transfers are unlocked. 2022-12-02 13:58:26 +02:00
tecnovert
54e434e1c9
ui: Connect new settings. 2022-11-13 23:18:33 +02:00
tecnovert
ae2ddc4049
Log events for all sent transactions. 2022-11-08 23:07:58 +02:00
tecnovert
ca264db0d0
Add non-segwit Firo support.
Rework tests to combine atomic and xmr test cases.
Modify btc interface to support P2WSH_nested_in_BIP16_P2SH
Add coin feature tests to test_btc_xmr.py
2022-11-08 13:14:03 +02:00
tecnovert
1601a57aed
ui: Add websocket notifications. 2022-07-31 19:33:01 +02:00
tecnovert
8b09607083
tests: Prevent out of sequence refund in test_13_itx_refund 2022-07-21 00:27:22 +02:00
tecnovert
0c620ea388
doc, tests: Test sequence diagrams are accurate.
Add delay between detecting PTX and redeeming ITX.
Add bid state history to json api.
Hide Tx none states in bid state history.
2022-07-03 23:58:16 +02:00
tecnovert
a2afd3f00f
refactor: Separate MSG4F and lock txn sending 2022-07-01 16:37:10 +02:00
tecnovert
e7a62a6a82
debug: Log auto accepting event. 2022-06-22 22:51:39 +02:00
tecnovert
3ed6eca95f
ui: Show bids that can be accepted. 2022-06-15 00:35:33 +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
d1e015962c
basicswap-prepare can enable and disable tor config. 2022-03-24 00:00:35 +02:00
tecnovert
f289bcf2e8
Use unique key_nos for getPathKey. 2021-12-19 08:59:35 +02:00
tecnovert
82e2b128c9
Log events when xmr refund and refund spend txns are seen. 2021-12-16 14:26:59 +02:00
tecnovert
053c263751
ui: Add option to set debug tweak option from bid page. 2021-12-15 16:14:23 +02:00
tecnovert
cd4103ce3e
tests: Deduplicate test_run.py 2021-11-27 17:58:58 +02:00
tecnovert
20c59663c1
Count failed and successful bids by peer address. 2021-11-15 01:26:43 +02:00
tecnovert
eff5235205
xmr: Check for existing spend of lock tx 2021-11-12 17:55:23 +02:00
tecnovert
6e82961da9
particl: Can swap PARTct -> XMR 2021-11-01 15:52:40 +02:00
tecnovert
1ef71ea79b
particl: Can swap anon outputs 2021-10-23 16:00:32 +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
4ce8c58872
ui: Reseed wallet must trigger update 2021-10-18 22:28:42 +02:00
tecnovert
bf00f80b4d
ui: Start describing xmr bid states. 2021-10-18 20:48:48 +02:00