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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
dashpay
/
rust-dashcore
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
15
Code
Issues
50
Pull requests
35
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
chore: remove chain state unused fields
- #339
#339
Closed
ZocoLini
wants to merge 9 commits into
v0.42-dev
dashpay/rust-dashcore:v0.42-dev
from
chore/remove-chain-state-unused-fields
dashpay/rust-dashcore:chore/remove-chain-state-unused-fields
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Closed
chore: remove chain state unused fields
#339
ZocoLini
wants to merge 9 commits into
v0.42-dev
dashpay/rust-dashcore:v0.42-dev
from
chore/remove-chain-state-unused-fields
dashpay/rust-dashcore:chore/remove-chain-state-unused-fields
Copy head branch name to clipboard
Commits
Commits on Jan 19, 2026
dropped unuseed code
ZocoLini
committed
d1f62d8
View commit details
Copy full SHA for d1f62d8
Browse repository at this point
removed current_filter_tip. never updated or queried
ZocoLini
committed
fc91123
View commit details
Copy full SHA for fc91123
Browse repository at this point
removed masternode_engine. it was being updated but not queried
ZocoLini
committed
74a52a8
View commit details
Copy full SHA for 74a52a8
Browse repository at this point
removed last_masternode_diff_height and SyncProgress is created using the storage MasternodeState stored
ZocoLini
committed
945503e
View commit details
Copy full SHA for 945503e
Browse repository at this point
removed new_for_network ChainState constructor
ZocoLini
committed
0fdaeee
View commit details
Copy full SHA for 0fdaeee
Browse repository at this point
removed network param from initi_from_checkpoint
ZocoLini
committed
460a2d4
View commit details
Copy full SHA for 460a2d4
Browse repository at this point
removed unused ChainState methods
ZocoLini
committed
108fe00
View commit details
Copy full SHA for 108fe00
Browse repository at this point
removed last_chainlock_hash field, only updated and persisted
ZocoLini
committed
6726a06
View commit details
Copy full SHA for 6726a06
Browse repository at this point
removed not existing field ChainState.last_chainlock_height from storage logic
ZocoLini
committed
8127425
View commit details
Copy full SHA for 8127425
Browse repository at this point
You can’t perform that action at this time.