Commit Graph

50 Commits

Author SHA1 Message Date
icy-ux
3fa7cbbc15 fix typo 2023-08-04 19:15:04 +00:00
Byron Hambly
5e192acac2
feat(asb): allow asb to register with mulitple rendezvous nodes 2023-08-04 15:04:58 +02:00
binarybaron
9c8fe87ca3 Change example rendezvous node to /dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3Ko...
The rendezvous node that was provided for testing purposes by the COMIT team will be shutdown.
2022-04-22 14:51:37 +02:00
leonardo
5c23abfb29 Change to rino nodes 2022-03-20 11:31:21 +01:00
jerzybrzoska
8634d81488 Add note to readme that --testnet swaps on monero stagenet 2021-09-02 13:47:29 +10:00
Daniel Karzel
5e2e0f7dc0
No default for rendezvous-point in CLI README 2021-07-09 11:22:38 +10:00
Daniel Karzel
e72922923a
Update discover-and-take script with rendezvous-point param 2021-07-09 10:20:40 +10:00
Daniel Karzel
0dc3943d9c
Update default Monero node URLs and info
xmr.to nodes are not served at the xmr.to domain but moved to melo.tools
2021-07-08 16:42:18 +10:00
Daniel Karzel
ffad47d515
Update docs with latest changes to CLI and ASB 2021-07-07 17:14:57 +10:00
Thomas Eizinger
bbc3a49f41
Make link rendering actually work 2021-07-07 17:14:56 +10:00
Daniel Karzel
91b0a0863b
Add script to list sellers and auto trigger swap
Uses best price to determine the seller to swap with.
2021-07-07 17:14:55 +10:00
binarybaron
bdfa6e1f9f
Replace xmr.to stagenet node with melo.tools node
XMR.to has abandoned their community services.
2021-07-06 19:49:50 +02:00
Daniel Karzel
4804359ee3
Update ASB readme
Remove CLi defaults because they may get outdated very fast.
Recommendation to run own node.
Link to public bitcoin nodes as well.
2021-05-24 16:00:31 +10:00
Daniel Karzel
7a787fba6a
Update the README for mainnet 2021-05-24 10:31:51 +10:00
Philipp Hoenisch
90eb9fede1
Apply suggestions from code review
Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
2021-05-04 08:47:33 +10:00
Philipp Hoenisch
01a60ff468
Add short description of how to configure Tor. 2021-05-02 11:31:14 +10:00
TDevD
621332120e use '--seller-peer-id' 2021-04-21 10:23:18 +02:00
Daniel Karzel
80fb9b7393
dnsaddr instead of dns4 2021-04-19 22:48:08 +10:00
Daniel Karzel
14baba0529
Update ASB docs
- remove outdated known limitations
- link to latest release
- mention of resuming swap upon restart and Bitcoin commands
2021-04-07 11:58:28 +10:00
Daniel Karzel
1cac82d212 Document the setup of the ASB
- How to run the ASB
- ASB component interaction
- ASB wallet management
2021-03-29 11:04:56 +11:00
Daniel Karzel
363ce1cdf6 ASB CLI component diagrams
- Component diagram showcasing both ASB and CLI using public blockchain nodes
- Component diagram showcasing ASB using self hosted blockchain nodes and CLI public
2021-03-29 10:35:53 +11:00
Daniel Karzel
d2cf45d8b9 ASB CLI service provider overview diagram 2021-03-25 16:26:09 +11:00
Thomas Eizinger
d6789508da
Remove outdated docs 2021-03-05 15:56:08 +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