|
|
@ -2,7 +2,7 @@
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "account_manager"
|
|
|
|
name = "account_manager"
|
|
|
|
version = "0.2.13"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"account_utils",
|
|
|
|
"account_utils",
|
|
|
|
"bls",
|
|
|
|
"bls",
|
|
|
@ -18,7 +18,7 @@ dependencies = [
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"eth2_wallet",
|
|
|
|
"eth2_wallet",
|
|
|
|
"eth2_wallet_manager",
|
|
|
|
"eth2_wallet_manager",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rand 0.7.3",
|
|
|
@ -202,6 +202,12 @@ version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
|
|
|
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "ahash"
|
|
|
|
|
|
|
|
version = "0.4.5"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "0adac150c2dd5a9c864d054e07bda5e6bc010cd10036ea5f17e82a2f5867f735"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.13"
|
|
|
|
version = "0.7.13"
|
|
|
@ -231,9 +237,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.32"
|
|
|
|
version = "1.0.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
|
|
|
|
checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
name = "arbitrary"
|
|
|
@ -352,7 +358,7 @@ dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide 0.4.2",
|
|
|
|
"miniz_oxide 0.4.3",
|
|
|
|
"object",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -402,7 +408,7 @@ dependencies = [
|
|
|
|
"eth2_ssz_types",
|
|
|
|
"eth2_ssz_types",
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"fork_choice",
|
|
|
|
"fork_choice",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"genesis",
|
|
|
|
"genesis",
|
|
|
|
"int_to_bytes",
|
|
|
|
"int_to_bytes",
|
|
|
|
"integer-sqrt",
|
|
|
|
"integer-sqrt",
|
|
|
@ -442,7 +448,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "beacon_node"
|
|
|
|
name = "beacon_node"
|
|
|
|
version = "0.2.13"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"beacon_chain",
|
|
|
|
"beacon_chain",
|
|
|
|
"clap",
|
|
|
|
"clap",
|
|
|
@ -457,7 +463,7 @@ dependencies = [
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"genesis",
|
|
|
|
"genesis",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hyper 0.13.8",
|
|
|
|
"hyper 0.13.8",
|
|
|
@ -514,7 +520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11593270830d9b037fbead730bb0c05ef6fbf6be55537a1e8e5892edef7e1f03"
|
|
|
|
checksum = "11593270830d9b037fbead730bb0c05ef6fbf6be55537a1e8e5892edef7e1f03"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"funty",
|
|
|
|
"radium 0.5.1",
|
|
|
|
"radium 0.5.3",
|
|
|
|
"tap",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -640,14 +646,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "boot_node"
|
|
|
|
name = "boot_node"
|
|
|
|
version = "0.2.13"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"beacon_node",
|
|
|
|
"beacon_node",
|
|
|
|
"clap",
|
|
|
|
"clap",
|
|
|
|
"eth2_libp2p",
|
|
|
|
"eth2_libp2p",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"logging",
|
|
|
|
"logging",
|
|
|
@ -882,7 +888,7 @@ dependencies = [
|
|
|
|
"eth2_config",
|
|
|
|
"eth2_config",
|
|
|
|
"eth2_libp2p",
|
|
|
|
"eth2_libp2p",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"genesis",
|
|
|
|
"genesis",
|
|
|
|
"http_api",
|
|
|
|
"http_api",
|
|
|
|
"http_metrics",
|
|
|
|
"http_metrics",
|
|
|
@ -1369,7 +1375,7 @@ dependencies = [
|
|
|
|
"digest 0.8.1",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"enr",
|
|
|
|
"enr",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hkdf",
|
|
|
|
"hkdf",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
@ -1496,7 +1502,7 @@ dependencies = [
|
|
|
|
"eth2_config",
|
|
|
|
"eth2_config",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"logging",
|
|
|
|
"logging",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"slog",
|
|
|
|
"slog",
|
|
|
@ -1528,7 +1534,7 @@ dependencies = [
|
|
|
|
"eth2_hashing",
|
|
|
|
"eth2_hashing",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz_derive",
|
|
|
|
"eth2_ssz_derive",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"libflate",
|
|
|
|
"libflate",
|
|
|
@ -1554,7 +1560,7 @@ name = "eth1_test_rig"
|
|
|
|
version = "0.2.0"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"deposit_contract",
|
|
|
|
"deposit_contract",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"tokio 0.2.22",
|
|
|
|
"tokio 0.2.22",
|
|
|
|
"types",
|
|
|
|
"types",
|
|
|
@ -1667,7 +1673,7 @@ dependencies = [
|
|
|
|
"eth2_ssz_types",
|
|
|
|
"eth2_ssz_types",
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"hashset_delay",
|
|
|
|
"hashset_delay",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
@ -1814,7 +1820,7 @@ version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
|
|
|
|
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1956,15 +1962,15 @@ checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
name = "futures"
|
|
|
|
version = "0.1.29"
|
|
|
|
version = "0.1.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
|
|
|
checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
|
|
|
|
checksum = "5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
@ -1977,9 +1983,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
|
|
|
|
checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-sink",
|
|
|
@ -1987,9 +1993,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
|
|
|
|
checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-cpupool"
|
|
|
|
name = "futures-cpupool"
|
|
|
@ -1997,15 +2003,15 @@ version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"num_cpus",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
|
|
|
|
checksum = "cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-task",
|
|
|
@ -2015,15 +2021,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
|
|
|
|
checksum = "5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
|
|
|
|
checksum = "f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
@ -2033,15 +2039,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
|
|
|
|
checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
|
|
|
|
checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2054,11 +2060,11 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.5"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
|
|
|
|
checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-io",
|
|
|
@ -2080,7 +2086,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b"
|
|
|
|
checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2120,7 +2126,7 @@ dependencies = [
|
|
|
|
"eth2_hashing",
|
|
|
|
"eth2_hashing",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz",
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"int_to_bytes",
|
|
|
|
"int_to_bytes",
|
|
|
|
"merkle_proof",
|
|
|
|
"merkle_proof",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
@ -2219,7 +2225,7 @@ dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"http 0.1.21",
|
|
|
|
"http 0.1.21",
|
|
|
|
"indexmap",
|
|
|
|
"indexmap",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
@ -2259,7 +2265,7 @@ version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
|
|
|
|
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"ahash 0.3.8",
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -2268,12 +2274,24 @@ name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"ahash 0.4.5",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "hashlink"
|
|
|
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"hashbrown 0.9.1",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hashset_delay"
|
|
|
|
name = "hashset_delay"
|
|
|
|
version = "0.2.0"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"tokio 0.2.22",
|
|
|
|
"tokio 0.2.22",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -2313,9 +2331,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.16"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
|
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2418,7 +2436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
|
|
|
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"http 0.1.21",
|
|
|
|
"http 0.1.21",
|
|
|
|
"tokio-buf",
|
|
|
|
"tokio-buf",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2532,7 +2550,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
|
|
|
|
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"futures-cpupool",
|
|
|
|
"futures-cpupool",
|
|
|
|
"h2 0.1.26",
|
|
|
|
"h2 0.1.26",
|
|
|
|
"http 0.1.21",
|
|
|
|
"http 0.1.21",
|
|
|
@ -2586,7 +2604,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
|
|
|
|
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"hyper 0.12.35",
|
|
|
|
"hyper 0.12.35",
|
|
|
|
"native-tls",
|
|
|
|
"native-tls",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-io",
|
|
|
@ -2767,7 +2785,7 @@ version = "14.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
|
|
|
|
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_derive",
|
|
|
@ -2813,7 +2831,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "lcli"
|
|
|
|
name = "lcli"
|
|
|
|
version = "0.2.13"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bls",
|
|
|
|
"bls",
|
|
|
|
"clap",
|
|
|
|
"clap",
|
|
|
@ -2826,7 +2844,7 @@ dependencies = [
|
|
|
|
"eth2_libp2p",
|
|
|
|
"eth2_libp2p",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"genesis",
|
|
|
|
"genesis",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"lighthouse_version",
|
|
|
|
"lighthouse_version",
|
|
|
@ -2857,9 +2875,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "leveldb-sys"
|
|
|
|
name = "leveldb-sys"
|
|
|
|
version = "2.0.7"
|
|
|
|
version = "2.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76c44b9b785ca705d58190ebd432a4e7edb900eadf236ff966d7d1307e482e87"
|
|
|
|
checksum = "618aee5ba3d32cb8456420a9a454aa71c1af5b3e9c7a2ec20a0f3cbbe47246cb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
@ -2903,7 +2921,7 @@ source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e95
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"atomic",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core-derive",
|
|
|
|
"libp2p-core-derive",
|
|
|
@ -2934,7 +2952,7 @@ dependencies = [
|
|
|
|
"ed25519-dalek",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"futures-timer",
|
|
|
|
"futures-timer",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"libsecp256k1",
|
|
|
|
"libsecp256k1",
|
|
|
@ -2967,7 +2985,7 @@ dependencies = [
|
|
|
|
"ed25519-dalek",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"futures-timer",
|
|
|
|
"futures-timer",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"libsecp256k1",
|
|
|
|
"libsecp256k1",
|
|
|
@ -3004,7 +3022,7 @@ name = "libp2p-dns"
|
|
|
|
version = "0.22.0"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -3018,7 +3036,7 @@ dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"futures_codec",
|
|
|
|
"futures_codec",
|
|
|
|
"hex_fmt",
|
|
|
|
"hex_fmt",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
@ -3038,7 +3056,7 @@ name = "libp2p-identify"
|
|
|
|
version = "0.22.0"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-swarm",
|
|
|
|
"libp2p-swarm",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
@ -3055,7 +3073,7 @@ source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e95
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"futures_codec",
|
|
|
|
"futures_codec",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
@ -3070,7 +3088,7 @@ source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e95
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"curve25519-dalek",
|
|
|
|
"curve25519-dalek",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
@ -3090,7 +3108,7 @@ version = "0.22.0"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rand 0.7.3",
|
|
|
@ -3104,7 +3122,7 @@ name = "libp2p-tcp"
|
|
|
|
version = "0.22.0"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"futures-timer",
|
|
|
|
"futures-timer",
|
|
|
|
"get_if_addrs",
|
|
|
|
"get_if_addrs",
|
|
|
|
"ipnet",
|
|
|
|
"ipnet",
|
|
|
@ -3121,7 +3139,7 @@ source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e95
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-tls",
|
|
|
|
"async-tls",
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"libp2p-core 0.22.2",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"quicksink",
|
|
|
|
"quicksink",
|
|
|
@ -3151,9 +3169,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.20.0"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3a245984b1b06c291f46e27ebda9f369a94a1ab8461d0e845e23f9ced01f5db"
|
|
|
|
checksum = "64d31059f22935e6c31830db5249ba2b7ecd54fd73a9909286f0a67aa55c2fbd"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"pkg-config",
|
|
|
@ -3174,7 +3192,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "lighthouse"
|
|
|
|
name = "lighthouse"
|
|
|
|
version = "0.2.13"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"account_manager",
|
|
|
|
"account_manager",
|
|
|
|
"account_utils",
|
|
|
|
"account_utils",
|
|
|
@ -3187,7 +3205,7 @@ dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"env_logger",
|
|
|
|
"environment",
|
|
|
|
"environment",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"eth2_testnet_config",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"lighthouse_version",
|
|
|
|
"lighthouse_version",
|
|
|
|
"logging",
|
|
|
|
"logging",
|
|
|
|
"slashing_protection",
|
|
|
|
"slashing_protection",
|
|
|
@ -3279,15 +3297,6 @@ dependencies = [
|
|
|
|
"hashbrown 0.8.2",
|
|
|
|
"hashbrown 0.8.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "lru-cache"
|
|
|
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"linked-hash-map",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "lru_cache"
|
|
|
|
name = "lru_cache"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
@ -3403,9 +3412,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
|
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"adler",
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"autocfg 1.0.1",
|
|
|
@ -3533,7 +3542,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9157e87afbc2ef0d84cc0345423d715f445edde00141c93721c162de35a05e5"
|
|
|
|
checksum = "c9157e87afbc2ef0d84cc0345423d715f445edde00141c93721c162de35a05e5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project",
|
|
|
|
"smallvec 1.4.2",
|
|
|
|
"smallvec 1.4.2",
|
|
|
@ -3546,7 +3555,7 @@ version = "0.8.3"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
source = "git+https://github.com/sigp/rust-libp2p?rev=5a9f0819af3990cfefad528e957297af596399b4#5a9f0819af3990cfefad528e957297af596399b4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project",
|
|
|
|
"smallvec 1.4.2",
|
|
|
|
"smallvec 1.4.2",
|
|
|
@ -3593,7 +3602,7 @@ dependencies = [
|
|
|
|
"eth2_ssz_types",
|
|
|
|
"eth2_ssz_types",
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"genesis",
|
|
|
|
"genesis",
|
|
|
|
"get_if_addrs",
|
|
|
|
"get_if_addrs",
|
|
|
|
"hashset_delay",
|
|
|
|
"hashset_delay",
|
|
|
@ -3642,7 +3651,7 @@ dependencies = [
|
|
|
|
"environment",
|
|
|
|
"environment",
|
|
|
|
"eth2",
|
|
|
|
"eth2",
|
|
|
|
"eth2_config",
|
|
|
|
"eth2_config",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"genesis",
|
|
|
|
"genesis",
|
|
|
|
"reqwest",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
@ -4302,9 +4311,9 @@ checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.1"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a333b5f6adeff5a89f2e95dc2ea1ecb5319abbb56212afea6a37f87435338a5"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
name = "rand"
|
|
|
@ -4653,15 +4662,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
|
|
|
name = "rusqlite"
|
|
|
|
version = "0.24.0"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c78c3275d9d6eb684d2db4b2388546b32fdae0586c20a82f3905d21ea78b9ef"
|
|
|
|
checksum = "7e3d4791ab5517217f51216a84a688b53c1ebf7988736469c538d02f46ddba68"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.2.1",
|
|
|
|
"bitflags 1.2.1",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"lru-cache",
|
|
|
|
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"smallvec 1.4.2",
|
|
|
|
"smallvec 1.4.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -4680,9 +4689,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.16"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
|
|
checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
name = "rustc-hash"
|
|
|
@ -4724,7 +4733,7 @@ version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
|
|
|
|
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project",
|
|
|
|
"static_assertions",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -5070,7 +5079,7 @@ dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"env_logger",
|
|
|
|
"eth1",
|
|
|
|
"eth1",
|
|
|
|
"eth1_test_rig",
|
|
|
|
"eth1_test_rig",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"node_test_rig",
|
|
|
|
"node_test_rig",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"rayon",
|
|
|
|
"rayon",
|
|
|
@ -5274,7 +5283,7 @@ dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"base64 0.12.3",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"flate2",
|
|
|
|
"flate2",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"httparse",
|
|
|
|
"httparse",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rand 0.7.3",
|
|
|
@ -5289,9 +5298,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
|
|
|
name = "standback"
|
|
|
|
version = "0.2.10"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33a71ea1ea5f8747d1af1979bfb7e65c3a025a70609f04ceb78425bc5adad8e6"
|
|
|
|
checksum = "f4e0831040d2cf2bdfd51b844be71885783d489898a192f254ae25d57cce725c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.9.2",
|
|
|
|
"version_check 0.9.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -5504,7 +5513,7 @@ name = "task_executor"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"lighthouse_metrics",
|
|
|
|
"lighthouse_metrics",
|
|
|
|
"slog",
|
|
|
|
"slog",
|
|
|
@ -5573,18 +5582,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.20"
|
|
|
|
version = "1.0.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
|
|
|
|
checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.20"
|
|
|
|
version = "1.0.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
|
|
|
|
checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
@ -5663,7 +5672,7 @@ name = "timer"
|
|
|
|
version = "0.2.0"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"beacon_chain",
|
|
|
|
"beacon_chain",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"slog",
|
|
|
|
"slog",
|
|
|
|
"slot_clock",
|
|
|
|
"slot_clock",
|
|
|
@ -5729,7 +5738,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
|
|
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"num_cpus",
|
|
|
|
"tokio-codec",
|
|
|
|
"tokio-codec",
|
|
|
@ -5778,7 +5787,7 @@ checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -5788,7 +5797,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
|
|
|
|
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-io",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -5799,7 +5808,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
|
|
|
checksum = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"iovec",
|
|
|
|
"iovec",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
@ -5817,7 +5826,7 @@ version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
|
|
|
|
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"tokio-executor",
|
|
|
|
"tokio-executor",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -5828,7 +5837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
|
|
|
|
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -5837,7 +5846,7 @@ version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
|
|
|
|
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-threadpool",
|
|
|
|
"tokio-threadpool",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -5849,7 +5858,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
|
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -5881,7 +5890,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
|
|
|
|
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
@ -5900,7 +5909,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
|
|
|
|
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -5910,7 +5919,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
|
|
|
|
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"iovec",
|
|
|
|
"iovec",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-io",
|
|
|
@ -5926,7 +5935,7 @@ dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"num_cpus",
|
|
|
|
"num_cpus",
|
|
|
@ -5940,7 +5949,7 @@ version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc"
|
|
|
|
checksum = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"slab 0.3.0",
|
|
|
|
"slab 0.3.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -5951,7 +5960,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
|
|
|
|
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"slab 0.4.2",
|
|
|
|
"slab 0.4.2",
|
|
|
|
"tokio-executor",
|
|
|
|
"tokio-executor",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -5962,7 +5971,7 @@ version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
|
|
|
|
checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"native-tls",
|
|
|
|
"native-tls",
|
|
|
|
"tokio-io",
|
|
|
|
"tokio-io",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -5997,7 +6006,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
|
|
|
|
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
|
"tokio-codec",
|
|
|
|
"tokio-codec",
|
|
|
@ -6012,7 +6021,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9"
|
|
|
|
checksum = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"iovec",
|
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"log 0.3.9",
|
|
|
|
"log 0.3.9",
|
|
|
@ -6029,7 +6038,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
|
|
|
|
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"iovec",
|
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
@ -6394,7 +6403,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "validator_client"
|
|
|
|
name = "validator_client"
|
|
|
|
version = "0.2.13"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"account_utils",
|
|
|
|
"account_utils",
|
|
|
|
"bincode",
|
|
|
|
"bincode",
|
|
|
@ -6412,7 +6421,7 @@ dependencies = [
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz",
|
|
|
|
"eth2_ssz_derive",
|
|
|
|
"eth2_ssz_derive",
|
|
|
|
"exit-future",
|
|
|
|
"exit-future",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hex 0.4.2",
|
|
|
|
"hyper 0.13.8",
|
|
|
|
"hyper 0.13.8",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
@ -6507,7 +6516,7 @@ version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
|
|
|
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"log 0.4.11",
|
|
|
|
"log 0.4.11",
|
|
|
|
"try-lock",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -6529,7 +6538,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407"
|
|
|
|
checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"headers",
|
|
|
|
"headers",
|
|
|
|
"http 0.2.1",
|
|
|
|
"http 0.2.1",
|
|
|
|
"hyper 0.13.8",
|
|
|
|
"hyper 0.13.8",
|
|
|
@ -6674,7 +6683,7 @@ version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
|
|
|
|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"js-sys",
|
|
|
|
"js-sys",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"parking_lot 0.11.0",
|
|
|
|
"pin-utils",
|
|
|
|
"pin-utils",
|
|
|
@ -6704,7 +6713,7 @@ dependencies = [
|
|
|
|
"derive_more",
|
|
|
|
"derive_more",
|
|
|
|
"ethabi",
|
|
|
|
"ethabi",
|
|
|
|
"ethereum-types",
|
|
|
|
"ethereum-types",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"hyper 0.12.35",
|
|
|
|
"hyper 0.12.35",
|
|
|
|
"hyper-tls 0.3.2",
|
|
|
|
"hyper-tls 0.3.2",
|
|
|
|
"jsonrpc-core",
|
|
|
|
"jsonrpc-core",
|
|
|
@ -6755,7 +6764,7 @@ dependencies = [
|
|
|
|
"bitflags 0.9.1",
|
|
|
|
"bitflags 0.9.1",
|
|
|
|
"byteorder",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.29",
|
|
|
|
"futures 0.1.30",
|
|
|
|
"hyper 0.10.16",
|
|
|
|
"hyper 0.10.16",
|
|
|
|
"native-tls",
|
|
|
|
"native-tls",
|
|
|
|
"rand 0.5.6",
|
|
|
|
"rand 0.5.6",
|
|
|
@ -6771,7 +6780,7 @@ dependencies = [
|
|
|
|
name = "websocket_server"
|
|
|
|
name = "websocket_server"
|
|
|
|
version = "0.2.0"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.5",
|
|
|
|
"futures 0.3.6",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_derive",
|
|
|
|
"slog",
|
|
|
|
"slog",
|
|
|
|