fad6aca9c6
Fix doc inaccuracies across wallet-sync-spec, explorer-spec, ffi-scanner
Matt Hess
2026-02-27 01:19:38 +00:00
e55119aba5
Fix transaction display bug: sent transactions showing 0.00 values
Matt Hess
2026-02-26 23:06:58 +00:00
2fd9da6275
Add salvium_wallet_stake_dry_run FFI for pre-broadcast fee estimation
Matt Hess
2026-02-26 20:43:44 +00:00
bada091402
Add rustfmt.toml with use_small_heuristics = Max, reformat workspace, big reformat needs commit to avoid change blame
Matt Hess
2026-02-26 16:00:34 +00:00
21e2294285
lint fix
Matt Hess
2026-02-26 15:56:33 +00:00
5db3afca48
Add handle lifecycle safety, wallet_close and daemon_close now wait for active sync to finish before dropping, preventing use-after-free on wallet switch
Matt Hess
2026-02-26 15:46:25 +00:00
e177fec00e
Fix mutex deadlock in create_subaddress/create_account — read chain_tip while holding existing db lock instead of re-locking in derive_subaddress
Matt Hess
2026-02-26 12:53:22 +00:00
eac1b04912
Fix subaddress creation to use chain tip for CARROT detection, add CARROT subaddress derivation
Matt Hess
2026-02-26 12:00:29 +00:00
a662f7da2e
Fix subaddress creation to use chain tip for CARROT detection, add CARROT subaddress derivation
Matt Hess
2026-02-26 11:56:42 +00:00
dd36e9e03c
version bump to r011 or v0.1.1
Matt Hess
2026-02-26 04:20:16 +00:00
fc6213cd7d
Add subaddress FFI exports: create, list, and label
Matt Hess
2026-02-26 04:15:56 +00:00
65d596a6ea
Add sync cancellation via AtomicBool flag for FFI consumers
Matt Hess
2026-02-26 02:23:12 +00:00
0cec53f868
Populate transaction history during wallet sync, add transfer display to sync-bench
Matt Hess
2026-02-25 23:38:48 +00:00
c076209f38
Fix critical wallet balance bug, add background mining to salvium-miner
Matt Hess
2026-02-25 22:57:43 +00:00
40a600f14e
Add C++ input validation to salvium-multisig, bring to 100% compatibility
Matt Hess
2026-02-25 20:04:28 +00:00
e3af07b1eb
Add fmt + clippy CI checks to pre-commit hook
Matt Hess
2026-02-25 19:02:06 +00:00
d4723bc7e0
● Fix CI formatting, add salvium-cli to CI, pre-commit hook
Matt Hess
2026-02-25 18:59:37 +00:00
d8bc05b018
Add signed messages, binary wire format, and TCP transport to salvium-multisig
Matt Hess
2026-02-25 18:50:52 +00:00
a114998883
Update miner to use more xmrig style performance enhancements
Matt Hess
2026-02-25 17:49:24 +00:00
00d49fb6ea
Finish multisig end-to-end gaps, add stratum pool mining, rewrite miner to pure Rust API
Matt Hess
2026-02-25 16:30:36 +00:00
9550644b13
Add per-HF-era mainnet validation tests, extract shared test helpers
Matt Hess
2026-02-25 12:29:34 +00:00
61c58b5f18
Fixed release repo destination and allowed error bubble up
Matt Hess
2026-02-25 12:27:21 +00:00
9f00bb2c00
Update github runner for macos 13 -> 14
Matt Hess
2026-02-25 11:45:16 +00:00