basicswap/doc/notes.md

29 lines
929 B
Markdown
Raw Normal View History

2020-11-27 17:52:26 +00:00
## Run One Test
```
2021-01-10 18:30:07 +00:00
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx
2020-11-27 17:52:26 +00:00
```
2022-10-06 20:27:51 +00:00
## Private Offers
To send a private offer:
1. Recipient creates a new address to receive offers on.
2. Recipient sends the pubkey for the newly created address to the offerer.
3. Offerer imports the recipient's pubkey.
4. Offerer sends a new offer to the recipients key instead of the public network.
Nodes will ignore offers sent on keys other than the network key or keys created for offer-receiving.
## TODO
2022-10-06 20:27:51 +00:00
Features still required (of many):
- Cached addresses must be regenerated after use.
- Option to lookup data from public explorers / nodes.
- Ability to swap coin-types without running nodes for all coin-types
- More swap protocols
- Manual method to set wallet seeds from particl mnemonic
- prepare script tries to load seeds automatically, btc versions < 0.21 require a fully synced chain