You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reframe.Provide can be used to delegate the publishing of provider records.
Why Important
Enables nodes that aren't publishing to the DHT (e.g., some pinning services, PL-run IPFS clusters) to make their data discoverable with indexers by doing some Kubo configuration and installing some extra software that will bridge from Reframe to the Indexers. This enables more context to be indexed, and it enables other teams (e.g., PL EngRes Bedrock) to be decoupled from Kubo development and release cycles.
New multi-router configuration system based on https://hackmd.io/G1KRDEX5T3qyfoBMkIrBew#Methods
- Added a new routing type: "custom"
- Added specific struct types for different Routers (instead of map[string]interface{})
- Added `Duration` config type, to make easier time string parsing
- Added config documentation.
- Use the latest go-delegated-routing library version with GET support.
- Added changelog notes for this feature.
It:
- closes#9157
- closes#9079
- closes#9186
Done Criteria
Reframe.Provide can be used to delegate the publishing of provider records.
Why Important
Enables nodes that aren't publishing to the DHT (e.g., some pinning services, PL-run IPFS clusters) to make their data discoverable with indexers by doing some Kubo configuration and installing some extra software that will bridge from Reframe to the Indexers. This enables more context to be indexed, and it enables other teams (e.g., PL EngRes Bedrock) to be decoupled from Kubo development and release cycles.
Notes
The text was updated successfully, but these errors were encountered: