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

Specify publisher and provider addresses #23

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

gammazero
Copy link
Contributor

The publisher address is used to tell IPNI where to fetch advertisements from. It may be a public address different from the publisher listen address. So, it is necessary to explicitly specify the address.

The provider address is the provider address part of an advertisement. IPNI may require that this be a routable address and reject the advertisement if it is not. So, it is necessary to specify this address.

The publisher address is used to tell IPNI where to fetch advertisements from. It may be a public address different from the publisher listen address. So, it is necessary to explicitly specify the address.

The provider address is the provider address part of an advertisement. IPNI may require that this be a routable address and reject the advertisement if it is not. So, it is necessary to specify this address.
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 67.92453% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 52.08%. Comparing base (d0829bc) to head (9263cb1).

Files Patch % Lines
naam.go 51.61% 13 Missing and 2 partials ⚠️
options.go 90.90% 1 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   52.10%   52.08%   -0.02%     
==========================================
  Files           2        2              
  Lines         380      407      +27     
==========================================
+ Hits          198      212      +14     
- Misses        139      150      +11     
- Partials       43       45       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gammazero gammazero merged commit 73d6f8d into main Mar 2, 2024
7 checks passed
@gammazero gammazero deleted the publisher-and-provider-addrs branch March 2, 2024 06:11
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.

2 participants