Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dashpay
/
rust-dashcore
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
15
Code
Issues
55
Pull requests
30
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(key-wallet): out-of-order UTXO spend causes history divergence (#649)
- #851
#851
Closed
lklimek
wants to merge 30 commits into
dev
dashpay/rust-dashcore:dev
from
fix/key-wallet-out-of-order-utxo-spend-649
dashpay/rust-dashcore:fix/key-wallet-out-of-order-utxo-spend-649
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Closed
fix(key-wallet): out-of-order UTXO spend causes history divergence (#649)
#851
lklimek
wants to merge 30 commits into
dev
dashpay/rust-dashcore:dev
from
fix/key-wallet-out-of-order-utxo-spend-649
dashpay/rust-dashcore:fix/key-wallet-out-of-order-utxo-spend-649
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
test(key-wallet-manager): deterministic repro of the out-of-order spend-before-funding defect
Show description for d718ad8
lklimek
and
claude
committed
d718ad8
View commit details
Copy full SHA for d718ad8
Browse repository at this point
fix(key-wallet): root-cause fix for out-of-order spend-before-funding UTXO leak (#649)
Show description for adaf9a3
lklimek
and
claude
committed
adaf9a3
View commit details
Copy full SHA for adaf9a3
Browse repository at this point
test(key-wallet-manager): adversarial single-block scaling check for #649 guard
Show description for e4406b0
lklimek
and
claude
committed
e4406b0
View commit details
Copy full SHA for e4406b0
Browse repository at this point
style(key-wallet-manager): fmt fix for adversarial stress test
Show description for 0a2c6f9
lklimek
and
claude
committed
0a2c6f9
View commit details
Copy full SHA for 0a2c6f9
Browse repository at this point
fix(key-wallet): keep transaction_history in step with balance after #649 guard removals; polish
Show description for 7ef88d3
lklimek
and
claude
committed
7ef88d3
View commit details
Copy full SHA for 7ef88d3
Browse repository at this point
fix(key-wallet): make #649 guard removal idempotent across reprocessing (QA-001/QA-002)
Show description for 0185922
lklimek
and
claude
committed
0185922
View commit details
Copy full SHA for 0185922
Browse repository at this point
test(key-wallet): round-3 adversarial QA for #649 reprocessing fix
Show description for 1ac46f1
lklimek
and
claude
committed
1ac46f1
View commit details
Copy full SHA for 1ac46f1
Browse repository at this point
test(key-wallet): pin non-invariant — history_net != balance for pruned records (#649 B1)
Show description for 20600fe
lklimek
and
claude
committed
20600fe
View commit details
Copy full SHA for 20600fe
Browse repository at this point
refactor(key-wallet): thread observed-spent view into record/update_utxos (#649 B2)
Show description for e2703df
lklimek
and
claude
committed
e2703df
View commit details
Copy full SHA for e2703df
Browse repository at this point
fix(key-wallet): check-before-insert against observed_spent (#649 B3)
Show description for 71d17b8
lklimek
and
claude
committed
71d17b8
View commit details
Copy full SHA for 71d17b8
Browse repository at this point
fix(key-wallet): declarative funding-first recompute in guard removal (#649 B4)
Show description for 62bbf35
lklimek
and
claude
committed
62bbf35
View commit details
Copy full SHA for 62bbf35
Browse repository at this point
test(key-wallet): fix over-asserting gap-4 test — scope β to live records (#649 B5)
Show description for 4db4c01
lklimek
and
claude
committed
4db4c01
View commit details
Copy full SHA for 4db4c01
Browse repository at this point
docs(key-wallet): fix stale self-review comment on record_transaction (#649 B6)
Show description for f4dbf1c
lklimek
and
claude
committed
f4dbf1c
View commit details
Copy full SHA for f4dbf1c
Browse repository at this point
fix(key-wallet): anchor net_amount to account_match, not a re-derived sum (RUST-001/SEC-02)
Show description for c2184f3
lklimek
and
claude
committed
c2184f3
View commit details
Copy full SHA for c2184f3
Browse repository at this point
test(key-wallet): Marvin adversarial QA for #649 restructure — gap #5 + idempotency
Show description for 8bde8eb
lklimek
committed
8bde8eb
View commit details
Copy full SHA for 8bde8eb
Browse repository at this point
docs(key-wallet): trim over-budget comments, drop history/contrast framing (DOC-001..006)
Show description for c272fa6
lklimek
and
claude
committed
c272fa6
View commit details
Copy full SHA for c272fa6
Browse repository at this point
fix(key-wallet): clear script_pubkey_index alongside address_index in prune_unused
Show description for 6217f1f
lklimek
and
claude
committed
6217f1f
View commit details
Copy full SHA for 6217f1f
Browse repository at this point
revert(key-wallet): drop account_match-anchoring refactor for RUST-001 — investigated, no live defect
Show description for 58d0662
lklimek
and
claude
committed
58d0662
View commit details
Copy full SHA for 58d0662
Browse repository at this point
test(key-wallet): Marvin follow-up on Smythe's SEC-02 — net_amount source-of-truth shift
Show description for 52d978d
lklimek
committed
52d978d
View commit details
Copy full SHA for 52d978d
Browse repository at this point
test(key-wallet): construct Adams's RUST-001 scenarios 1 and 2, both unreachable
Show description for 5558434
lklimek
committed
5558434
View commit details
Copy full SHA for 5558434
Browse repository at this point
fix(key-wallet): adapt ported SEC-02 desync test to construct via direct field removal
Show description for d48e078
lklimek
and
claude
committed
d48e078
View commit details
Copy full SHA for d48e078
Browse repository at this point
Commits on Jul 8, 2026
fix(key-wallet): reword doc comment to satisfy typos pre-commit hook
Show description for 48a07d3
lklimek
and
claude
committed
48a07d3
View commit details
Copy full SHA for 48a07d3
Browse repository at this point
refactor(key-wallet): address PR #851 review findings for #649 fix
Show description for 45c518f
lklimek
and
claude
committed
45c518f
View commit details
Copy full SHA for 45c518f
Browse repository at this point
feat(key-wallet): bound observed_spent_outpoints via finality-boundary pruning
Show description for 5d7737b
lklimek
and
claude
committed
5d7737b
View commit details
Copy full SHA for 5d7737b
Browse repository at this point
test(key-wallet): pin QA-002 — late-added account resurrects pruned #649 coin
Show description for 8d103eb
lklimek
and
claude
committed
8d103eb
View commit details
Copy full SHA for 8d103eb
Browse repository at this point
fix(key-wallet): rewind sync checkpoint on account add to close QA-001
Show description for 98bc636
lklimek
and
claude
committed
98bc636
View commit details
Copy full SHA for 98bc636
Browse repository at this point
test: Marvin round-2 adversarial checks on QA-001 rewind/contiguity fix
Show description for 5a61739
lklimek
and
claude
committed
5a61739
View commit details
Copy full SHA for 5a61739
Browse repository at this point
Commits on Jul 9, 2026
Merge branch 'dev' into fix/key-wallet-out-of-order-utxo-spend-649
lklimek
authored
b3fb824
View commit details
Copy full SHA for b3fb824
Browse repository at this point
Commits on Jul 13, 2026
Merge branch 'dev' into fix/key-wallet-out-of-order-utxo-spend-649
lklimek
authored
be6e776
View commit details
Copy full SHA for be6e776
Browse repository at this point
Commits on Jul 15, 2026
Merge branch 'dev' into fix/key-wallet-out-of-order-utxo-spend-649
lklimek
authored
73dcf3d
View commit details
Copy full SHA for 73dcf3d
Browse repository at this point
You can’t perform that action at this time.