folex
4d6478a38e
Merge branch 'upstream_master' into merge_0.36
...
# Conflicts:
# Cargo.toml
# core/Cargo.toml
# examples/distributed-key-value-store.rs
# misc/multiaddr/Cargo.toml
# misc/multiaddr/src/onion_addr.rs
# misc/multistream-select/Cargo.toml
# muxers/mplex/Cargo.toml
# muxers/yamux/Cargo.toml
# protocols/floodsub/Cargo.toml
# protocols/gossipsub/Cargo.toml
# protocols/identify/Cargo.toml
# protocols/kad/Cargo.toml
# protocols/kad/src/addresses.rs
# protocols/kad/src/behaviour.rs
# protocols/kad/src/behaviour/test.rs
# protocols/kad/src/kbucket/bucket.rs
# protocols/kad/src/kbucket/key.rs
# protocols/mdns/Cargo.toml
# protocols/ping/Cargo.toml
# protocols/request-response/Cargo.toml
# protocols/secio/Cargo.toml
# swarm-derive/Cargo.toml
# swarm/Cargo.toml
# transports/deflate/Cargo.toml
# transports/dns/Cargo.toml
# transports/noise/Cargo.toml
# transports/plaintext/Cargo.toml
# transports/tcp/Cargo.toml
# transports/uds/Cargo.toml
# transports/wasm-ext/Cargo.toml
# transports/websocket/Cargo.toml
2021-03-05 15:20:08 +03:00
folex
f9abb8d7d2
Disable dependabot ( #46 )
2021-02-15 15:58:39 +03:00
Roman Borschel
6499e924a3
Make clippy "happy". ( #1950 )
...
* Make clippy "happy".
Address all clippy complaints that are not purely stylistic (or even
have corner cases with false positives). Ignore all "style" and "pedantic" lints.
* Fix tests.
* Undo unnecessary API change.
2021-02-15 11:59:51 +01:00
dependabot[bot]
2816023414
Bump styfle/cancel-workflow-action from 0.7.0 to 0.8.0 ( #1955 )
...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases )
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.7.0...3d86a7cc43670094ac248017207be0295edbc31d )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 11:03:23 +01:00
dependabot[bot]
ba77c49de7
Bump actions/cache from v2 to v2.1.4 ( #1949 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 10:05:20 +01:00
dependabot[bot]
2c4de90356
Bump styfle/cancel-workflow-action from 0.6.0 to 0.7.0 ( #1922 )
...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases )
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.6.0...d7e57e26a6f753933f8ef746a37097a61375236b )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Inden <mail@max-inden.de>
2021-01-14 20:16:14 +01:00
Max Inden
e665a818d7
core/benches: Add rudimentary benchmark for PeerId::from_bytes and clone ( #1875 )
...
* core: Add rudimentary benchmark for PeerId::from_bytes and clone
* .github/workflow: Include benchmarks
To ensure changes through pull requests won't make benchmarks fail to
compile or run, run them as part of CI.
2020-12-07 18:06:41 +01:00
Max Inden
afc5d0ef82
.github/workflow: Don't require nightly for doc link check ( #1866 )
...
The `broken_intra_doc_links` lint stabilized with Rust `v1.48`, thus the
special usage of `nightly` is not needed anymore in the pipeline step.
2020-11-30 11:11:20 +01:00
Max Inden
e3af8b7d03
*: Apply clippy suggestions and enable clippy on CI ( #1850 )
...
* *: Apply clippy suggestions
* .github: Add clippy check
* protocols/kad/record: Implement custom PartialEq for ProviderRecord
2020-11-24 15:59:22 +01:00
dependabot[bot]
5e2ad029ca
Bump styfle/cancel-workflow-action from 0.4.1 to 0.6.0 ( #1846 )
...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action ) from 0.4.1 to 0.6.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases )
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.4.1...ce177499ccf9fd2aded3b0426c97e5434c2e8a73 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 15:42:43 +01:00
Denis Pisarev
6477d04e29
Update CI ( #1837 )
...
* fix (CI): upda dependabotchecks and actions versions
* fix (CI): readability
* change (CI): interrupt prev run on the subsequent commit, simplify caching
Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
2020-11-17 15:20:38 +01:00
dependabot[bot]
3c72b07e55
Update atomic requirement from 0.4.6 to 0.5.0 ( #1766 )
...
* Update atomic requirement from 0.4.6 to 0.5.0
Updates the requirements on [atomic](https://github.com/Amanieu/atomic-rs ) to permit the latest version.
- [Release notes](https://github.com/Amanieu/atomic-rs/releases )
- [Commits](https://github.com/Amanieu/atomic-rs/compare/v0.4.6...v0.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* .github/workflows: Update Rust nightly
* misc/multistream-select: Don't mention private item in public doc
* .github/workflows: Update renamed doc flag
* core/src/connection/pool: Don't mention private item in public doc
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Inden <mail@max-inden.de>
2020-09-17 10:41:23 +02:00
Max Inden
554e3b071a
.github: Add dependabot.yml ( #1744 )
2020-09-11 10:07:06 +02:00
Pierre Krieger
e0cf026bbb
Try revert to nightly-2020-05-20 ( #1590 )
2020-05-25 13:28:21 +02:00
Pierre Krieger
69fd8ac195
Update CI to clang-10 ( #1565 )
2020-05-06 13:50:18 +02:00
Pierre Krieger
42290d94f2
Finish the migration to GitHub Actions ( #1500 )
2020-03-23 12:04:31 +01:00
Pierre Krieger
627e93ba17
Propagate rustdoc links check to GH actions ( #1446 )
...
* Propagate rustdoc links check to GH actions
* Fix WASM test
* Try fix WASM test again
* Try run tests on a real machine
2020-02-11 16:28:29 +01:00
Pierre Krieger
cbb3315822
Try to use GitHub actions ( #1430 )
2020-02-11 15:09:45 +01:00