Commit graph

237 commits

Author SHA1 Message Date
tecnovert
192aff221e
coins: Update Bitcoin version. 2023-12-31 02:27:05 +02:00
tecnovert
38fa498b0b
coins: Add LTC MWEB wallet 2023-12-29 15:36:00 +02:00
tecnovert
0a12625290
ui: Define default chart api key in one place. 2023-12-22 15:23:36 +02:00
gerlofvanek
d6ed5ba24c ui: Chart API update
- Updated with a new default Chart API Key
- Implemented Chart error handling
2023-12-22 13:26:29 +01:00
tecnovert
fb48797298
tests: Fix lint issues. 2023-12-19 13:21:15 +02:00
tecnovert
61845a7a84
tests: Prune Firo tests. 2023-12-19 01:30:52 +02:00
tecnovert
65c93eaee6
coins: Update valid Firo swap types. 2023-12-18 23:45:55 +02:00
tecnovert
0a9db22828
Replace all hashlib ripemd160 functions. 2023-12-16 09:38:34 +02:00
tecnovert
258b730c41
scripts: Print errors if offer/bid creation fails. 2023-12-09 13:25:03 +02:00
tecnovert
01bb3870b6
tests: Add gettxout and scantxoutset tests to test_btc_xmr.py 2023-12-02 19:32:39 +02:00
tecnovert
5b6f447692
tests: Update swap type validation. 2023-12-01 09:23:10 +02:00
tecnovert
28baa597cc
coins: Read Firo ProgPow blocks 2023-12-01 00:19:54 +02:00
tecnovert
d4a6ad7d6f
Enable reverse adaptor sig swaps for segwit-less coins. 2023-11-30 21:46:03 +02:00
tecnovert
fd0bf9ed73
Raise version to 0.12.1 2023-11-25 11:08:00 +02:00
tecnovert
7053d7ee4b
Use gettxout where scantxoutset is not available. 2023-11-25 00:40:52 +02:00
tecnovert
22cd3cf9f1
test: Fix selenium tests. 2023-11-09 22:34:50 +02:00
tecnovert
2a2f1ca3b6
tests: Print expected and actual states on failure. 2023-10-16 21:02:49 +02:00
tecnovert
db0e85d37c
tests: Ensure XMR new subaddress is unique.
Fix xmr test 9.1 wait for event type.
Fix node shutdown issue.
2023-10-12 16:02:44 +02:00
tecnovert
5775ac5931
Add navcoin binary 2023-08-29 23:46:14 +02:00
tecnovert
0b963bffde
Add p2sh-p2wsh support, add Navcoin tests. 2023-08-29 22:06:16 +02:00
tecnovert
68ff57ebdc
refactor: Lazy load interfaces. 2023-08-06 13:37:49 +02:00
tecnovert
8f4b962285
Fix getLinkedMessageId and validateSwapType 2023-08-02 13:57:29 +02:00
tecnovert
a13a5d4bf6
test: Fix lint issues. 2023-08-01 15:57:01 +02:00
tecnovert
547e50acb6
ui: Fix repeat offer selected coins. 2023-07-29 15:30:41 +02:00
tecnovert
c3b33c502e
ui: Show ITX and PTX status for adaptor sig type swaps. 2023-07-28 17:08:04 +02:00
tecnovert
67624a252b
Remove DB records for expired offers option. 2023-07-24 21:55:48 +02:00
tecnovert
0432fae5b5
ui: Improve fee estimation. 2023-07-19 01:19:04 +02:00
tecnovert
9888c4ebe1
ui: Fix describebid for reverse PART_ANON swaps. 2023-07-14 14:50:29 +02:00
tecnovert
7bc5fc78ba
Fix BTC witness size estimate. 2023-07-14 10:44:56 +02:00
tecnovert
08d3f05c1c
tests: Add more bid intent test cases.
Send bid intent amount and rate un-reversed.
2023-07-09 17:41:52 +02:00
tecnovert
be46d8a7bd
doc: Describe reverse adaptor sig protocol. 2023-07-06 15:13:19 +02:00
tecnovert
f6fb11f452
Add bid intent messages. 2023-07-05 23:35:25 +02:00
tecnovert
04d4d89e96
coins: Update DASH version.
See https://github.com/dashpay/dash/releases/tag/v19.1.0
When upgrading from a version < 19.0, a migration process will occur.

It's recommended to start the DASH node manually to complete the migration and get on the correct chain.
2023-06-18 22:48:00 +02:00
tecnovert
75c5f6a905
protocol: Enforce minimum version. 2023-05-19 17:33:33 +02:00
tecnovert
409c75851f
Replace calltx functions 2023-03-23 20:57:12 +02:00
tecnovert
b5a4df9908 tests: Fix network test. 2023-03-18 19:45:18 +02:00
tecnovert
97506850c4
Timeout bids stuck as accepted. 2023-03-09 00:53:54 +02:00
tecnovert
0a2133f43f
tests: Test script template enabled flags. 2023-02-21 11:02:40 +02:00
tecnovert
06065958b7
ui: Fix xmr svg path, edit offer automation strategy. 2023-02-21 00:08:18 +02:00
tecnovert
09cc523ac3
Added restrict_unknown_seed_wallets setting. 2023-02-19 21:52:22 +02:00
tecnovert
577849f01c
api: Start automationstrategies 2023-02-19 16:31:11 +02:00
tecnovert
b6046fdbf3
api: getcoinseed shows seed id 2023-02-18 01:47:44 +02:00
tecnovert
2922b171a6
Load in-progress bids only when unlocked. 2023-02-16 22:57:55 +02:00
tecnovert
3234e3fba3
api: Add ability to abandon bids. 2023-02-16 12:37:16 +02:00
tecnovert
ac16fc07a4
Add automation override option. 2023-02-16 10:38:38 +02:00
tecnovert
dc0bd147b8
tests: Add script test 2023-02-14 23:35:11 +02:00
tecnovert
9117e2b723
Fix XMR withdrawals 2023-02-09 23:21:52 +02:00
tecnovert
c9e04332fc
tests: Update test_wallet_restore 2023-01-15 10:56:12 +02:00
tecnovert
ef71ca7ef4
scripts: Start example offer script. 2023-01-09 01:26:59 +02:00
tecnovert
c4321b7740
Add PARTct to coin code. 2022-12-20 22:19:01 +02:00