Commit Graph

2 Commits

Author SHA1 Message Date
Matt Hess a662f7da2e Fix subaddress creation to use chain tip for CARROT detection, add CARROT subaddress derivation 2026-02-26 11:56:42 +00:00
Matt Hess 65d596a6ea Add sync cancellation via AtomicBool flag for FFI consumers
Allows Android/FFI callers to interrupt an in-progress wallet sync
  cleanly between batches. Adds salvium_wallet_stop_sync FFI export,
  WalletError::Cancelled, SyncEvent::Cancelled, and WalletHandle
  wrapper that pairs each wallet with its cancellation flag.
2026-02-26 02:23:12 +00:00