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

feat: add nodeinfo support #347

Merged
merged 1 commit into from
Jan 8, 2024
Merged

feat: add nodeinfo support #347

merged 1 commit into from
Jan 8, 2024

Conversation

alexgleason
Copy link
Contributor

Description

Adds support for nodeinfo a standard of decentralized social networks. It will allow nostream relays to be indexed on sites like FediDB by adhering to a common format of decentralized networks of the past. It's similar in concept to nip11 but for more general use across different protocols.

Related Issue

I didn't open an issue first, my mistake.

Motivation and Context

It will open doors to greater interoperability between decentralized protocols.

How Has This Been Tested?

I ran it in the local Docker environment and it works.

Types of changes

  • Non-functional change (docs, style, minor refactor)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my code changes.
  • All new and existing tests passed.

@cameri cameri added the enhancement New feature or request label Jan 8, 2024
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 7266575859

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 50.54%

Totals Coverage Status
Change from base Build 6132344305: 0.05%
Covered Lines: 1192
Relevant Lines: 2305

💛 - Coveralls

@cameri cameri merged commit d9e4020 into cameri:main Jan 8, 2024
7 of 10 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 12, 2024
# [1.26.0](v1.25.2...v1.26.0) (2024-01-12)

### Bug Fixes

* `invoice.verifyURL` undefined from lnurl processor getInvoice ([#325](#325)) ([33c2fd5](33c2fd5))
* deleting parameterized replaceable event before event ([#354](#354)) ([030bbb3](030bbb3))
* strange behavior with nip 33 parameterized replacable events and nip 40 expiration tag ([#316](#316)) ([d1d4cb9](d1d4cb9))
* typos ([#334](#334)) ([3b5b1fc](3b5b1fc))

### Features

* add nodeinfo support ([#347](#347)) ([d9e4020](d9e4020))
* **event_tags:** Add event_tags table and migration script ([#349](#349)) ([9bf0262](9bf0262))
Copy link

🎉 This PR is included in version 1.26.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants