xmr-btc-swap/src-tauri
Raphael 5dd3df569a
fix(monero-sys): don't panic on closed channel (#756)
* monero-sys: mark all wallet calls as fallible

Instead of assuming the channel will never be closed.

* monero-sys: handle closed channel from wallet thread side

Also put monero-sys logs into a tracing span per thread

* don't panic when uninstall c++ log callback fails

* monero-sys: catch panics in operations on wallet thread

At least long enough to log the error

* monero-sys: propagate c++ exceptions for all calls, except for simple getters
2025-11-25 13:08:12 +01:00
..
capabilities feat(gui): Partially available global state (#593) 2025-10-02 21:28:12 +02:00
gen feat(gui): Partially available global state (#593) 2025-10-02 21:28:12 +02:00
icons rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +02:00
src fix(monero-sys): don't panic on closed channel (#756) 2025-11-25 13:08:12 +01:00
.gitignore feat(monero-sys): Build system (#500) 2025-08-27 16:45:59 +02:00
build.rs feat(monero-sys): Build system (#500) 2025-08-27 16:45:59 +02:00
Cargo.toml Prepare release 3.3.7 (#752) 2025-11-19 14:56:37 +01:00
tauri.conf.json Prepare release 3.3.7 (#752) 2025-11-19 14:56:37 +01:00
tauri.windows.conf.json fix tauri missing libwinpthread-1.dll 2025-09-19 02:48:53 +02:00