Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add over the moon coordinator #1591

Merged
merged 3 commits into from
Nov 2, 2024
Merged

Conversation

KoalaSat
Copy link
Member

@KoalaSat KoalaSat commented Nov 1, 2024

What does this PR do?

Fixes #1586

Add over the moon coordinator

Checklist before merging

  • Install pre-commit and initialize it: pip install pre-commit, then pre-commit install. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.

@@ -142,6 +142,52 @@
"mainnetNodesPubkeys": ["02c5b5972b05fba2cd2c2d9269a47bc478f73fae0f248a85cb1e5af60a07c1919d"],
"testnetNodesPubkeys": ["032b698c8143f293d138c0926594f11d119194ddedb513f63a944d14c094d0e54a"]
},
"overthemoon": {
Copy link

Choose a reason for hiding this comment

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

"overthemoon" can be changed to "moon"

@@ -142,6 +142,52 @@
"mainnetNodesPubkeys": ["02c5b5972b05fba2cd2c2d9269a47bc478f73fae0f248a85cb1e5af60a07c1919d"],
"testnetNodesPubkeys": ["032b698c8143f293d138c0926594f11d119194ddedb513f63a944d14c094d0e54a"]
},
"overthemoon": {
"longAlias": "Over the moon",
"shortAlias": "overthemoon",
Copy link

@otmooon otmooon Nov 1, 2024

Choose a reason for hiding this comment

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

"shortAlias" can be changed to "moon" as well.

Copy link

@otmooon otmooon left a comment

Choose a reason for hiding this comment

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

Just a couple of comments shortening "overthemoon" to "moon". Everything else looks good (to me at least). Thank you so much!

@KoalaSat
Copy link
Member Author

KoalaSat commented Nov 1, 2024

Thanks for the review! These alias you see here are just used only on the tech side so it doesn't really affects or reach to the end user

@Reckless-Satoshi
Copy link
Collaborator

Hey, this coordinator won't be reachable for those using the self-hosted app.

We need to add the correct nginx configs in https://github.com/RoboSats/robosats/tree/main/nodeapp/coordinators

It's not too relevant. But I also favor moon over overthemoon . Mostly because the short alias will become part of URLs and more concise urls are always nice.

@Reckless-Satoshi Reckless-Satoshi merged commit b0e3991 into main Nov 2, 2024
4 checks passed
@Reckless-Satoshi Reckless-Satoshi deleted the add-over-the-moon-coordinator branch November 2, 2024 20:01
Reckless-Satoshi added a commit that referenced this pull request Nov 2, 2024
* Add over the moon coordinator

* Add Over the Moon to self-hosted backend

* Add over the moon avatar

---------

Co-authored-by: Reckless_Satoshi <[email protected]>
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.

[federation]: coordinator 'Over the Moon'
3 participants