Skip to content

Conversation

@tcheeric
Copy link
Owner

Why now?

Remove an unused inner class to simplify the validator implementation.
Related issue: #000

What changed?

  • drop Nip05Obj inner class from Nip05Validator

BREAKING

Review focus

  • Ensure no lingering references to the removed class.

Checklist

  • Scope ≤ 300 lines (or split/stack)
  • Title is verb + object (e.g., “Refactor auth middleware to async”)
  • Description links the issue and answers “why now?”
  • BREAKING flagged if needed
  • Tests/docs updated (if relevant)

Testing

  • rg Nip05Obj -n
  • mvn -q verify (fails: Could not find a valid Docker environment)

https://chatgpt.com/codex/tasks/task_b_68a812df6fb48331bc3f79c8a2ded338

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes an unused inner class Nip05Obj from the Nip05Validator class to simplify the codebase and eliminate dead code.

  • Removed the Nip05Obj inner class that was not being used anywhere in the validator implementation

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tcheeric tcheeric merged commit b6b81e7 into develop Aug 22, 2025
4 checks passed
@tcheeric tcheeric deleted the codex/remove-nip05obj-inner-class branch August 22, 2025 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants