fix(dashmate): api binds to all interfaces#893
Merged
Conversation
…t/dashmate-json-rpc
markin-io
pushed a commit
that referenced
this pull request
Apr 26, 2023
Co-authored-by: Ivan Shumkov <ivan@shumkov.ru>
5 tasks
markin-io
pushed a commit
that referenced
this pull request
Apr 26, 2023
Co-authored-by: Ivan Shumkov <ivan@shumkov.ru>
This was referenced Jul 14, 2026
QuantumExplorer
added a commit
that referenced
this pull request
Jul 15, 2026
rust-dashcore#893 merged; the temporary PR-head pin (828f707d) now points at the canonical merge commit. Same code content for dash-spv's sparse-filter fix. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
5 tasks
QuantumExplorer
added a commit
that referenced
this pull request
Jul 15, 2026
…rows + land the #893 crash-fix pin Follow-up to #4129 (merged before its review completed) addressing thepastaclaw's blocking finding, plus the rust-dashcore bump that was pushed to the #4129 branch after its merge and never landed: - restore_address_pool: a legacy row persisted before the typed-key column (empty key -> public_key: None) no longer strips the typed BLS key the gap-limit prederivation put at the same index — pre-typed-key stores otherwise lose in-memory operator pubkeys at load and masternode operator-ownership matching silently breaks. No-op for post-migration rows (they always carry their key). Test pins both directions. Legacy Ed25519 platform-node keys are hardened-only and their old account-level batch was dropped by the schema migration, so they cannot be recovered at load; per the pre-release convention those stores re-derive on delete+re-import. - PersistentCoreAddress.keyType doc: corrected the false "re-tags on every load" claim — load only reads the snapshot; re-tagging happens on the next persist pulse. - Bump rust-dashcore to 19690d31 (merged #893, fixes #892): the sparse-filter startup crash-loop fix, verified live on the previously crash-looping simulator state. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue being fixed or feature implemented
Bind dashmate to localhost for security reason.
What was done?
How Has This Been Tested?
Locally
Breaking Changes
No
Checklist:
For repository code-owners and collaborators only