Skip to content

Conversation

boymaas
Copy link

@boymaas boymaas commented May 4, 2023

An update to use libp2p 0.51.3, as it is necessary for our recently upgraded project which is based on the latest version. To avoid breaking issues, I have updated the version to 0.26.0, as this may cause compatibility problems for projects depending on/using libp2p 0.50.0.

Copy link

@mxinden mxinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the work! No high-level concerns from the libp2p side.

Comment on lines 19 to 25
pub struct BitswapProtocol;

impl ProtocolName for BitswapProtocol {
fn protocol_name(&self) -> &[u8] {
b"/ipfs-embed/bitswap/1.0.0"
}
fn protocol_name(&self) -> &[u8] {
b"/ipfs-embed/bitswap/1.0.0"
}
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the upcoming release, namely v0.52.0 you can use StreamProtocol here. See libp2p/rust-libp2p#3746.

Copy link
Contributor

@rkuhn rkuhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I appreciate the upgrade, please refrain from gratuitous whitespace changes — this codebase uses four-space-indentation.

multihash = { version = "0.17.0", default-features = false, features = ["blake3", "sha2"] }
libipld = { version = "0.16.0", default-features = false, features = ["dag-cbor"] }
libp2p = { version = "0.51.3", features = ["tcp", "noise", "yamux", "rsa", "async-std"] }
multihash = { version = "0.18", default-features = false, features = ["blake3", "sha2"] }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that rust-libp2p still uses multihash v0.17.0. See comment here https://github.com/ipfs-rust/libp2p-bitswap/pull/43/files#r1200305495.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants