Remove logging completely for unregistered cnight operations#1324
Merged
chrispalaskas merged 6 commits intomainfrom Apr 16, 2026
Merged
Conversation
Signed-off-by: chrispalaskas <chris.palaskas@gmail.com>
Signed-off-by: chrispalaskas <chris.palaskas@gmail.com>
…nterprise-addresses
LGLO
approved these changes
Apr 15, 2026
Signed-off-by: chrispalaskas <chris.palaskas@gmail.com>
…ddresses' of https://github.com/midnightntwrk/midnight-node into fix/remove-logs-for-cnight-observations-of-enterprise-addresses Signed-off-by: chrispalaskas <chris.palaskas@gmail.com>
…nterprise-addresses
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.
Log Who triggers it
1 has no delegation part Non-base Cardano addresses — enterprise (addr1w…), pointer, reward. These cannot register for DUST by construction.
2 No valid dust registration Base addresses (payment + stake) whose reward address has not posted a DUST registration on Midnight. These users could register but haven't.
3 No create event for UTXO Spend of a UTXO whose create was dropped — i.e., the owner was unregistered at create time (the downstream of #2). Also fires if UtxoOwners was pruned, though that shouldn't happen in normal flow.
A middle ground for #2 and #3 would be demoting to log::trace!
which is what was done.
Overview
🗹 TODO before merging
📌 Submission Checklist
🧪 Testing Evidence
Please describe any additional testing aside from CI:
🔱 Fork Strategy
Links