Skip to content
Snippets Groups Projects
Select Git revision
  • 10c3cc1aaf6a6c35c263425ed1499fc347f1e11e
  • master default protected
  • windows-tests-skip-remove
  • fix-cmd-without-daemon
  • move-stats-reprovide-cmd
  • fix/10837-provide-according-to-strategy
  • fix/add-api-v0-log--get-level
  • feat-mainnet-autoconfig
  • sukun/chore-test-go-libp2p
  • telemetry-plugin2
  • spellcheck
  • docs-release-checklist-037
  • release
  • release-v036
  • release-v0.36.0
  • telemetry-plugin
  • reprovide-sweep
  • fix-editor-env-handling
  • fix-flush-files-rm
  • unixfs-percent-encoding-poc
  • fix-flaky-verify-test
  • v0.36.0
  • v0.36.0-rc2
  • v0.36.0-rc1
  • v0.35.0
  • v0.35.0-rc2
  • v0.35.0-rc1
  • v0.34.1
  • v0.34.0
  • v0.34.0-rc2
  • v0.34.0-rc1
  • v0.33.2
  • v0.33.1
  • v0.33.0
  • v0.33.0-rc3
  • v0.33.0-rc2
  • v0.33.0-rc1
  • v0.32.1
  • v0.32.0
  • v0.32.0-rc2
  • v0.32.0-rc1
41 results

init.go

Blame
  • user avatar
    Antonio Navarro Perez authored and GitHub committed
    * Delegated Routing.
    
    Implementation of Reframe specs (https://github.com/ipfs/specs/blob/master/REFRAME.md
    
    ) using go-delegated-routing library.
    
    * Requested changes.
    
    * Init using op string
    
    * Separate possible ContentRouters for TopicDiscovery.
    
    If we don't do this, we have a ciclic dependency creating TieredRouter.
    Now we can create first all possible content routers, and after that,
    create Routers.
    
    * Set dht default routing type
    
    * Add tests and remove uneeded code
    
    * Add documentation.
    
    * docs: Routing.Routers
    
    * Requested changes.
    
    Signed-off-by: default avatarAntonio Navarro Perez <antnavper@gmail.com>
    
    * Add some documentation on new fx functions.
    
    * Add changelog entry and integration tests
    
    * test: sharness for 'dht' in 'routing' commands
    
    Since 'routing' is currently the same as 'dht' (minus query command)
    we need to test both, that way we won't have unnoticed divergence
    in the default behavior.
    
    * test(sharness): delegated routing via reframe URL
    
    * Add more tests for delegated routing.
    
    * If any put operation fails, the tiered router will fail.
    
    * refactor: Routing.Routers: Parameters.Endpoint
    
    As agreed  in https://github.com/ipfs/kubo/pull/8997#issuecomment-1175684716
    
    
    
    * Try to improve CHANGELOG entry.
    
    * chore: update reframe spec link
    
    * Update go-delegated-routing dependency
    
    * Fix config error test
    
    * use new changelog format
    
    * Remove port conflict
    
    * go mod tidy
    
    * ProviderManyWrapper to ProviderMany
    
    * Update docs/changelogs/v0.14.md
    
    Co-authored-by: default avatarAdin Schmahmann <adin.schmahmann@gmail.com>
    
    Co-authored-by: default avatarMarcin Rataj <lidel@lidel.org>
    Co-authored-by: default avatarAdin Schmahmann <adin.schmahmann@gmail.com>
    92c4dc61
    History
    init.go 5.57 KiB