xmr-btc-swap/swap
binarybaron 4939d63524
refactor(swap, tauri_bindings): Overhaul API architecture and introduce Tauri events
- Implement trait-based request handling in api/request.rs
- Add Tauri bindings and event system in api/tauri_bindings.rs
- Refactor CLI command parsing and execution in cli/command.rs
- Update RPC methods to use new request handling approach
- Emit Tauri events in swap/src/protocol/bob/swap.rs
- Add typescript type bindings use typeshare crate
2024-08-26 15:18:11 +02:00
..
migrations feat: cargo project at root 2024-08-08 00:49:04 +02:00
proptest-regressions/bitcoin feat: cargo project at root 2024-08-08 00:49:04 +02:00
src refactor(swap, tauri_bindings): Overhaul API architecture and introduce Tauri events 2024-08-26 15:18:11 +02:00
tests refactor(swap, tauri_bindings): Overhaul API architecture and introduce Tauri events 2024-08-26 15:18:11 +02:00
build.rs feat: cargo project at root 2024-08-08 00:49:04 +02:00
Cargo.toml refactor(swap, tauri_bindings): Overhaul API architecture and introduce Tauri events 2024-08-26 15:18:11 +02:00
sqlite_dev_setup.sh feat: cargo project at root 2024-08-08 00:49:04 +02:00
sqlx-data.json feat: cargo project at root 2024-08-08 00:49:04 +02:00
tempdb feat: cargo project at root 2024-08-08 00:49:04 +02:00