Thomas Eizinger
2a14df25eb
feat: introduce libp2p-identity
crate
...
This patch combines the `libp2p_core::identity` and `libp2p_core::peer_id` modules into a new crate: `libp2p-identity`.
Resolves https://github.com/libp2p/rust-libp2p/issues/3349 .
Pull-Request: #3350 .
2023-03-12 15:46:58 +01:00
dependabot[bot]
6383e1e8bd
deps: update base64 requirement from 0.20.0 to 0.21.0
...
Pull-Request: #3315 .
2023-02-24 00:36:59 +00:00
Hannes
d79c93abdb
chore: Implement latest clippy warnings ( #3220 )
...
As I do frequently, I corrected for the latest clippy warnings. This will make sure the CI won't complain in the future. We could automate this btw and maybe run the nightly version of clippy.
2022-12-14 15:45:04 +00:00
Qinxuan Chen
d9a2e6c1bd
build(deps): Update clap
to v4 ( #3015 )
2022-10-14 15:51:23 +11:00
TotalKrill
90140a6eaf
*: Change structopt to native clap derive implementations ( #2600 )
...
Co-authored-by: Max Inden <mail@max-inden.de>
2022-04-05 21:56:44 +02:00
Fabricio Demattê
e38eb09f5d
misc/keygen: Implement cli tool to handle key material ( #2453 )
...
- Load keys from file
- Generate new keys (with optional prefix)
- Replaces peer-id-generator
Co-authored-by: Fabricio Dematte <fabriciodematte7p@gmail.com>
Co-authored-by: Max Inden <mail@max-inden.de>
2022-03-11 12:44:05 +01:00