Commit Graph

37 Commits

Author SHA1 Message Date
Daniel Karzel
a22a975a4c Run bitcoind as simple to see logs in journalctl
Remove pid file
prevent from logging timestamps
2021-03-10 10:40:31 +11:00
Daniel Karzel
8f0b878204 bitcoind service 2021-03-09 17:52:25 +11:00
Daniel Karzel
cfb885c49e more cleanup 2021-03-09 17:35:00 +11:00
Daniel Karzel
70a90241cc Rename, log to journal, monerod service 2021-03-09 17:20:58 +11:00
Daniel Karzel
f87bdca3ec fix timer 2021-02-25 11:57:08 +11:00
Daniel Karzel
fbbae0eebd Switch from After to Required
start-asb.service should not start up if start-monero-wallet-rpc.service failed on startup.
This dependency is better expressed with Requires than with After because Requires will not start the unit upon failure of the required one.
2021-02-24 12:14:34 +11:00
Daniel Karzel
fbd0eb7548 Send emails OnFailure through dedicated service
The unit-status-email@.service allows being triggered through multiple services with @.
Note that everything after the @ is passed to the unit-status-email@.service as parameter.
We pass the complete service name OnFailure using %n.
The parameter can then be accessed by %i within the unit-status-email@.service.
Hence, to pass the service name to our email script for processing we use %i within unit-status-email@.service.
2021-02-24 12:12:38 +11:00
Daniel Karzel
85704d18f8 Combine stdout and stderr into one logfile 2021-02-24 10:14:27 +11:00
Daniel Karzel
0ebc9a79c7 Systemd service files and readme 2021-02-22 22:42:12 +11:00
Daniel Karzel
915026eb4d Systemd service files and readme 2021-02-22 21:59:02 +11:00
Franck Royer
9ded728879
The first message is actually a quote or rate request 2021-02-12 17:05:06 +11:00
Franck Royer
3fa4ffa82c
Implement new behaviour for execution setup 2021-02-05 16:42:46 +11:00
Franck Royer
8fd2620b83
Improve names for messages 4 and 5 2021-01-27 14:16:31 +11:00
Franck Royer
6003f87301
In phase A, message can be send simultaneously so calling them both 0. 2021-01-14 11:52:16 +11:00
Franck Royer
c5bfbf8da9
Clarify who is user/SP 2021-01-14 11:48:49 +11:00
Franck Royer
eecee30d99
Use exact xmr amount, Remove ACK
- Use exact XMR amount
- Remove ACK, this can be added as a feature once needed.
2021-01-14 10:46:50 +11:00
Franck Royer
8ff33bd386
Use exact xmr amount 2021-01-14 10:45:29 +11:00
Franck Royer
6b4a02427a
Use global counter to name messages 2021-01-14 10:28:46 +11:00
Franck Royer
c55f3e3403
Remove Req-Res and update for single market maker use case
- Bob initiate swap with BTC Amount
- Alice acks with approx. xmr amount
- Rework terminology, make a difference between negotiations and
execution setup
- Remove request response channels in favor of one shots
- Give exact amount to Bob once assets are locked
2021-01-13 16:58:21 +11:00
Franck Royer
1e08a17bd9
Last message is also request response 2021-01-13 14:42:38 +11:00
Lucas Soriano del Pino
07270df12a Clarify diagram 2021-01-13 11:36:02 +11:00
Franck Royer
c53d54ddab
Add sequence diagram 2021-01-13 11:12:57 +11:00
Daniel Karzel
84ce9cd27d
Merge pull request #58 from comit-network/feature-anonymity
Add potential feature section on improving anonymity
2020-12-07 11:57:17 +11:00
Daniel Karzel
150e5f2aba
Merge pull request #50 from comit-network/b-prototypes
Add B (multi-maker) prototypes to validation doc
2020-12-04 16:47:26 +11:00
Daniel Karzel
ca74166cc7 Add potential feature section on improving anonymity
Lists Dandelion++ and I2P (community guide) besides Tor.
2020-12-03 13:35:14 +11:00
Daniel Karzel
65e910e1c1
Merge pull request #46 from comit-network/update-ux-validation-add-peers-manually
Adding peers manually could enhance privacy
2020-12-01 17:16:40 +11:00
Daniel Karzel
df9768293e Add the multi-maker prototype links and table columns 2020-12-01 15:53:40 +11:00
Daniel Karzel
7a30555aa9 Clarify what manual check for tainted coins could mean 2020-12-01 15:27:29 +11:00
Daniel Karzel
5246eece9e Add link to track where and when this feature was mentioned 2020-12-01 15:27:29 +11:00
Daniel Karzel
958c80c262 Add a list of potential features proposed by the community
To help us track what is possible and should be added.
2020-12-01 15:27:29 +11:00
Daniel Karzel
406ddc6b15 Work in review comments 2020-12-01 15:27:00 +11:00
Daniel Karzel
83b6b78d17 Adding peers manually could enhance privacy
This opens up different use cases and might preserve more privacy.
Validate if it is important for users to be able to control who to add (and how).
2020-12-01 15:27:00 +11:00
Daniel Karzel
8addecc927 Collect validation questions and map them to prototypes 2020-11-24 11:23:44 +11:00
Daniel Karzel
075e17029e
Apply suggestions from code review
Co-authored-by: Philipp Hoenisch <philipp@coblox.tech>
2020-11-23 10:28:39 +11:00
Daniel Karzel
2548283c13
Apply suggestions from code review
Co-authored-by: Franck Royer <franck@coblox.tech>
2020-11-20 18:17:22 +11:00
Daniel Karzel
2de8093659 Re-word the CORS header issue and add some fixes 2020-11-19 16:50:05 +11:00
Daniel Karzel
4b6f914409 XMR<>BTC user interface prototype details
This document sums up assumptions and limitations of the current setup and protocol.
It outlines how the UI prototypes for XMR<>BTC swaps are planned and why.
2020-11-17 20:09:18 +11:00