Commit graph

25 commits

Author SHA1 Message Date
Mohan
114696430e
docs: clarify orchestrator restart instructions (#581) 2025-09-25 02:20:09 +02:00
Mohan
2ec6323c45
feat(asb): Disabled-by-default developer tip (#566)
* wip

* filter out destinations with zero amount

* add changelog entry

* do not use subtract_fee_from_outputs for multi lock tx

* make developer tip address configurable

* create developer_tip_monero_wallet in integration test

* add happy_path_alice_developer_tip integration test

* run happy_path_alice_developer_tip integration test in ci

* make stub tests

* document `developer_tip` and add log at startup

* take tip consideration when crafting quote

* remove double g++

* fix bash

* full stack trace in logs

* add DEFAULT_DEVELOPER_TIP_ADDRESS_STAGENET

* fix issue where --testnet could not be detected

* triple bitcoin testnet timelocks

* assert hardcoded developer tip address is on the correct network

* fix: interpret developer_tip = 0 as no tip in log at startup

* change developer_tip type to non-option, clamp tips below 100_00 piconero to 0

* create dedidcated TipConfig struct to replace (Decimal, monero::Address)

* small refactorings

* move tip config init out of of function call params

* refactoring

* unit tests wrong arguments passed in

* document `developer_tip` allows configuring your maker to donate a small part of swaps to funding further development of the project. This is disabled by default. You can manually enable it if you choose to do so. Set it to a number between 0 and 1. Setting it to 0.02 will donate 2% of each swap to the donation address of the project. The tip is sent by adding an additional output the Monero lock transaction of a swap. This means this will not impact document `maker.developer_tip` in docs/pages/becoming_a_maker/overview.mdx

* do not panic if cxx_addrs / cxx_amounts is null

* formatting, full error stack trace in swap/src/asb/event_loop.rs when we cannot construct a quote

* increase MIN_USEFUL_TIP_AMOUNT_PICONERO to 30m piconero (usd), correct params in unit tests

* prompt for developer_tip in orchestrator and asb wizard

* just fmt

* fmt

* address comments

* fmt

* spelling mistakes

---------

Co-authored-by: binarybaron <binarybaron@mail.mail>
2025-09-24 13:07:24 +02:00
Binarybaron
5e8034312b feat(docs, cli, asb, gui): Add aswap.click and getxmr.st rendezvous points 2025-08-12 11:31:51 +02:00
Mohan
9fa2363466
chore(rendezvous): add observer rendezvous point (#503)
* chore(rendezvous): list all default rendezvous points

* remove old discover_and_take.sh
2025-08-08 10:29:35 +02:00
Binarybaron
2039212f0c feat(gui): Add swapanarchy.cfd, darkness.su and eigen.center rendezvous points 2025-08-03 20:48:08 +02:00
Mohan
d7031fdcfb
chore: Upgrade bdk to 2.0.0 (#494)
* chore: Upgrade bdk to 2.0.0

* bump

* fix some clippy stuff
2025-08-03 01:55:40 +02:00
Mohan
e86b38cae2
docs: add community ran rendezvous point 2025-08-02 00:43:08 +02:00
Mohan
e3e1ff5f17
rebranding: eigenwallet (#461)
* rebranding: Change github/UnstoppableSwap to github/eigenwallet

* rebranding: change Unstoppable -> eigenwallet in a bunch of places

* rebranding: change tauri icon
2025-07-17 16:31:29 +02:00
Binarybaron
c970dcdd4e rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
Mohan
38f2ddec77
Update README.md 2025-06-25 09:28:52 +02:00
b-enedict
430a22fbf6
refactor(gui): Update MUI to v7 (#383)
* task(gui): update to mui v5

* task(gui): use sx prop instead of system props

* task(gui): update to mui v6 and replace makeStyles with sx prop

* task(gui): update to mui v7

* task(gui): update react

* fix(gui): fix import

* task(gui): adjust theme and few components to fix migration introduced styling errors

* fix(gui): animation issues with text field animations

* fix(gui): remove 'darker' theme and make 'dark' theme the default

- with the new update 'dark' theme is already quite dark and therefore a 'darker' theme not necessary
- the default theme is set to 'dark' now in settings initialization

* feat(tooling): Upgrade dprint to 0.50.0, eslint config, prettier, justfile commands

- Upgrade dprint to 0.50.0
- Use sane default eslint config (fairly permissive)
- `dprint fmt` now runs prettier for the `src-gui` folder
- Added `check_gui_eslint`, `check_gui_tsc` and `check_gui` commands

* refactor: fix a few eslint errors

* dprint fmt

* fix tsc complains

* nitpick: small spacing issue

---------

Co-authored-by: Binarybaron <binarybaron@protonmail.com>
Co-authored-by: Mohan <86064887+binarybaron@users.noreply.github.com>
2025-06-06 22:31:33 +02:00
Raphael
3b3bea8531
feat(asb): Take ongoing swaps into consideration when crafting quote (#245)
* Subtract monero that is reversed for ongoing swaps from the quote volume

* Also reserve monero tx fee

* dprint fmt

* Add todo for better XMR management

* fix dprint lint

* Warn instead of fail, default to 0 quote when reserved funds exceed monero balance

* Add more information to warning

* Add changelog entry

* feat(monero-sys): Initial commit. Regtest integration test. Wrapper around basic Wallet functions, depends on monero#9464

* merge master, extract logic into unreserved_monero_balance

* fmt

* remove shit

* revert

* refactor

* make clippy happy, add comments

* Split code into smaller portions, add unit tests

* refactor, add unit tests

* fmt

* reorder functions

* fix compile error, max timeout of 10s for mutex lock

---------

Co-authored-by: Binarybaron <binarybaron@protonmail.com>
2025-06-05 00:15:42 +02:00
Mohan
7ef8b1c643
Update docs for external bitcoin address (#341)
* docs: document external address option

* amend: dprint fmt
2025-05-21 09:44:08 +02:00
Mohan
23abb13315
feat(docs): Add darkness.su rendezvous point to docs 2025-05-15 17:09:49 +02:00
Mohan
80ef31c3e9
docs: Add backup rendezvous server to maker documentation (#277) 2025-03-17 15:16:59 +01:00
binarybaron
29da23ea60
fix(asb): Would silently fail if Monero refund transaction publish failed (#254) 2025-01-21 14:01:57 +01:00
hp
3affb18925 docs: added note about increasing gap limit 2025-01-09 15:56:17 +03:00
binarybaron
c9431d80f7
docs: Refer to asb-docker-compoe 2025-01-02 20:40:39 +01:00
binarybaron
8105602697
fix(docs): Links to inline PlantUML diagrams 2024-12-04 18:42:20 +01:00
binarybaron
7b42585cae
Update README.md 2024-12-01 20:26:16 +01:00
binarybaron
317c0651e7
docs: Refer to matrix chat in asb docs 2024-12-01 20:24:22 +01:00
Einliterflasche
d9d12fabec
Merge pull request #214 from UnstoppableSwap/docs/fix-links
fix(docs): update links that pointed to docs/ to dev-docs/
2024-11-29 16:17:43 +01:00
einliterflasche
a67814868c update more links from docs/ to dev-docs/ 2024-11-29 16:11:40 +01:00
binarybaron
dc8553212a
docs: Add reference to pages for electrum and monero nodes (#145) 2024-11-09 16:08:17 +01:00
Einliterflasche
bfc82c0534
refactor(docs): move source for doc pages here (#119)
* docs: move dev docs to dev-docs folder

* docs: move source for doc pages here

* docs: improve docs
2024-10-25 03:55:18 +02:00
Renamed from docs/asb/README.md (Browse further)