Commit graph

16 commits

Author SHA1 Message Date
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