Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
79e89b5
fix: update dashpay/platform to d6f4eb9 for DIP-18 HRP fix
lklimek Feb 13, 2026
e778178
refactor(spv): use dash-spv SyncProgress API directly
lklimek Feb 13, 2026
faf0b0d
fix(spv): improve sync progress accuracy and robustness
lklimek Feb 13, 2026
18e0aea
fix(spv): use height-based blocks progress to prevent bar from jumping
lklimek Feb 13, 2026
d7e9f94
fix(spv): improve progress bar resilience across resume and network s…
lklimek Feb 13, 2026
572504d
fix(spv): update ConnectionStatus immediately on connect/disconnect
lklimek Feb 13, 2026
123d6eb
fix(spv): check cancellation token in listener tasks to prevent shutd…
lklimek Feb 13, 2026
830e0a4
chore: remove log spamming line
lklimek Feb 13, 2026
3d35f62
fix(spv): make listener handler calls cancellation-aware and add shut…
lklimek Feb 13, 2026
402b3a0
fix(spv): disable Disconnect button during stopping and poll status f…
lklimek Feb 13, 2026
a8e2d1b
refactor(tasks): add mandatory task names to spawn_sync for shutdown …
lklimek Feb 13, 2026
7f2e70c
chore: log task names
lklimek Feb 13, 2026
ab6f4e2
refactor(spv): eliminate separate OS thread and tokio runtime
lklimek Feb 16, 2026
0461d3f
fix(spv): derive stop_token as child of global cancel for clean shutdown
lklimek Feb 16, 2026
a94c011
CLAUDE: minor changes about docs
lklimek Feb 16, 2026
e779e6f
fix(spv): bump rust-dashcore to d8bc066 for faster disconnect and add…
lklimek Feb 16, 2026
c214008
chore: update rust-dashcore rev
lklimek Feb 16, 2026
1be87db
merge: resolve v1.0-dev conflicts for #577 (#585)
thepastaclaw Feb 17, 2026
527fa9c
merge: resolve v1.0-dev conflicts for #577
thepastaclaw Feb 17, 2026
e50c898
Merge pull request #587 from thepastaclaw/fix/spv-577-merge-resolved
PastaPastaPasta Feb 17, 2026
cac8884
chore: bump rust-dashcore
lklimek Feb 17, 2026
97e9b1e
chore: imports
lklimek Feb 17, 2026
fb27537
Merge branch 'v1.0-dev' into fix/spv-connect-button-feedback
QuantumExplorer Feb 17, 2026
7838c86
chore: fix merge failure
lklimek Feb 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ scripts/safe-cargo.sh +nightly fmt --all

**Dash Evo Tool** is a cross-platform GUI application (Rust + egui) for interacting with Dash Evolution. It enables DPNS username registration, contest voting, state transition viewing, wallet management, and identity operations across Mainnet/Testnet/Devnet.

## Documentation

- **docs/ai-design** should contain architecture and technical design files, grouped in subdirectories prefixed with ISO-formatted date
- end-user documentation is in a separate repo: https://github.com/dashpay/docs/tree/HEAD/docs/user/network/dash-evo-tool , published at https://docs.dash.org/en/stable/docs/user/network/dash-evo-tool/

### Core Module Structure

- **app.rs** - `AppState`: owns all screens, polls task results each frame, dispatches to visible screen
Expand Down
Loading
Loading