Commit Graph

210 Commits

Author SHA1 Message Date
tecnovert
b5a009d3f9 preparescript: Add temporary pivx release. 2022-09-01 12:37:22 +02:00
tecnovert
d74699992b coins: Add PIVX
No CSV or segwit.
sethdseed requires a fully synced chain, manual intervention required to set a key derived from the master mnemonic.
Requires a pivxd version with a backported scantxoutset command.
2022-09-01 12:37:18 +02:00
tecnovert
cacd29130e Raise Particl version to 0.21.2.11 2022-09-01 12:32:35 +02:00
tecnovert
e4e35b0d89 preparescript: Fix addcoin 2022-08-18 00:23:51 +02:00
tecnovert
85bbccf82a preparescript: with_coins should be a set. 2022-08-09 01:29:51 +02:00
tecnovert
1c4f208d27 refactor: E275 missing whitespace after keyword 2022-07-31 20:09:43 +02:00
tecnovert
1601a57aed ui: Add websocket notifications. 2022-07-31 19:33:01 +02:00
tecnovert
cbcf90c492 coins: Raise Monero version to 0.18.0.0 2022-07-28 11:23:45 +02:00
tecnovert
3ad87df844 tests: Add swap to wallet restore test. 2022-07-17 22:34:39 +02:00
tecnovert
ede01d3fc8 tests: Start wallet restore test.
Fix LTC pidfile in config.
Update LTC onion port for core version 21.
2022-07-15 17:04:24 +02:00
tecnovert
e03f32ea5f docker: Fix and document isolated coins config. 2022-07-11 23:36:28 +02:00
tecnovert
48e0cac5ab refactor: Prepare script uses swap_client to create all wallets. 2022-07-09 23:58:40 +02:00
tecnovert
585bef6076 tests: return mnemonic from prepare script. 2022-07-08 18:41:01 +02:00
tecnovert
d2324ad097 preparescript: Fix missing btc wallet with --addcoin=bitcoin and --usebtcfastsync
doc: Fetch latest xmr chain height
2022-06-18 19:28:40 +02:00
tecnovert
f787bdb203 ui: Add refresh link to bids page. 2022-06-16 23:31:30 +02:00
tecnovert
b64437db84 coins: Raise Litecoin version to 0.21.2 2022-06-16 15:58:59 +02:00
tecnovert
844db9c541 coins: Raise Monero version to 0.17.3.2 2022-06-16 14:45:56 +02:00
tecnovert
d47a69c7cb preparescript: Add expected keyids. 2022-06-05 11:38:14 +02:00
tecnovert
0c2c86070f preparescript: --usebtcfastsync option will initialise the BTC datadir from a chain snapshot. 2022-06-04 23:08:22 +02:00
tecnovert
a659eb3931 preparescript: Core versions can be set by env vars.
Use no usb variant of Particl for linux.
2022-06-03 21:31:07 +02:00
tecnovert
6153b76ec0 ui: Allow selecting automation strategy when creating offer.
Add alternate pgp key urls.
2022-06-01 00:38:50 +02:00
tecnovert
08c10bc69e Raise Particl version to 0.21.2.9 2022-05-23 23:51:48 +02:00
tecnovert
f4649d34b2 Raise Particl version to 0.21.2.8 2022-04-13 20:59:41 +02:00
tecnovert
12bae95e7d coins: Raise Bitcoin version to 22.0 2022-03-27 13:57:32 +02:00
tecnovert
6b063d0582 docker: Use static ip for tor container. 2022-03-27 11:32:29 +02:00
tecnovert
a5b192b931 Tor working for Bitcoin forks. 2022-03-27 00:08:15 +02:00
tecnovert
d1e015962c basicswap-prepare can enable and disable tor config. 2022-03-24 00:00:35 +02:00
tecnovert
cf797afae9 Raise Particl version to 0.21.2.7 2022-03-02 17:03:00 +02:00
tecnovert
0fbdd32908 coins: Raise Monero version to 0.17.3.0 2022-01-23 14:12:27 +02:00
tecnovert
f90a96d9ca ui: Split wallet page 2022-01-23 14:01:01 +02:00
tecnovert
1c09a8b79e coins: Raise Particl version 2022-01-13 11:09:25 +02:00
tecnovert
6590481b9f coins: Raise Particl version 2021-12-10 09:55:48 +02:00
tecnovert
8a9f4f9e38 ui: Add rate lookup helper when creating offers. 2021-11-21 22:59:39 +02:00
tecnovert
54ad0e496c prepare: Add usecontainers option. 2021-11-15 11:34:54 +02:00
tecnovert
9cb69e3f5b xmr: Set daemon-address from basicswap.json 2021-11-15 10:48:43 +02:00
tecnovert
f9f26c92c2 coins: Raise Particl Version 2021-11-01 16:47:32 +02:00
tecnovert
b99fc48e89 coins: Update core urls. 2021-10-15 20:26:37 +02:00
tecnovert
d392193d7e Raise Particl and Monero versions. 2021-09-04 18:54:48 +02:00
tecnovert
2be16465fb preparescript: Support production docker config. 2021-06-30 16:37:21 +02:00
tecnovert
398ef268a6 Raise Bitcoin, Particl and Monero versions. 2021-06-25 23:02:54 +02:00
tecnovert
c1039c425d preparescript: Allow installing rc builds, update particl core. 2021-04-16 23:25:13 +02:00
tecnovert
56444a9d2e Revert to v19 release. 2021-02-25 20:47:25 +02:00
tecnovert
bbd3d701c0 preparescript: Fix UI_HTML_PORT bug.
Warn on os.chmod failure, workaround for mounted ntfs volumes.

client: Set delay_event in stopRunning()
Raise version
2021-02-16 23:41:07 +02:00
tecnovert
e14dca47e0 tests: sqlalchemy hangs when tests run with tox. 2021-02-05 12:02:12 +02:00
tecnovert
deb71856e8 Poll chainstates.
Litecoin download link changed.
Fix fee comparison tx weight difference.
Remove format8.
New stalled for test bid state.
Moved sequence code to coin interfaces.
Display estimated time lock refund tx will be valid.
2021-02-03 16:01:27 +02:00
tecnovert
f934b2d8f2 Update Bitcoin and Particl cores to 0.21
wallet.dat is no longer loaded by default.
2021-01-16 23:01:23 +02:00
tecnovert
64caceebfe Persistent test. 2021-01-16 21:29:54 +02:00
tecnovert
60b477e3c0 Increase version, add test for bids sent while recipient is offline. 2021-01-11 23:48:46 +02:00
tecnovert
a3ba5cf7e6 setup.py test -> pytest / tox 2021-01-10 20:30:07 +02:00
tecnovert
bce20d1e59 Update monero core to 0.17.1.9 2021-01-09 15:03:29 +02:00