Commit Graph

131 Commits

Author SHA1 Message Date
tecnovert a9f9e29754 Automatically remove temporary docker containers with --rm
[ci skip]
2021-01-18 13:18:00 +02:00
tecnovert 78f36f79c1 Update upgrade notes.
[ci skip]
2021-01-17 16:17:38 +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 a3ba5cf7e6 setup.py test -> pytest / tox 2021-01-10 20:30:07 +02:00
tecnovert 088e1f4411 Prepare only Particl core by default. 2021-01-05 20:11:13 +02:00
tecnovert e41a6e34c0 Update install notes for Windows. 2021-01-05 14:31:02 +02:00
tecnovert 05c9d9c66d Fix floating point bug. 2021-01-02 23:04:29 +02:00
tecnovert 28b42c7432 Fix notes. 2021-01-01 18:03:05 +02:00
tecnovert 2049fcef3d Set bootstrap-daemon-address to auto
get_block_count returns "Internal error" if bootstrap-daemon is active
Use get_height instead.
2020-12-31 14:53:31 +02:00
tecnovert 755583fd1d Fix typo 2020-12-31 12:02:17 +02:00
tecnovert 13f2ffa9ec Update XMR version. 2020-12-31 10:06:37 +02:00
tecnovert a638c55ecb Update install notes for OSX.
Download correct XMR release.
Trust added PGP keys.
2020-12-30 23:01:21 +02:00
tecnovert b3c00efe16 gui: Added confirm step and fee options.
Fee options only apply to the script coin side of xmr swaps.
2020-12-16 23:19:39 +02:00
tecnovert ffc164bc34 Use normal Particl addresses.
Avoids needing LearnAllRelatedScripts.
2020-12-09 00:05:28 +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 4c200fe8d4 XMR withdrawals work.
spendBLockTx uses sweep_all.
2020-12-05 13:22:22 +02:00
tecnovert e7afd5e67d Display warning when wallet seedid doesn't match expected. 2020-12-04 19:06:50 +02:00
tecnovert 3bbb483a0a Simplify docker config. 2020-12-02 23:19:10 +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 bc60527940 PART -> XMR tests pass. 2020-11-27 19:52:26 +02:00
tecnovert a0c366a8c6 Raise core version. 2019-09-05 10:21:45 +02:00
tecnovert 321ec4acb2 New particl core version.
Display core versions on the wallets page.
2019-08-04 15:22:25 +02:00
tecnovert 1da0d06ef0 doc: Improve install notes. 2019-07-30 00:46:10 +02:00
tecnovert 4bc0ec98eb Fix tx state display in lists.
selectable address for send_from.
2019-07-28 21:57:20 +02:00
tecnovert 18ee89361a Prepare windows releases. 2019-07-28 14:45:26 +02:00
tecnovert 4972f1f60f Update install.md 2019-07-27 22:34:40 +02:00
tecnovert 682fe578a7 Fix osx gitian path. 2019-07-27 22:13:35 +02:00
tecnovert d01e37bb68 doc: Start install help file. 2019-07-26 15:13:10 +02:00
tecnovert 2882992c4f Move tests to a sub dir.
Else they install to site-packages/tests/
2019-07-26 14:16:02 +02:00
tecnovert 9b8df31932 Getting docker volume permissions errors on window. 2019-07-19 21:23:36 +02:00
tecnovert 818b5f1ab2 Added notes to run the docker example on windows.
Set the log file to append.
Set docker example config to listen on all interfaces.
docker-compose is setup to bind the port only to localhost, on windows
docker runs in a virtualbox instance and the swap client must listen on
all interfaces to pass through the connection: host -> vbox -> docker -> swapserver
2019-07-18 22:06:36 +02:00