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

deps: update kad-dht to 14.0.0 #648

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: remove hack
  • Loading branch information
achingbrain committed Oct 7, 2024
commit cfea004141edd06372bff3bcf61853c2fe7dcf6f
3 changes: 0 additions & 3 deletions packages/interop/src/fixtures/create-helia.ts
Original file line number Diff line number Diff line change
@@ -26,9 +26,6 @@ export async function createHeliaNode (libp2pOptions?: Libp2pOptions): Promise<H
selectors: {
ipns: ipnsSelector
},
// skips waiting for the initial self-query to find peers
allowQueryWithZeroPeers: true,

protocol: '/ipfs/lan/kad/1.0.0',
peerInfoMapper: removePublicAddressesMapper,
clientMode: false
Loading