diff --git a/Cargo.lock b/Cargo.lock index 64a159c..03db69b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 3 [[package]] name = "account_utils" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "directory", "eth2_keystore", @@ -143,54 +143,35 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "alloy-consensus" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy.git?rev=974d488bab5e21e9f17452a39a4bfa56677367b2#974d488bab5e21e9f17452a39a4bfa56677367b2" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04c309895995eaa4bfcc345f5515a39c7df9447798645cc8bf462b6c5bf1dc96" dependencies = [ "alloy-eips", - "alloy-network", "alloy-primitives", "alloy-rlp", + "c-kzg", ] [[package]] name = "alloy-eips" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy.git?rev=974d488bab5e21e9f17452a39a4bfa56677367b2#974d488bab5e21e9f17452a39a4bfa56677367b2" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "serde", - "thiserror", -] - -[[package]] -name = "alloy-json-rpc" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy.git?rev=974d488bab5e21e9f17452a39a4bfa56677367b2#974d488bab5e21e9f17452a39a4bfa56677367b2" -dependencies = [ - "alloy-primitives", - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "alloy-network" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy.git?rev=974d488bab5e21e9f17452a39a4bfa56677367b2#974d488bab5e21e9f17452a39a4bfa56677367b2" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9431c99a3b3fe606ede4b3d4043bdfbcb780c45b8d8d226c3804e2b75cfbe68" dependencies = [ - "alloy-eips", - "alloy-json-rpc", "alloy-primitives", "alloy-rlp", + "c-kzg", + "once_cell", "serde", + "sha2 0.10.8", ] [[package]] name = "alloy-primitives" -version = "0.6.4" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "600d34d8de81e23b6d909c094e23b3d357e01ca36b78a8c5424c501eedbe86f0" +checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" dependencies = [ "alloy-rlp", "bytes", @@ -806,7 +787,7 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "bls" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "arbitrary", "blst", @@ -845,7 +826,7 @@ dependencies = [ [[package]] name = "builder_client" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "eth2", "lighthouse_version", @@ -913,20 +894,7 @@ dependencies = [ "glob", "hex", "libc", -] - -[[package]] -name = "cached_tree_hash" -version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" -dependencies = [ - "ethereum-types 0.14.1", - "ethereum_hashing 0.6.0", - "ethereum_ssz", - "ethereum_ssz_derive", - "smallvec", - "ssz_types", - "tree_hash 0.6.0", + "serde", ] [[package]] @@ -1052,7 +1020,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "clap_utils" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "clap", "dirs", @@ -1084,7 +1052,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "compare_fields" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "itertools", ] @@ -1092,7 +1060,7 @@ dependencies = [ [[package]] name = "compare_fields_derive" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "quote", "syn 1.0.109", @@ -1456,7 +1424,7 @@ dependencies = [ [[package]] name = "deposit_contract" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "ethabi 16.0.0", "ethereum_ssz", @@ -1571,7 +1539,7 @@ dependencies = [ [[package]] name = "directory" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "clap", "clap_utils", @@ -1632,7 +1600,7 @@ dependencies = [ "enr", "fnv", "futures", - "hashlink", + "hashlink 0.8.4", "hex", "hkdf", "lazy_static", @@ -1841,7 +1809,7 @@ dependencies = [ [[package]] name = "environment" version = "0.1.2" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "async-channel", "ctrlc", @@ -1898,7 +1866,7 @@ dependencies = [ [[package]] name = "eth2" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "account_utils", "bytes", @@ -1929,7 +1897,7 @@ dependencies = [ [[package]] name = "eth2_config" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "paste", "types", @@ -1938,7 +1906,7 @@ dependencies = [ [[package]] name = "eth2_interop_keypairs" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "bls", "ethereum_hashing 0.6.0", @@ -1952,7 +1920,7 @@ dependencies = [ [[package]] name = "eth2_key_derivation" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "bls", "num-bigint-dig", @@ -1964,7 +1932,7 @@ dependencies = [ [[package]] name = "eth2_keystore" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "aes 0.7.5", "bls", @@ -1986,7 +1954,7 @@ dependencies = [ [[package]] name = "eth2_network_config" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "bytes", "discv5", @@ -2006,7 +1974,7 @@ dependencies = [ [[package]] name = "eth2_wallet" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "eth2_key_derivation", "eth2_keystore", @@ -2240,9 +2208,10 @@ dependencies = [ [[package]] name = "execution_layer" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "alloy-consensus", + "alloy-primitives", "alloy-rlp", "arc-swap", "builder_client", @@ -2372,7 +2341,7 @@ dependencies = [ [[package]] name = "filesystem" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "winapi", "windows-acl", @@ -2437,7 +2406,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork_choice" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "ethereum_ssz", "ethereum_ssz_derive", @@ -2693,7 +2662,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "gossipsub" version = "0.5.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "async-channel", "asynchronous-codec 0.7.0", @@ -2706,6 +2675,7 @@ dependencies = [ "futures-ticker", "futures-timer", "getrandom", + "hashlink 0.9.1", "hex_fmt", "libp2p", "prometheus-client", @@ -2803,6 +2773,15 @@ dependencies = [ "hashbrown 0.14.5", ] +[[package]] +name = "hashlink" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" +dependencies = [ + "hashbrown 0.14.5", +] + [[package]] name = "headers" version = "0.3.9" @@ -2856,9 +2835,6 @@ name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -dependencies = [ - "serde", -] [[package]] name = "hex-literal" @@ -3396,7 +3372,7 @@ dependencies = [ [[package]] name = "int_to_bytes" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "bytes", ] @@ -3577,7 +3553,7 @@ dependencies = [ [[package]] name = "kzg" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "arbitrary", "c-kzg", @@ -4103,7 +4079,7 @@ dependencies = [ [[package]] name = "lighthouse_metrics" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "prometheus", ] @@ -4111,7 +4087,7 @@ dependencies = [ [[package]] name = "lighthouse_network" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "bytes", "delay_map", @@ -4126,6 +4102,7 @@ dependencies = [ "futures", "gossipsub", "hex", + "itertools", "lazy_static", "libp2p", "libp2p-mplex", @@ -4159,7 +4136,7 @@ dependencies = [ [[package]] name = "lighthouse_version" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "git-version", "target_info", @@ -4202,7 +4179,7 @@ dependencies = [ [[package]] name = "lockfile" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "fs2", ] @@ -4216,7 +4193,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "logging" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "chrono", "lazy_static", @@ -4266,7 +4243,7 @@ dependencies = [ [[package]] name = "lru_cache" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "fnv", ] @@ -4331,7 +4308,7 @@ dependencies = [ [[package]] name = "merkle_proof" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "ethereum-types 0.14.1", "ethereum_hashing 0.6.0", @@ -5144,7 +5121,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "pretty_reqwest_error" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "reqwest", "sensitive_url", @@ -5290,7 +5267,7 @@ dependencies = [ [[package]] name = "proto_array" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "ethereum_ssz", "ethereum_ssz_derive", @@ -5808,7 +5785,7 @@ dependencies = [ "bitflags 1.3.2", "fallible-iterator", "fallible-streaming-iterator", - "hashlink", + "hashlink 0.8.4", "libsqlite3-sys", "smallvec", ] @@ -6034,7 +6011,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "safe_arith" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" [[package]] name = "salsa20" @@ -6209,7 +6186,7 @@ dependencies = [ [[package]] name = "sensitive_url" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "serde", "url", @@ -6430,7 +6407,7 @@ dependencies = [ [[package]] name = "slashing_protection" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "arbitrary", "ethereum_serde_utils", @@ -6549,7 +6526,7 @@ dependencies = [ [[package]] name = "slot_clock" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "lazy_static", "lighthouse_metrics", @@ -6562,6 +6539,9 @@ name = "smallvec" version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +dependencies = [ + "arbitrary", +] [[package]] name = "snap" @@ -6665,7 +6645,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "state_processing" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "arbitrary", "bls", @@ -6679,10 +6659,12 @@ dependencies = [ "lazy_static", "lighthouse_metrics", "merkle_proof", + "rand", "rayon", "safe_arith", "smallvec", "ssz_types", + "test_random_derive", "tree_hash 0.6.0", "types", ] @@ -6696,7 +6678,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "store" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "db-key", "directory", @@ -6758,9 +6740,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "superstruct" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f4e1f478a7728f8855d7e620e9a152cf8932c6614f86564c886f9b8141f3201" +checksum = "bf0f31f730ad9e579364950e10d6172b4a9bd04b447edf5988b066a860cc340e" dependencies = [ "darling", "itertools", @@ -6773,7 +6755,7 @@ dependencies = [ [[package]] name = "swap_or_not_shuffle" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "ethereum-types 0.14.1", "ethereum_hashing 0.6.0", @@ -6860,7 +6842,7 @@ checksum = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe" [[package]] name = "task_executor" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "async-channel", "futures", @@ -6908,7 +6890,7 @@ dependencies = [ [[package]] name = "test_random_derive" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "quote", "syn 1.0.109", @@ -7412,11 +7394,12 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "types" version = "0.2.1" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ + "alloy-primitives", + "alloy-rlp", "arbitrary", "bls", - "cached_tree_hash", "compare_fields", "compare_fields_derive", "derivative", @@ -7586,7 +7569,7 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "unused_port" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "lazy_static", "lru_cache", @@ -7635,7 +7618,7 @@ dependencies = [ [[package]] name = "validator_dir" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?tag=v5.2.0#f1d88ba4b1256e084d3a2a547e0ce574b896246c" +source = "git+https://github.com/sigp/lighthouse?tag=v5.3.0#d6ba8c397557f5c977b70f0d822a9228e98ca214" dependencies = [ "bls", "deposit_contract", diff --git a/Cargo.toml b/Cargo.toml index cc3ae75..40ce576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ version = "0.1.0" edition = "2021" [dependencies] -execution_layer = { git = "https://github.com/sigp/lighthouse", tag = "v5.2.0" } +execution_layer = { git = "https://github.com/sigp/lighthouse", tag = "v5.3.0" } tree_hash = "0.5.1" tree_hash_derive = "0.5.1" -task_executor = { git = "https://github.com/sigp/lighthouse", tag = "v5.2.0" } -eth2_network_config = { git = "https://github.com/sigp/lighthouse", tag = "v5.2.0" } -eth2 = { git = "https://github.com/sigp/lighthouse", tag = "v5.2.0" } +task_executor = { git = "https://github.com/sigp/lighthouse", tag = "v5.3.0" } +eth2_network_config = { git = "https://github.com/sigp/lighthouse", tag = "v5.3.0" } +eth2 = { git = "https://github.com/sigp/lighthouse", tag = "v5.3.0" } ethereum_serde_utils = "0.5.1" tokio = { version = "1.0.0", features = ["rt-multi-thread"] } axum = { version = "0.6.10", features = ["headers"] }