-
Notifications
You must be signed in to change notification settings - Fork 13
feat(ui): unified shield screen with address selection #801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7e764d0
feat(ui): unify shield screens into single ShieldScreen with address …
lklimek 7b757ce
Merge branch 'v1.0-dev' into feat/unified-shield-screen
lklimek 40e2614
feat: fetch epoch info on connection sync to populate protocol version
lklimek ded7612
fix(ui): invalidate cached tx indices when transaction list changes
lklimek b1aeb41
fix(shielded): add fee headroom to note selection (#795 item 1)
lklimek c4d3a56
fix(shielded): reduce fee headroom from 5 DASH to 0.1 DASH
lklimek a255582
fix: resolve clippy and fmt CI failures
lklimek 74e2114
refactor: address code review findings from PR #801
lklimek 5551c0f
refactor(send): replace inverted if-let guard with idiomatic !matches!
lklimek 43485fb
fix(review): address PR #801 review findings
lklimek 893f770
docs(shielded): consolidate duplicate doc comment summary lines
lklimek bf17628
refactor(shielded): extract restrict_utxos closure into a named helpe…
lklimek 8c8b077
feat(shielded): replace hardcoded fee headroom with dynamic estimation
lklimek 4d76762
refactor(wallet): thread source_address filter through UTXO selection
lklimek ab7da8a
refactor(shielded): replace fee headroom estimation with iterative no…
lklimek 1e9e4fe
fix(shielded): harden shield screen with graceful locks, theme colors…
lklimek 7d677bf
fix(ui): use theme-aware colors in shield screen for dark mode support
lklimek 9a6f832
refactor(fees): centralize shield-from-core fee estimation in fee_est…
lklimek b22f370
docs: note fee estimation centralization rule in CLAUDE.md
lklimek 063623e
fix(shielded): address review findings — fee guard, L1 fee, lock safe…
lklimek d6af76b
fix(shielded): apply fee multiplier, freeze batch inputs, preserve co…
lklimek 46a274a
fix(shielded): skip stale-nonce items in parallel batch instead of ca…
lklimek 67344ca
docs: add typed error matching rule to CLAUDE.md
lklimek fcc5ffb
fix(ui): restore vibrant progress bar fill colors
lklimek c03ccf1
fix(shielded): don't cascade-fail on any nonce mismatch in parallel b…
lklimek 66227ac
fix(shielded): handle nonce error via Protocol path, not just Broadca…
lklimek c5b9a91
fix(ui): use shared fee estimation and theme colors in send screen
lklimek d7b5dbc
fix(shielded): require block confirmation between parallel batch broa…
lklimek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.