Commit Graph

  • 7af4af1e3e bump version rand-feature Mike Voronov 2023-12-18 17:06:11 +03:00
  • 62f1bfd5c1 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-18 11:39:07 +04:00
  • c442df892e docs(readme): add homestar as notable user Brian Ginsburg 2023-10-17 14:07:15 -07:00
  • f582507e5c refactor(examples): add rendezvous point fixed keypair Brian Ginsburg 2023-10-17 13:57:20 -07:00
  • 203e11c1c8 feat(swarm): deprecated keep_alive_timeout from OneShotHandlerConfig Leonz 2023-10-18 04:41:04 +08:00
  • d9bbdb83df Update Cargo.lock Ivan Boldyrev 2023-10-17 14:52:08 +04:00
  • 3e824d9639 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-17 12:22:29 +04:00
  • 411824ad50 feat(kad): deprecate Config::set_connection_idle_timeout Leonz 2023-10-17 15:46:19 +08:00
  • f12e01546f ci: allow opt-out of changelog lint for internal changes Thomas Eizinger 2023-10-17 18:33:42 +11:00
  • 21c7ee88ba deps: bump regex from 1.10.0 to 1.10.2 dependabot[bot] 2023-10-17 03:41:05 +00:00
  • 82902fc9f9 fix(kad): re-export NodeStatus Nathaniel Cook 2023-10-16 17:54:36 -06:00
  • 43575e9918 refactor: use cargo chef for rust-libp2p-server docker build Thomas Eizinger 2023-10-17 10:27:41 +11:00
  • 09f8cb4d27 ci: don't require changelog entries for docs and deps Thomas Eizinger 2023-10-17 09:31:06 +11:00
  • ce91c1c22c chore: apply clippy lints to public API Thomas Eizinger 2023-10-17 08:57:36 +11:00
  • 5d54f705f7 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-16 21:57:44 +04:00
  • 7c6f75eaf2 feat(swarm): deprecate KeepAlive::Until Thomas Eizinger 2023-10-17 03:32:09 +11:00
  • e54580525d deps: bump tracing from 0.1.37 to 0.1.39 dependabot[bot] 2023-10-16 08:22:36 +00:00
  • c980b4e2ce deps(noise): update x25519-dalek to 2.0.0 Luke Parker 2023-10-16 03:43:33 -04:00
  • e1c1f038fe chore(perf): remove unused module Leonz 2023-10-16 15:05:10 +08:00
  • c91ecbc8a2 ci: don't run changelog check on chores and refactor PRs Thomas Eizinger 2023-10-16 17:43:06 +11:00
  • 29c44e8576 ci: run clippy on all targets Thomas Eizinger 2023-10-16 17:26:08 +11:00
  • 44ce6566f7 chore: activate clippy::unnecessary_wraps lint Thomas Eizinger 2023-10-16 13:31:29 +11:00
  • 15ad4ea1d1 feat(gossipsub): deprecate Config::idle_timeout Leonz 2023-10-15 20:05:08 +08:00
  • 4686ce8e66 feat(rendezous): refresh registration on change to external addresses Darius Clark 2023-10-15 04:40:13 -04:00
  • d72c67d94e fix(kad): actually report unsupported protocol Thomas Eizinger 2023-10-15 09:43:40 +11:00
  • 7a43faf380 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-15 02:37:56 +04:00
  • 0446068b4b ci: ensure Cargo.toml and CHANGELOG of published crates are updated Thomas Eizinger 2023-10-14 20:45:03 +11:00
  • ee4f2f55b0 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-14 11:24:57 +04:00
  • 74c087dcef fix(libp2p): add shortcut with_tcp(...).with_bandwidth_logging() Max Inden 2023-10-13 14:17:10 +02:00
  • 56cb08a9b0 fix(quic): delete flaky dial_failure test Thomas Eizinger 2023-10-13 19:10:33 +11:00
  • 50a7ffe119 refactor(kad): delete unused code Thomas Eizinger 2023-10-13 19:00:02 +11:00
  • d6351eead7 deps: bump if-watch from 3.0.1 to 3.1.0 dependabot[bot] 2023-10-13 06:10:06 +00:00
  • 6aa805d581 refactor: make debug-print of StreamProtocol more concise Thomas Eizinger 2023-10-13 16:23:11 +11:00
  • 7947a9fded deps: bump serde from 1.0.188 to 1.0.189 dependabot[bot] 2023-10-13 04:47:56 +00:00
  • 0626e2e329 docs: fix misc. errors around changelogs and manifests Thomas Eizinger 2023-10-13 15:29:38 +11:00
  • 7120529c6d fix(kad): rewrite tests to be less flaky Thomas Eizinger 2023-10-13 15:18:19 +11:00
  • 497f393987 fix(quic): don't report error for gracefully closed connections João Oliveira 2023-10-12 10:05:07 +01:00
  • 5c498f656c ci: use new "transport-interop" action Thomas Eizinger 2023-10-12 07:01:34 +11:00
  • 7fbd4f1e56 Fix compilation in certain crates Ivan Boldyrev 2023-10-11 13:16:19 +04:00
  • 9c3fd0ef2b Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-10 18:01:27 +04:00
  • fe1b8b7b8f Add rand feature to tests where required Ivan Boldyrev 2023-10-10 18:00:36 +04:00
  • 3a0f0c292a fix(server): remove support_draft_29 Max Inden 2023-10-10 15:05:54 +02:00
  • 50ec01cc31 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-10 11:18:45 +04:00
  • c9077117f0 Remove a comment Ivan Boldyrev 2023-10-10 11:12:42 +04:00
  • d605255fec feat(libp2p): add SwarmBuilder Max Inden 2023-10-10 08:55:14 +02:00
  • 3ae72557ab deps: bump tokio from 1.32.0 to 1.33.0 dependabot[bot] 2023-10-10 05:17:02 +00:00
  • 6cc40fe533 deps: bump byteorder from 1.4.3 to 1.5.0 dependabot[bot] 2023-10-10 05:04:05 +00:00
  • d3f34454d4 fix: don't push rust-libp2p-server image for dependabot PRs Thomas Eizinger 2023-10-10 15:47:51 +11:00
  • bcd5f06606 Add note about rand feature flag #54 Thomas Eizinger 2023-10-10 13:42:16 +11:00
  • d9bcbb72ec Merge branch 'master' into rand-feature Thomas Eizinger 2023-10-10 13:40:57 +11:00
  • 19c5cf22ec feat(websocket): add WebSocket for WASM environments Thomas Eizinger 2023-10-10 12:41:29 +11:00
  • 5efcb8ff6d deps: bump regex from 1.9.6 to 1.10.0 dependabot[bot] 2023-10-10 01:13:45 +00:00
  • e6be50154d deps: bump proc-macro-warning from 0.4.2 to 1.0.0 dependabot[bot] 2023-10-10 00:56:57 +00:00
  • f2a9707dde Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-09 21:59:40 +04:00
  • 14ccaed094 deps: bump libc from 0.2.148 to 0.2.149 dependabot[bot] 2023-10-09 13:43:06 +00:00
  • 2f22dd2be1 deps: bump proc-macro2 from 1.0.67 to 1.0.69 dependabot[bot] 2023-10-09 13:23:47 +00:00
  • 8114894f67 docs: add pk records insertion example pradt2 2023-10-09 14:08:22 +01:00
  • 1bfaf1c67d deps: bump lru from 0.11.1 to 0.12.0 dependabot[bot] 2023-10-09 12:04:49 +00:00
  • 94894e4c9f deps: bump num-traits from 0.2.16 to 0.2.17 dependabot[bot] 2023-10-09 11:06:22 +00:00
  • 630b7132dc deps: bump reqwest from 0.11.21 to 0.11.22 dependabot[bot] 2023-10-09 10:53:25 +00:00
  • fedbb60d71 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-09 13:17:40 +04:00
  • ba4d56f436 deps: bump syn from 2.0.37 to 2.0.38 dependabot[bot] 2023-10-09 09:14:52 +00:00
  • 2d158a1ba8 Add libp2p-idenity/rand feature to libp2p-swarm-test Ivan Boldyrev 2023-10-09 12:32:33 +04:00
  • 0c69bc665a Bump libp2p version Ivan Boldyrev 2023-10-09 12:31:36 +04:00
  • 1a460fa66f feat: change md issue templates into yml forms clebrin 2023-10-09 10:49:18 +02:00
  • 3458950bea chore(upnp, webrtc): add missing docs.rs metadata Hannes 2023-10-09 04:46:32 +02:00
  • 0e9d339bd2 ci: use workspace inheritance to enforce lints in all crates Binston Sukhael Cardoza 2023-10-09 07:50:46 +05:30
  • 35b8308817 fix(interop): only write to cache if we have credentials Thomas Eizinger 2023-10-09 12:50:19 +11:00
  • 77149f08c4 fix(identity): correctly follow extract-expand for HKDF Thomas Eizinger 2023-10-09 12:31:10 +11:00
  • ef9c544d4d deps: upgrade cargo semver-checks to v0.24 Thomas Eizinger 2023-10-09 12:14:44 +11:00
  • b6a1398060 fix: remove redundant intra-doc link Thomas Eizinger 2023-10-09 11:58:32 +11:00
  • d68fe13e98 Update identity/CHANGELOG.md Ivan Boldyrev 2023-10-06 22:24:47 +07:00
  • fbd443888c Update version in the top-level Cargo.toml Ivan Boldyrev 2023-10-06 19:23:22 +04:00
  • 4e9419c59c Format identity/Cargo.toml Ivan Boldyrev 2023-10-06 20:56:19 +07:00
  • 8d9881d965 ed25519 feature doens't depend on rand directly Ivan Boldyrev 2023-10-05 20:41:05 +04:00
  • 719a6e0cf1 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-05 19:02:35 +04:00
  • 4fe58a1a3b libp2p-identity version bump Ivan Boldyrev 2023-10-05 18:27:30 +04:00
  • 7d1d67cad3 ci: create dependency cache layer of interop tests Thomas Eizinger 2023-10-05 15:14:45 +11:00
  • 246acfd425 refactor(examples): change ipfs-kad from async-std to tokio Marco Inacio 2023-10-05 04:27:02 +01:00
  • 0e94bc24c7 refactor(examples): change ipfs-private from async-std to tokio Marco Inacio 2023-10-05 00:18:25 +01:00
  • 554e09762f Fix wasm-tests Ivan Boldyrev 2023-10-04 15:28:01 +04:00
  • afde3f84a6 Add identity's rand feature to libp2p Ivan Boldyrev 2023-10-04 12:18:27 +04:00
  • d862b40383 refactor(examples): remove #[behaviour(to_swarm = "Event")] Max Inden 2023-10-04 00:21:17 +02:00
  • ea1a136ab9 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-03 22:38:09 +04:00
  • 2fe25c725c Restore a comment with doctest Ivan Boldyrev 2023-10-03 21:56:26 +04:00
  • 866cc1a21a identity doesn't have rand as default Ivan Boldyrev 2023-10-03 21:54:32 +04:00
  • 399eaa3915 refactor(examples): change ping from async-std to tokio Arpan Kapoor 2023-10-03 06:35:13 +00:00
  • 980bda088d deps: bump regex from 1.9.5 to 1.9.6 dependabot[bot] 2023-10-03 02:03:02 +00:00
  • 3ff354f1ef deps: bump thiserror from 1.0.48 to 1.0.49 dependabot[bot] 2023-10-03 01:50:38 +00:00
  • 5c7a18bc1f deps: bump reqwest from 0.11.20 to 0.11.21 dependabot[bot] 2023-10-03 00:24:14 +00:00
  • 60650d8b90 chore(identity): release version 0.2.4 Thomas Eizinger 2023-10-03 11:04:57 +11:00
  • ef1cd354d8 fix(identity): address clippy lint Thomas Eizinger 2023-10-03 09:59:39 +11:00
  • 11de754832 Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-02 16:56:11 +04:00
  • 6c03b8c6ae Merge branch 'master' into rand-feature Ivan Boldyrev 2023-10-02 16:36:16 +04:00
  • 90a9752dc7 deps: bump sha2 from 0.10.7 to 0.10.8 dependabot[bot] 2023-10-02 09:03:11 +00:00
  • 7f92cb0725 feat(quic): support stateless resets João Oliveira 2023-10-02 01:28:32 +01:00
  • c86d1117be refactor(examples): change autonat example from async-std to tokio Dominik Vogt 2023-10-01 23:38:40 +02:00
  • ecdd0ff767 refactor(identify): use ReadyUpgrade for {In,Out}boundUpgrade Denis Garus 2023-09-29 02:23:54 +03:00
  • 665181efb5 chore: address latest clippy lints Hannes 2023-09-28 12:08:51 +02:00
  • d30eb9daa7 fix(upnp): do not return failure events repeatedly Arpan Kapoor 2023-09-28 13:22:24 +05:30