Commit graph

902 commits

Author SHA1 Message Date
woodser
86e67d384c new dispute state is considered open 2024-11-15 09:21:41 -05:00
woodser
59d8a8ee44 trader can re-open dispute unless payout confirmed 2024-11-15 09:21:41 -05:00
woodser
7a392f3c1e defer payout publish if published, skip warning log if published
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-22.04) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
2024-11-11 13:39:24 -05:00
woodser
dd5b7996b3 fix price provider selection, remove local provider for production
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-22.04) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
2024-11-11 07:29:52 -05:00
woodser
d906ffa36a remove USDT-TRC20 from 'main' cryptos 2024-11-11 07:29:52 -05:00
woodser
3cdfa0fa27 fix equals and hashcode of trade, crypto, and traditional currencies 2024-11-11 07:29:52 -05:00
woodser
9c3e405fe0 get market price by currency code base e.g. usdt
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-22.04) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
2024-11-10 17:33:49 -05:00
woodser
2c3cd5208b support USDT-ERC20 and USDT-TRC20
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-22.04) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
2024-11-10 12:53:59 -05:00
woodser
0450900b37 validate pending offer 2024-11-10 11:19:57 -05:00
woodser
8f5e56b9dc prefer local price provider, preserve provider when banned nodes applied 2024-11-10 11:17:44 -05:00
woodser
0d82f8827f dispute is pending until requested and chat disabled until acked 2024-11-10 11:12:44 -05:00
woodser
577cfa249e try opening wallets with all backup cache files then no cache file 2024-11-10 11:12:44 -05:00
woodser
b348a81f13 increase number of wallet backups to 2 2024-11-10 11:12:44 -05:00
woodser
8a9b4ffe11 backup trade wallet on successful save and close 2024-11-10 11:12:44 -05:00
woodser
466e1f048e fix bug restoring wrong wallet cache 2024-11-10 11:12:44 -05:00
woodser
1af87b2db9 do not initialize failed trades until moved back to pending trades 2024-11-10 11:12:44 -05:00
woodser
cdb99a9cfb support opening dispute with corrupt trade wallet 2024-11-10 11:12:44 -05:00
woodser
6db4812f06 synchronize on lock to prepare payment sent or received 2024-11-10 11:12:10 -05:00
woodser
5c4fa7a53f import multisig hex if needed on create payout tx 2024-11-10 11:12:10 -05:00
woodser
74e094fa99 poll trade wallet on error importing multisig or processing payout 2024-11-10 11:11:28 -05:00
woodser
329fa1c39a set poll in progress from single caller at a time 2024-11-10 11:11:28 -05:00
woodser
7094dfcc09 always poll trade wallet on sync and poll 2024-11-10 11:11:28 -05:00
woodser
6730d023d6
describe how payment account details are stored and shared #1359 (#1387)
Co-authored-by: rafau <adas.rafalowski@gmail.com>
2024-11-10 08:44:59 -05:00
woodser
2a45ebe565 refactor buy/sell tab labels #1351 2024-11-10 08:37:33 -05:00
woodser
0c76c48c65 refactor buy/sell tab functionality #1351 2024-11-10 08:37:33 -05:00
woodser
bc1cfe3ba0 exclude unsigned offers from republish to fix warning 2024-11-10 08:35:08 -05:00
woodser
ed567beeb3 add logging for dispute's trade being null #1364 2024-11-10 08:32:48 -05:00
woodser
a9c975466e log warning on failure to sign and publish peer account age witness
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
2024-11-08 08:36:43 -05:00
woodser
072401386e improve sound compatibility for linux 2024-11-08 08:02:55 -05:00
woodser
aee0c1c0b2 validate form fields on create payment account from form
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
2024-11-05 10:37:58 -05:00
woodser
6675390e20 update price node address
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-22.04) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
2024-10-30 15:31:40 -04:00
woodser
e811e2b224
improve error handling on payment received message (#1327) 2024-10-13 08:32:26 -04:00
woodser
a6c178c058
deduplicate additional trade statistics (#1326) 2024-10-13 08:31:59 -04:00
woodser
6b688194f1
play chime when buyer can confirm payment sent (#1324) 2024-10-13 08:31:41 -04:00
woodser
5f0d95c743
log height of local monero node (#1322) 2024-10-13 08:31:32 -04:00
woodser
5352225bce
log error on failure to set password (#1318)
Some checks failed
CodeQL / Analyze (push) Has been cancelled
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
2024-10-12 06:18:53 -04:00
woodser
58787a1d31
reclassify public nodes and use if no provided nodes available (#1315) 2024-10-12 06:18:16 -04:00
woodser
ddb48d1846
enable connection auto switch on daemon by default (#1320) 2024-10-12 06:18:06 -04:00
woodser
264741152a
enable sounds by default for existing clients
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
2024-10-10 09:13:00 -04:00
Jabster28
662eaee7c3 feat: add flatpak builds (#1230) 2024-10-08 14:02:40 -04:00
woodser
ebc28805c8
support getting connection auto switch flag from grpc api
get connection auto switch flag from grpc api
2024-10-07 09:21:23 -04:00
woodser
a1b50a7b42
show transaction details popup with tx key #1309 (#1311)
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-22.04) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
2024-10-06 12:01:55 -04:00
woodser
d61eabc3d2 schedule offer using available and pending funds
Some checks failed
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
2024-10-03 12:22:04 -04:00
woodser
5c0f49d58f do not reset offer address entries on error from desktop ui form 2024-10-03 12:22:04 -04:00
woodser
ea3f099df7 increase sync progress timeout to 120s
Some checks failed
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
2024-10-01 06:40:01 -04:00
woodser
b940021d99 play sounds on notifications #1284 2024-09-30 10:39:15 -04:00
woodser
b2a6708ac1 sync blockchain depending on last used local node 2024-09-30 10:14:41 -04:00
woodser
3e3f3085f8 fix not enough signers on process payout tx 2024-09-30 10:11:39 -04:00
woodser
50f3bd510a log stack traces at warn or error level
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-latest) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
2024-09-25 09:40:50 -04:00
woodser
c04fc7b2db save multisig wallet on same thread in trade wallet operations
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
2024-09-17 12:23:34 -04:00