-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
content routing example with node1.peerStore.patch won't work anymore because of updates to the peerStore class structure in "libp2p": "0.40.0" #1737
Comments
This will be fixed by the 0.45.x release - #1707 - it pulls all these changes together. |
0.45.x has been shipped - please can you update all your |
@TimDaub Were you able to double check? |
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days. |
nope sorry I won‘t check but thanks for solving |
Fair enough - please reopen if you encounter this again in future! |
await node1.peerStore.patch(node2.peerId, {
multiaddrs: node2.getMultiaddrs()
})
I'm pretty sure this won't work because only the store implements these functions now: https://github.com/libp2p/js-libp2p-peer-store/blob/master/src/store.ts
The text was updated successfully, but these errors were encountered: