demo-multi-lang icon indicating copy to clipboard operation
demo-multi-lang copied to clipboard

Simple libp2p demos implemented in Go, JS and Rust

Results 9 demo-multi-lang issues
Sort by recently updated
recently updated
newest added

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.15 to 0.10.55. Release notes Sourced from openssl's releases. openssl-v0.10.55 What's Changed Fix warnings from BoringSSL on Rust 1.70 by @​alex in sfackler/rust-openssl#1948 Honor OPENSSL_NO_OCB if OpenSSL...

dependencies
rust

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.38. Commits 2c0abd4 Release v0.2.38 eb44275 Remove special casing for Redox as it is supported by unix target family a183475 Release v0.2.37 6081dff haiku: Fix...

dependencies
rust

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies
rust

Bumps [protobuf](https://github.com/stepancheg/rust-protobuf) from 2.2.0 to 2.27.1. Changelog Sourced from protobuf's changelog. [2.27.1] - 2022-02-05 Min rust version bumped back to 1.52.1 [2.27.0] - 2022-02-03 Bump min rust version to 1.55.0...

dependencies
rust

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.13 to 1.8.4. Release notes Sourced from tokio's releases. Tokio v1.8.4 1.8.4 (November 15, 2021) This release backports a bugfix for a data race when sending and...

dependencies
rust

Bumps [blake2](https://github.com/RustCrypto/hashes) from 0.8.0 to 0.8.1. Commits da2452e bump sha1 and sha2 versions 3d11a0f remove benchmarks 9edb0a5 Enable sha1 and sha2 AArch64 extensions from asm-hashes (#97) 18a2865 add test vector...

dependencies
rust

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.7 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...

dependencies
rust

Changed pubsub-interop bootstrapper from for-loop infinite loop to select infinite loop. This issue seems to be the reason for libp2p/go-libp2p-pubsub#195 being filed. The `for true {}` style infinite loop yields...