mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 06:48:01 +00:00
b6fd967dfb
* Update libp2p * Some more diagnostics * 30 seconds back to 5 seconds * Bump libp2p-core and improve test * Fix runtime Cargo.lock * More work * Finish upgrade to libp2p 0.3 * Add a maximum of 60 seconds for the rounds * Remove env_logger * Update Cargo.lock * Update Cargo.lock in test-runtime * Fix test compilation * Make the test pass * Add identify addresses to Kademlia * Don't connect to nodes we're already connected to * Add warning for non-Substrate nodes * Fix external address not added * Start in Enabled mode
20 lines
424 B
TOML
20 lines
424 B
TOML
[package]
|
|
name = "substrate-keystore"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../primitives" }
|
|
crypto = { package = "parity-crypto", version = "0.3", default-features = false }
|
|
error-chain = "0.12"
|
|
hex = "0.3"
|
|
rand = "0.6"
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
subtle = "2.0"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|