Add sr25519 support#3
Draft
sdbondi wants to merge 25 commits into
Draft
Conversation
* upstream/master: (68 commits) deps: bump snow from 0.9.4 to 0.9.5 feat(swarm): allow behaviours to share addresses of peers chore(webrtc): release version 0.7.1-alpha chore: update config.yml for new issues deps: bump env_logger from 0.10.1 to 0.10.2 deps: bump web-sys from 0.3.66 to 0.3.67 deps: bump regex from 1.10.2 to 1.10.3 deps: bump proc-macro2 from 1.0.76 to 1.0.78 fix(upnp): ignore oneshot sender error when receiver is dropped deps: bump tj-actions/glob from 18 to 19 deps: bump h2 from 0.3.20 to 0.3.24 ci: update `cargo semver-checks` to `v0.27` deps: bump Swatinem/rust-cache from 2.7.2 to 2.7.3 chore: fix clippy lints feat: introduce `libp2p-stream` deps: bump igd-next from 0.14.2 to 0.14.3 deps: bump getrandom from 0.2.11 to 0.2.12 deps: bump clap from 4.4.13 to 4.4.16 deps: bump smallvec from 1.11.2 to 1.12.0 deps: bump wasm-bindgen from 0.2.89 to 0.2.90 ...
* master: (142 commits) chore(swarm-derive): lower unreleased version to 0.32.2 fix(relay): use `web_time` `Instant` and `SystemTime` versions for wasm support. deps: bump data-encoding from 2.5.0 to 2.6.0 deps: bump parking_lot from 0.12.1 to 0.12.2 deps: promote `futures` to workspace dependency docs: enhance code documentation chore: fix typo in ipfs-kad example README.md deps: bump serde from 1.0.197 to 1.0.198 docs: fix typos in some comments fix: update Cargo.lock deps: bump reqwest from 0.12.3 to 0.12.4 deps: bump rmp-serde from 1.1.2 to 1.2.0 deps: bump syn from 2.0.59 to 2.0.60 deps: bump proc-macro2 from 1.0.80 to 1.0.81 deps: bump serde_json from 1.0.115 to 1.0.116 deps: bump thiserror from 1.0.58 to 1.0.59 deps: bump anyhow from 1.0.81 to 1.0.82 chore: fix typos in doc comments feat(kad): derive Copy for kbucket::key::Key deps: bump either from 1.9.0 to 1.11.0 ...
3 tasks
github-merge-queue Bot
pushed a commit
to tari-project/tari-ootle
that referenced
this pull request
May 6, 2024
Description --- Update to use latest commit in our libp2p fork Motivation and Context --- Updates to use latest libp2p including yamux upgrade libp2p/rust-yamux@460baf2 tari-project/rust-libp2p#3 How Has This Been Tested? --- Manually and existing tests What process can a PR reviewer use to test or verify this change? --- Should work as before Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
* tag 'v0.54.1': (135 commits) chore(libp2p): release 0.54.1 chore(metrics): release 0.15.0 feat(kad): New provider record update strategy chore: Fix identity changelog link Create funding.json (libp2p#5553) chore: fix some comments fix(quic): release libp2p-quic 0.11.1 chore(swarm): add PR number to 0.45.1 release fix(swarm): release libp2p-swarm-derive 0.35.0 chore: prepare libp2p 0.54 release feat(websocket,websocket-websys): Add support for `/tls/ws` chore(metrics): Add `/tls/ws` in protocol stack tests feat(autonat): Implement AutoNATv2 chore: add Gui as a maintainer feat(kad): configurable bucket size feat(websocket): Allow wss connections on IP addresses docs: As implied by libp2p#5517 make sure everything still builds on docs.rs chore: remove RUSTFLAG from docs workflow deps: bump EmbarkStudios/cargo-deny-action from 1 to 2 refactor(*): Transport redesign ...
4ed2650 to
2d5af69
Compare
* master: (36 commits) chore: refactor ping tests (libp2p#5655) feat: refactor distributed-key-value-store example (libp2p#5652) chore(ci): address clippy beta lints (libp2p#5649) feat(gossipsub): apply `max_transmit_size` to the published message (libp2p#5642) feat(kad): add `Behavior::find_closest_local_peers()` (libp2p#5645) fix(swarm-test): set proper version (libp2p#5648) deps(ci): update cargo-semver-checks (libp2p#5647) chore: fix typo in comment (libp2p#5643) feat: make runtime features optional in swarm-test (libp2p#5551) deps: bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (libp2p#5633) chore: update igd-next to 0.15.1 (libp2p#5625) fix(server): removing dependency on libp2p-lookup (libp2p#5610) refactor(examples): use tokio instead of async-std in relay-server (libp2p#5600) deps: update metrics example dependencies (libp2p#5617) chore: update interop test run condition (libp2p#5611) chore(autonat-v2): fix dial_back_to_non_libp2p test (libp2p#5621) fix(swarm): don't report `NewExternalAddrCandidate` if already confirmed (libp2p#5582) chore(ci): address beta clippy lints (libp2p#5606) fix(ci): address cargo-deny advisories (libp2p#5596) chore(ci): only run interop tests on commits to master (libp2p#5604) ...
* master: (61 commits) feat(request-response): allow custom sizes for `json` and `cbor` codec fix(gossipsub): make sure we have fanout peers when publish feat: broadcasting `idontwant` for published messages chore(kad): remove default constructor for ProtocolConfig chore(allow-block-list): revert version bump chore(ci): add Zlib to deny.toml chore(identify): revert version bump chore(server): revert version bump chore(autonat): revert version bump chore(kad): revert version bump feat(gossipsub): Allow setting a size threshold for IDONTWANT messages chore(deps): update Cargo.lock feat(gossipsub): implement gossipsub 1.2 beta chore: introduce `libp2p-test-utils` deps(quic): update quinn to 0.11.6 chore(mdns): revert version bump chore(deps): remove unused deps fix: multiple typos of different importance feat(mdns): emit `ToSwarm::NewExternalAddrOfPeer` on discovery chore: add SQD Network to notable users list ...
a5ec42a to
8f1ceee
Compare
* master: (86 commits) deps: update webrtc to 0.12.0 fix(gossip): correct clippy warning chore(deps): bump prometheus-client chore: replace deprecated clap attributes chore(deps): bump webpki chore(ci): allow triggering manually chore(examples): fix ipfs-kad example usage chore(ci): cargo deny, ignore RUSTSEC-2024-0436 chore(peer-store): use workspace edition chore: update igd-next to 0.16.1 chore: remove unreachable_patterns lint according to note feat(rz): emit `NewExternalAddrOfPeer` when discovering peers deps: bump Swatinem/rust-cache from 2.7.7 to 2.7.8 fix(misc): deprecated #[clap] attributes with #[arg] and #[command] chore(deps): bump github.com/quic-go/quic-go chore(deps): bump golang.org/x/net chore(ci): update golang version for wasm tests fix: deprecated #[clap] attributes with #[arg] and #[command] fix(gossipsub): race condition for messages already on the network docs(request-response): update docs about peer address management ...
b92c8b4 to
d322272
Compare
* master: (44 commits) chore(websocket): migrate test from async-std to tokio chore(request-response): migrate tests from async-std to tokio feat: remove async_std support in QUIC crate chore(libp2p-mplex): use tokio instead of async_std chore(deps): bump github.com/quic-go/quic-go from 0.50.0 to 0.50.1 in /wasm-tests/webtransport-tests/echo-server chore: deprecate async-io support in mDNS crate chore(swarm): use tokio instead of async_std feat(swarm): add Option<PeerId> to IncomingConnectionError chore: swarm executor should match runtime in tests chore(libp2p-uds): use tokio instead of async_std in tests chore(libp2p-websocket): use tokio instead of async-std chore(rw-stream-sink): use tokio instead of async-std in tests chore(ci): update cargo semver-checks feat(gossipsub): feature gate metrics related code chore: address clippy beta lints feat(swarm): remove deprecated `with_bandwidth_logging` feat(gossipsub): send IDONTWANT before publishing a new message feat(kad): configurable outbound_substreams timeout fix(dns): Report all transport errors in a dial attempt fix(rendezvous): log instead of panic when sending response to client ...
366042e to
debc012
Compare
* master: (77 commits) feat(tcp): expose socket2 `set_linger` fix: use standard peer-record domain and payload type feat(gossipsub): log when sending and receiving gossipsub messages chore(gossipsub): improve test structure chore(ci): fix cargo deny to address RUSTSEC-2025-0134 fix(gossipsub): avoid direct casting from u128 to u64 fix(identity): make quick-protobuf dep optional refactor(gossipsub): in-place negative-score peer removal deps: bump Swatinem/rust-cache from 2.8.1 to 2.8.2 refactor(gossipsub): do early return in for an empty input fix(webtransport-websys): Allow `poll_flush` after `poll_close` chore(uds): Renamed UDS Confing to follow re-export convention chore: updated rustwasm links to new org home chore: fix clippy lints chore(ci): fix intra doc links job chore: prepare libp2p-upnp v0.6.0 (libp2p#6188) fix(gossisub): prevent mesh exceeding mesh_n_high chore(README.md): Add Links to mentioned tech chore(deps): bump quic-go/quic-go from 0.50.1 to 0.54.1 in /wasm-tests chore(dpes): bump `prometheus-client` ...
3601ee3 to
95b732e
Compare
95b732e to
6929685
Compare
* master: (76 commits) chore: promote bytes crate to workspace dependency chore(gossipsub): Send full messages if local doesn't support partial deps: bump multihash from 0.19.4 to 0.19.5 deps: bump clap from 4.6.0 to 4.6.1 deps: bump libc from 0.2.184 to 0.2.186 deps: bump tokio from 1.50.0 to 1.52.1 deps: bump multihash from 0.19.3 to 0.19.4 chore(ci): update stale CI action deps: bump openssl from 0.10.72 to 0.10.78 fix(gossipsub): Do not handle IHAVE for peers supporting partials fix: gossipsub-batch-subscription chore(gossipsub): manually impl Debug for PartialMessage fix(gossipsub): Don't forward full messages to peers requesting partials feat(relay): allow enabling and disabling of relay HOP advertisement feat: make wasm features implicit deps: bump clap from 4.5.60 to 4.6.0 deps: bump prometheus-client from 0.24.0 to 0.24.1 deps: bump libc from 0.2.183 to 0.2.184 deps: bump tracing-subscriber from 0.3.20 to 0.3.23 deps: bump socket2 from 0.6.0 to 0.6.3 ...
4adb529 to
466abff
Compare
2e0eb9f to
76f31bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This can be kept open - just putting this branch in a PR for visibility
Description
Uses tari_crypto to quickly add Schnorr-Ristretto support to libp2p
Notes & open questions
Change checklist