Skip to content

Conversation

1440000bytes
Copy link
Contributor

No description provided.

@QcMrHyde
Copy link

@tcheeric Can we have an ETA for this PR?

@1440000bytes
Copy link
Contributor Author

Cc: @tcheeric

@tcheeric
Copy link
Owner

Just seen this, will review. Thanks.

@tcheeric tcheeric requested a review from Copilot July 29, 2025 17:25
Copy link
Contributor

@Copilot 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 adds support for a new Nostr event kind 2022 representing coinjoin pools. This addition enables the application to handle coinjoin-related events according to the Nostr protocol specification.

  • Adds COINJOIN_POOL enum constant with kind number 2022

@@ -17,6 +17,7 @@ public enum Kind {
SET_METADATA(0, "set_metadata"),
TEXT_NOTE(1, "text_note"),
RECOMMEND_SERVER(2, "recommend_server"),
COINJOIN_POOL(2022, "coinjoin_pool"),
Copy link
Preview

Copilot AI Jul 29, 2025

Choose a reason for hiding this comment

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

The COINJOIN_POOL enum constant is inserted out of numerical order. Consider placing it after the existing entries to maintain ascending order by kind number, which would improve code readability and maintainability.

Suggested change
COINJOIN_POOL(2022, "coinjoin_pool"),

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants