Closed hannahhoward closed 10 months ago
Attention: 24 lines
in your changes are missing coverage. Please review.
Comparison is base (
f2e96a7
) 75.63% compared to head (ab1e2b5
) 75.79%.
TestAssignableCandidateFinder
race test failures in CI probably worth investigating!
Not documented publicly (yet) but it impacts the "providers"
query string and CLI argument, it's backward compatible and this just adds the ability to tack on protocols after the end of the provider ID string, just add a +http
, +bitswap
, +graphsync
to limit the protocol(s) that will be attempted with the provider. They are additive, so:
provider=/dns/beep.boop.com/tcp/3747/p2p/12D3KooWDXAVxjSTKbHKpNk8mFVQzHdBDvR4kybu582Xd4Zrvagg
will do what it does now, query the peer and see what it supports and go from thereprovider=/dns/beep.boop.com/tcp/3747/p2p/12D3KooWDXAVxjSTKbHKpNk8mFVQzHdBDvR4kybu582Xd4Zrvagg+bitswap
will skip the query and go straight to attempting an http retrieval to the address
Goals
Implementation
For Discussion