-
Notifications
You must be signed in to change notification settings - Fork 156
feat(routing/http)!: delegated peer routing server and client, IPIP 417 #422
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
Merged
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
a7459fa
feat!: remove all Provide* functions
hacdias 6214119
refactor!: use new Peer schema
hacdias 59e6617
refactor!: rename Provide* to Put*, and Find* to Get*
hacdias d51de47
feat: routing/http/server supports /routing/v1/peers
hacdias 1456de7
feat: routing/http/client supports /routing/v1/peers
hacdias 02149da
docs: misc & changelog
hacdias 872eb0a
feat: contentrouter implements PeerRouting and ValueStore
hacdias afc89b9
refactor: rename Get/Put to Find/Provide
hacdias 9b8f70d
feat: revive SchemaBitswap, ProvideBitswap (marked as deprecated)
hacdias d019ab1
docs: changelog
hacdias c87c3b0
chore: address feedback
hacdias e40b7c6
refactor: rename Find/ProvideIPNS to Get/PutIPNS
hacdias 3b79348
feat: do not filter over transport-bitswap for FindProviders
hacdias bdd7f87
gateway: revert name changes
hacdias 07479ef
fix: do not produce null fields in marshalled json
hacdias ab6523c
feat: meaningful error when cannot decode peer id
hacdias 6c62606
docs: cleanup changelog
lidel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,9 @@ | ||
| go-delegated-routing | ||
| Routing V1 Server and Client | ||
| ======================= | ||
|
|
||
| > Delegated routing Client and Server over Reframe RPC | ||
|
|
||
| This package provides delegated routing implementation in Go: | ||
| - Client (for IPFS nodes like [Kubo](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingrouters-parameters)), | ||
| - Server (for public indexers such as https://cid.contact) | ||
| > Delegated Routing V1 Server and Client over HTTP API. | ||
|
|
||
| ## Documentation | ||
|
|
||
| - Go docs: https://pkg.go.dev/github.com/ipfs/boxo/routing/http/ | ||
|
|
||
| ## Lead Maintainer | ||
|
|
||
| 🦗🎶 | ||
|
|
||
| ## Contributing | ||
|
|
||
| Contributions are welcome! This repository is part of the IPFS project and therefore governed by our [contributing guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md). | ||
|
|
||
| ## License | ||
|
|
||
| [SPDX-License-Identifier: Apache-2.0 OR MIT](LICENSE.md) | ||
| - Go Documentation: https://pkg.go.dev/github.com/ipfs/boxo/routing/http | ||
| - Routing V1 Specification: https://specs.ipfs.tech/routing/http-routing-v1/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.