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
binarybaron
86f67e8e04
fix(electrum-pool): propagate error chain to caller
2025-09-24 13:21:44 +02:00
Mohan
2c0efa217c
fix(monero-rpc-pool): TLS hanging ( #495 )
2025-08-03 13:19:47 +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
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
Mohan
bc96586acf
refactor(workspace): swap-fs, swap-serde, swap-env crates ( #459 )
...
* refactor: Remove monero-wallet crate
* refactor: swap-fs, swap-env, swap-serde subcrates, move dependencies into workspace root
* remove unrelated diff
* remove uncommented code
* remove unncessary diff
* merge
* refactor: remove env.rs, fix clippy error
2025-07-14 22:05:43 +02:00
Binarybaron
a235a537c1
bump: release version 2.3.0-beta.2
2025-06-24 11:57:02 +02:00
Mohan
ec053404f7
refactor(workspace): extract logic into electrum-pool crate ( #433 )
...
* feat(workspace): add electrum-pool crate
* use patched monero crate, remove changelog entry for refactor
* fix deps
* fix
2025-06-23 15:53:43 +02:00