diff --git a/Cargo.lock b/Cargo.lock index 9d284938e..ac11edcae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,16 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "Inflector" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" -dependencies = [ - "lazy_static", - "regex", -] - [[package]] name = "addchain" version = "0.2.0" @@ -161,7 +151,7 @@ version = "0.1.51" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4e0f0136c085132939da6b753452ebed4efaa73fe523bb855b10c199c2ebfaf" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "num_enum 0.7.3", "serde", @@ -175,7 +165,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629b62e38d471cc15fea534eb7283d2f8a4e8bdb1811bcc5d66dda6cfce6fae1" dependencies = [ "alloy-eips 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.3.6", "c-kzg", @@ -189,17 +179,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "705687d5bfd019fee57cf9e206b27b30a9a9617535d5590a02b171e813208f8e" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", "arbitrary", "auto_impl", "c-kzg", - "derive_more 1.0.0", + "derive_more", "serde", "serde_with", ] +[[package]] +name = "alloy-consensus" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e88e1edea70787c33e11197d3f32ae380f3db19e6e061e539a5bcf8184a6b326" +dependencies = [ + "alloy-eips 0.8.3", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "alloy-trie 0.7.8", + "auto_impl", + "c-kzg", + "derive_more", + "serde", +] + +[[package]] +name = "alloy-consensus-any" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57b1bb53f40c0273cd1975573cd457b39213e68584e36d1401d25fd0398a1d65" +dependencies = [ + "alloy-consensus 0.8.3", + "alloy-eips 0.8.3", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "serde", +] + [[package]] name = "alloy-contract" version = "0.3.6" @@ -210,11 +231,11 @@ dependencies = [ "alloy-json-abi", "alloy-network 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-provider 0.3.6", "alloy-pubsub 0.3.6", "alloy-rpc-types-eth 0.3.6", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "alloy-transport 0.3.6", "futures", "futures-util", @@ -229,9 +250,9 @@ checksum = "c618bd382f0bc2ac26a7e4bfae01c9b015ca8f21b37ca40059ae35a7e62b3dc6" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "alloy-sol-types 0.8.15", + "alloy-sol-types", ] [[package]] @@ -241,11 +262,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41056bde53ae10ffbbf11618efbe1e0290859e5eab0fe9ef82ebdb62f12a866f" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-sol-type-parser", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "const-hex", - "derive_more 1.0.0", + "derive_more", "itoa", "serde", "serde_json", @@ -258,7 +279,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "arbitrary", "rand", @@ -271,7 +292,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea59dc42102bc9a1905dc57901edc6dd48b9f38115df86c7d252acba70d71d04" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "arbitrary", "k256", @@ -280,6 +301,18 @@ dependencies = [ "serde_with", ] +[[package]] +name = "alloy-eip7702" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c986539255fb839d1533c128e190e557e52ff652c9ef62939e233a81dd93f7e" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "serde", +] + [[package]] name = "alloy-eips" version = "0.3.6" @@ -287,12 +320,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f923dd5fca5f67a43d81ed3ebad0880bd41f6dd0ada930030353ac356c54cd0f" dependencies = [ "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", + "alloy-eip7702 0.1.1", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.3.6", "c-kzg", - "derive_more 1.0.0", + "derive_more", "once_cell", "serde", "sha2 0.10.8", @@ -305,13 +338,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ffb906284a1e1f63c4607da2068c8197458a352d0b3e9796e67353d72a9be85" dependencies = [ "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", + "alloy-eip7702 0.1.1", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", "arbitrary", "c-kzg", - "derive_more 1.0.0", + "derive_more", + "once_cell", + "serde", + "sha2 0.10.8", +] + +[[package]] +name = "alloy-eips" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f9fadfe089e9ccc0650473f2d4ef0a28bc015bbca5631d9f0f09e49b557fdb3" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702 0.4.2", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "c-kzg", + "derive_more", "once_cell", "serde", "sha2 0.10.8", @@ -323,7 +374,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a7a18afb0b318616b6b2b0e2e7ac5529d32a966c673b48091c9919e284e6aca" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.3.6", "serde", ] @@ -334,7 +385,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8429cf4554eed9b40feec7f4451113e76596086447550275e3def933faf47ce3" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", ] @@ -345,7 +396,7 @@ version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c357da577dfb56998d01f574d81ad7a1958d248740a7981b205d69d65a7da404" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-sol-type-parser", "serde", "serde_json", @@ -357,8 +408,8 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3c717b5298fad078cd3a418335b266eba91b511383ca9bd497f742d5975d5ab" dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "serde", "serde_json", "thiserror 1.0.69", @@ -371,14 +422,28 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8fa8a1a3c4cbd221f2b8e3693aeb328fca79a757fe556ed08e47bbbc2a70db7" dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "serde", "serde_json", "thiserror 1.0.69", "tracing", ] +[[package]] +name = "alloy-json-rpc" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e29040b9d5fe2fb70415531882685b64f8efd08dfbd6cc907120650504821105" +dependencies = [ + "alloy-primitives", + "alloy-sol-types", + "serde", + "serde_json", + "thiserror 2.0.9", + "tracing", +] + [[package]] name = "alloy-network" version = "0.3.6" @@ -389,11 +454,11 @@ dependencies = [ "alloy-eips 0.3.6", "alloy-json-rpc 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.3.6", "alloy-serde 0.3.6", "alloy-signer 0.3.6", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "async-trait", "auto_impl", "futures-utils-wasm", @@ -410,17 +475,42 @@ dependencies = [ "alloy-eips 0.4.2", "alloy-json-rpc 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "alloy-signer 0.4.2", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "async-trait", "auto_impl", "futures-utils-wasm", "thiserror 1.0.69", ] +[[package]] +name = "alloy-network" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "510cc00b318db0dfccfdd2d032411cfae64fc144aef9679409e014145d3dacc4" +dependencies = [ + "alloy-consensus 0.8.3", + "alloy-consensus-any", + "alloy-eips 0.8.3", + "alloy-json-rpc 0.8.3", + "alloy-network-primitives 0.8.3", + "alloy-primitives", + "alloy-rpc-types-any", + "alloy-rpc-types-eth 0.8.3", + "alloy-serde 0.8.3", + "alloy-signer 0.8.3", + "alloy-sol-types", + "async-trait", + "auto_impl", + "futures-utils-wasm", + "serde", + "serde_json", + "thiserror 2.0.9", +] + [[package]] name = "alloy-network-primitives" version = "0.3.6" @@ -428,7 +518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94ad40869867ed2d9cd3842b1e800889e5b49e6b92da346e93862b4a741bedf3" dependencies = [ "alloy-eips 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.3.6", "serde", ] @@ -441,31 +531,22 @@ checksum = "801492711d4392b2ccf5fc0bc69e299fa1aab15167d74dcaa9aab96a54f684bd" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", ] [[package]] -name = "alloy-primitives" -version = "0.7.7" +name = "alloy-network-primitives" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" +checksum = "9081c099e798b8a2bba2145eb82a9a146f01fc7a35e9ab6e7b43305051f97550" dependencies = [ - "alloy-rlp", - "bytes", - "cfg-if", - "const-hex", - "derive_more 0.99.18", - "hex-literal", - "itoa", - "k256", - "keccak-asm", - "proptest", - "rand", - "ruint", + "alloy-consensus 0.8.3", + "alloy-eips 0.8.3", + "alloy-primitives", + "alloy-serde 0.8.3", "serde", - "tiny-keccak", ] [[package]] @@ -480,7 +561,7 @@ dependencies = [ "cfg-if", "const-hex", "derive_arbitrary", - "derive_more 1.0.0", + "derive_more", "foldhash", "getrandom", "hashbrown 0.15.2", @@ -512,7 +593,7 @@ dependencies = [ "alloy-json-rpc 0.3.6", "alloy-network 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.3.6", "alloy-rpc-client 0.3.6", "alloy-rpc-types-eth 0.3.6", @@ -547,7 +628,7 @@ dependencies = [ "alloy-json-rpc 0.4.2", "alloy-network 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.4.2", "alloy-rpc-client 0.4.2", "alloy-rpc-types-eth 0.4.2", @@ -578,7 +659,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d05f63677e210d758cd5d6d1ce10f20c980c3560ccfbe79ba1997791862a04f" dependencies = [ "alloy-json-rpc 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-transport 0.3.6", "bimap", "futures", @@ -597,7 +678,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f32cef487122ae75c91eb50154c70801d71fabdb976fec6c49e0af5e6486ab15" dependencies = [ "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-transport 0.4.2", "bimap", "futures", @@ -638,7 +719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d82952dca71173813d4e5733e2c986d8b04aea9e0f3b0a576664c232ad050a5" dependencies = [ "alloy-json-rpc 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.3.6", "alloy-transport 0.3.6", "alloy-transport-http 0.3.6", @@ -662,7 +743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "370143ed581aace6e663342d21d209c6b2e34ee6142f7d6675adb518deeaf0dc" dependencies = [ "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-pubsub 0.4.2", "alloy-transport 0.4.2", "alloy-transport-http 0.4.2", @@ -696,7 +777,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ffc534b7919e18f35e3aa1f507b6f3d9d92ec298463a9f6beaac112809d8d06" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", @@ -710,7 +791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb520ed46cc5b7d8c014a73fdd77b6a310383a2a5c0a5ae3c9b8055881f062b7" dependencies = [ "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "serde", "serde_json", ] @@ -721,11 +802,22 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d780adaa5d95b07ad92006b2feb68ecfa7e2015f7d5976ceaac4c906c73ebd07" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", ] +[[package]] +name = "alloy-rpc-types-any" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed98e1af55a7d856bfa385f30f63d8d56be2513593655c904a8f4a7ec963aa3e" +dependencies = [ + "alloy-consensus-any", + "alloy-rpc-types-eth 0.8.3", + "alloy-serde 0.8.3", +] + [[package]] name = "alloy-rpc-types-beacon" version = "0.4.2" @@ -733,7 +825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a8dc5980fe30203d698627cddb5f0cedc57f900c8b5e1229c8b9448e37acb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "serde", "serde_with", @@ -746,7 +838,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59d8f8c5bfb160081a772f1f68eb9a37e8929c4ef74e5d01f5b78c2b645a5c5e" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "serde", ] @@ -758,12 +850,12 @@ checksum = "e0285c4c09f838ab830048b780d7f4a4f460f309aa1194bb049843309524c64c" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", - "derive_more 1.0.0", + "derive_more", "jsonrpsee-types", - "jsonwebtoken 9.3.0", + "jsonwebtoken", "rand", "serde", "strum", @@ -778,12 +870,12 @@ dependencies = [ "alloy-consensus 0.3.6", "alloy-eips 0.3.6", "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.3.6", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "cfg-if", - "derive_more 1.0.0", + "derive_more", "hashbrown 0.14.5", "itertools 0.13.0", "serde", @@ -799,17 +891,37 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", - "alloy-sol-types 0.8.15", - "derive_more 1.0.0", + "alloy-sol-types", + "derive_more", "itertools 0.13.0", "jsonrpsee-types", "serde", "serde_json", ] +[[package]] +name = "alloy-rpc-types-eth" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8737d7a6e37ca7bba9c23e9495c6534caec6760eb24abc9d5ffbaaba147818e1" +dependencies = [ + "alloy-consensus 0.8.3", + "alloy-consensus-any", + "alloy-eips 0.8.3", + "alloy-network-primitives 0.8.3", + "alloy-primitives", + "alloy-rlp", + "alloy-serde 0.8.3", + "alloy-sol-types", + "derive_more", + "itertools 0.13.0", + "serde", + "serde_json", +] + [[package]] name = "alloy-rpc-types-mev" version = "0.4.2" @@ -817,7 +929,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cec23ce56c869eec5f6b6fd6a8a92b5aa0cfaf8d7be3a96502e537554dc7430" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-serde 0.4.2", "serde", "serde_json", @@ -829,7 +941,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "017cad3e5793c5613588c1f9732bcbad77e820ba7d0feaba3527749f856fdbc5" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "serde", @@ -843,7 +955,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b230e321c416be7f50530159392b4c41a45596d40d97e185575bcd0b545e521" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "serde", @@ -855,7 +967,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "731f75ec5d383107fd745d781619bd9cedf145836c51ecb991623d41278e71fa" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "serde", "serde_json", ] @@ -866,19 +978,30 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dff0ab1cdd43ca001e324dc27ee0e8606bd2161d6623c63e0e0b8c4dfc13600" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "arbitrary", "serde", "serde_json", ] +[[package]] +name = "alloy-serde" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5851bf8d5ad33014bd0c45153c603303e730acc8a209450a7ae6b4a12c2789e2" +dependencies = [ + "alloy-primitives", + "serde", + "serde_json", +] + [[package]] name = "alloy-signer" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "307324cca94354cd654d6713629f0383ec037e1ff9e3e3d547212471209860c0" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "async-trait", "auto_impl", "elliptic-curve", @@ -892,7 +1015,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fd4e0ad79c81a27ca659be5d176ca12399141659fef2bcbfdc848da478f4504" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "async-trait", "auto_impl", "elliptic-curve", @@ -900,6 +1023,20 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "alloy-signer" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e10ca565da6500cca015ba35ee424d59798f2e1b85bc0dd8f81dafd401f029a" +dependencies = [ + "alloy-primitives", + "async-trait", + "auto_impl", + "elliptic-curve", + "k256", + "thiserror 2.0.9", +] + [[package]] name = "alloy-signer-local" version = "0.3.6" @@ -908,7 +1045,7 @@ checksum = "9fabe917ab1778e760b4701628d1cae8e028ee9d52ac6307de4e1e9286ab6b5f" dependencies = [ "alloy-consensus 0.3.6", "alloy-network 0.3.6", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-signer 0.3.6", "async-trait", "k256", @@ -924,7 +1061,7 @@ checksum = "494e0a256f3e99f2426f994bcd1be312c02cb8f88260088dacb33a8b8936475f" dependencies = [ "alloy-consensus 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-signer 0.4.2", "async-trait", "k256", @@ -933,17 +1070,19 @@ dependencies = [ ] [[package]] -name = "alloy-sol-macro" -version = "0.7.7" +name = "alloy-signer-local" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b40397ddcdcc266f59f959770f601ce1280e699a91fc1862f29cef91707cd09" +checksum = "47fababf5a745133490cde927d48e50267f97d3d1209b9fc9f1d1d666964d172" dependencies = [ - "alloy-sol-macro-expander 0.7.7", - "alloy-sol-macro-input 0.7.7", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.93", + "alloy-consensus 0.8.3", + "alloy-network 0.8.3", + "alloy-primitives", + "alloy-signer 0.8.3", + "async-trait", + "k256", + "rand", + "thiserror 2.0.9", ] [[package]] @@ -952,39 +1091,21 @@ version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9d64f851d95619233f74b310f12bcf16e0cbc27ee3762b6115c14a84809280a" dependencies = [ - "alloy-sol-macro-expander 0.8.15", - "alloy-sol-macro-input 0.8.15", + "alloy-sol-macro-expander", + "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", "syn 2.0.93", ] -[[package]] -name = "alloy-sol-macro-expander" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867a5469d61480fea08c7333ffeca52d5b621f5ca2e44f271b117ec1fc9a0525" -dependencies = [ - "alloy-sol-macro-input 0.7.7", - "const-hex", - "heck 0.5.0", - "indexmap 2.7.0", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.7.7", - "tiny-keccak", -] - [[package]] name = "alloy-sol-macro-expander" version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bf7ed1574b699f48bf17caab4e6e54c6d12bc3c006ab33d58b1e227c1c3559f" dependencies = [ - "alloy-sol-macro-input 0.8.15", + "alloy-sol-macro-input", "const-hex", "heck 0.5.0", "indexmap 2.7.0", @@ -992,25 +1113,10 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.93", - "syn-solidity 0.8.15", + "syn-solidity", "tiny-keccak", ] -[[package]] -name = "alloy-sol-macro-input" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e482dc33a32b6fadbc0f599adea520bd3aaa585c141a80b404d0a3e3fa72528" -dependencies = [ - "const-hex", - "dunce", - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.93", - "syn-solidity 0.7.7", -] - [[package]] name = "alloy-sol-macro-input" version = "0.8.15" @@ -1023,7 +1129,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.93", - "syn-solidity 0.8.15", + "syn-solidity", ] [[package]] @@ -1036,18 +1142,6 @@ dependencies = [ "winnow 0.6.21", ] -[[package]] -name = "alloy-sol-types" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91ca40fa20793ae9c3841b83e74569d1cc9af29a2f5237314fd3452d51e38c7" -dependencies = [ - "alloy-primitives 0.7.7", - "alloy-sol-macro 0.7.7", - "const-hex", - "serde", -] - [[package]] name = "alloy-sol-types" version = "0.8.15" @@ -1055,8 +1149,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1174cafd6c6d810711b4e00383037bdb458efc4fe3dbafafa16567e0320c54d8" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.15", - "alloy-sol-macro 0.8.15", + "alloy-primitives", + "alloy-sol-macro", "const-hex", "serde", ] @@ -1171,10 +1265,26 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9703ce68b97f8faae6f7739d1e003fc97621b856953cbcdbb2b515743f23288" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "nybbles 0.2.1", + "serde", + "smallvec", + "tracing", +] + +[[package]] +name = "alloy-trie" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6917c79e837aa7b77b7a6dae9f89cbe15313ac161c4d3cfaf8909ef21f3d22d8" +dependencies = [ + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", - "nybbles", + "arrayvec", + "derive_more", + "nybbles 0.3.4", "serde", "smallvec", "tracing", @@ -1571,6 +1681,9 @@ name = "arrayvec" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +dependencies = [ + "serde", +] [[package]] name = "asn1_der" @@ -1726,6 +1839,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "backoff" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" +dependencies = [ + "futures-core", + "getrandom", + "instant", + "pin-project-lite", + "rand", + "tokio", +] + [[package]] name = "backon" version = "1.3.0" @@ -1859,12 +1986,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "bech32" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" - [[package]] name = "bech32" version = "0.11.0" @@ -1975,7 +2096,7 @@ checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026" dependencies = [ "base58ck", "base64 0.21.7", - "bech32 0.11.0", + "bech32", "bitcoin-internals 0.3.0", "bitcoin-io", "bitcoin-units", @@ -2391,7 +2512,6 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", "tinyvec", ] @@ -2510,6 +2630,20 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "cargo_metadata" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924" +dependencies = [ + "camino", + "cargo-platform", + "semver 1.0.24", + "serde", + "serde_json", + "thiserror 2.0.9", +] + [[package]] name = "cassowary" version = "0.3.0" @@ -2525,6 +2659,25 @@ dependencies = [ "rustversion", ] +[[package]] +name = "cbindgen" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb" +dependencies = [ + "clap", + "heck 0.4.1", + "indexmap 2.7.0", + "log", + "proc-macro2", + "quote", + "serde", + "serde_json", + "syn 2.0.93", + "tempfile", + "toml 0.8.19", +] + [[package]] name = "cc" version = "1.2.6" @@ -2640,78 +2793,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] -name = "coins-bip32" -version = "0.8.7" +name = "colorchoice" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3" -dependencies = [ - "bs58", - "coins-core", - "digest 0.10.7", - "hmac 0.12.1", - "k256", - "serde", - "sha2 0.10.8", - "thiserror 1.0.69", -] +checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] -name = "coins-bip39" -version = "0.8.7" +name = "colored" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ - "bitvec", - "coins-bip32", - "hmac 0.12.1", - "once_cell", - "pbkdf2 0.12.2", - "rand", - "sha2 0.10.8", - "thiserror 1.0.69", + "lazy_static", + "windows-sys 0.59.0", ] [[package]] -name = "coins-core" -version = "0.8.7" +name = "combine" +version = "4.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979" -dependencies = [ - "base64 0.21.7", - "bech32 0.9.1", - "bs58", - "digest 0.10.7", - "generic-array 0.14.7", - "hex", - "ripemd", - "serde", - "serde_derive", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", -] - -[[package]] -name = "colorchoice" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" - -[[package]] -name = "colored" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" -dependencies = [ - "lazy_static", - "windows-sys 0.59.0", -] - -[[package]] -name = "combine" -version = "4.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" dependencies = [ "bytes", "memchr", @@ -2829,12 +2930,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - [[package]] name = "convert_case" version = "0.6.0" @@ -3075,6 +3170,16 @@ dependencies = [ "cipher", ] +[[package]] +name = "ctrlc" +version = "3.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" +dependencies = [ + "nix", + "windows-sys 0.59.0", +] + [[package]] name = "curve25519-dalek" version = "4.1.3" @@ -3291,6 +3396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", + "pem-rfc7468", "zeroize", ] @@ -3357,19 +3463,6 @@ dependencies = [ "syn 2.0.93", ] -[[package]] -name = "derive_more" -version = "0.99.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" -dependencies = [ - "convert_case 0.4.0", - "proc-macro2", - "quote", - "rustc_version 0.4.1", - "syn 2.0.93", -] - [[package]] name = "derive_more" version = "1.0.0" @@ -3385,7 +3478,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ - "convert_case 0.6.0", + "convert_case", "proc-macro2", "quote", "syn 2.0.93", @@ -3501,7 +3594,7 @@ dependencies = [ "arrayvec", "ctr", "delay_map", - "enr 0.12.1", + "enr", "fnv", "futures", "hashlink 0.8.4", @@ -3557,6 +3650,20 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" +[[package]] +name = "downloader" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ac1e888d6830712d565b2f3a974be3200be9296bc1b03db8251a4cbf18a4a34" +dependencies = [ + "digest 0.10.7", + "futures", + "rand", + "reqwest 0.12.12", + "thiserror 1.0.69", + "tokio", +] + [[package]] name = "dunce" version = "1.0.5" @@ -3642,6 +3749,7 @@ dependencies = [ "ff 0.13.0", "generic-array 0.14.7", "group 0.13.0", + "pem-rfc7468", "pkcs8", "rand_core", "sec1", @@ -3664,24 +3772,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "enr" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a3d8dc56e02f954cac8eb489772c552c473346fc34f67412bb6244fd647f7e4" -dependencies = [ - "base64 0.21.7", - "bytes", - "hex", - "k256", - "log", - "rand", - "rlp", - "serde", - "sha3", - "zeroize", -] - [[package]] name = "enr" version = "0.12.1" @@ -3776,270 +3866,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "eth-keystore" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab" -dependencies = [ - "aes", - "ctr", - "digest 0.10.7", - "hex", - "hmac 0.12.1", - "pbkdf2 0.11.0", - "rand", - "scrypt", - "serde", - "serde_json", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", - "uuid 0.8.2", -] - -[[package]] -name = "ethabi" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898" -dependencies = [ - "ethereum-types", - "hex", - "once_cell", - "regex", - "serde", - "serde_json", - "sha3", - "thiserror 1.0.69", - "uint", -] - -[[package]] -name = "ethbloom" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" -dependencies = [ - "crunchy", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "tiny-keccak", -] - -[[package]] -name = "ethereum-types" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" -dependencies = [ - "ethbloom", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "primitive-types", - "scale-info", - "uint", -] - -[[package]] -name = "ethers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "816841ea989f0c69e459af1cf23a6b0033b19a55424a1ea3a30099becdb8dec0" -dependencies = [ - "ethers-addressbook", - "ethers-contract", - "ethers-core", - "ethers-middleware", - "ethers-providers", - "ethers-signers", -] - -[[package]] -name = "ethers-addressbook" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5495afd16b4faa556c3bba1f21b98b4983e53c1755022377051a975c3b021759" -dependencies = [ - "ethers-core", - "once_cell", - "serde", - "serde_json", -] - -[[package]] -name = "ethers-contract" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fceafa3578c836eeb874af87abacfb041f92b4da0a78a5edd042564b8ecdaaa" -dependencies = [ - "const-hex", - "ethers-contract-abigen", - "ethers-contract-derive", - "ethers-core", - "ethers-providers", - "futures-util", - "once_cell", - "pin-project", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "ethers-contract-abigen" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ba01fbc2331a38c429eb95d4a570166781f14290ef9fdb144278a90b5a739b" -dependencies = [ - "Inflector", - "const-hex", - "dunce", - "ethers-core", - "eyre", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "serde", - "serde_json", - "syn 2.0.93", - "toml 0.8.19", - "walkdir", -] - -[[package]] -name = "ethers-contract-derive" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87689dcabc0051cde10caaade298f9e9093d65f6125c14575db3fd8c669a168f" -dependencies = [ - "Inflector", - "const-hex", - "ethers-contract-abigen", - "ethers-core", - "proc-macro2", - "quote", - "serde_json", - "syn 2.0.93", -] - -[[package]] -name = "ethers-core" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d80cc6ad30b14a48ab786523af33b37f28a8623fc06afd55324816ef18fb1f" -dependencies = [ - "arrayvec", - "bytes", - "cargo_metadata", - "chrono", - "const-hex", - "elliptic-curve", - "ethabi", - "generic-array 0.14.7", - "k256", - "num_enum 0.7.3", - "once_cell", - "open-fastrlp", - "rand", - "rlp", - "serde", - "serde_json", - "strum", - "syn 2.0.93", - "tempfile", - "thiserror 1.0.69", - "tiny-keccak", - "unicode-xid", -] - -[[package]] -name = "ethers-middleware" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f9fdf09aec667c099909d91908d5eaf9be1bd0e2500ba4172c1d28bfaa43de" -dependencies = [ - "async-trait", - "auto_impl", - "ethers-contract", - "ethers-core", - "ethers-providers", - "ethers-signers", - "futures-channel", - "futures-locks", - "futures-util", - "instant", - "reqwest 0.11.27", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", - "url", -] - -[[package]] -name = "ethers-providers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6434c9a33891f1effc9c75472e12666db2fa5a0fec4b29af6221680a6fe83ab2" -dependencies = [ - "async-trait", - "auto_impl", - "base64 0.21.7", - "bytes", - "const-hex", - "enr 0.10.0", - "ethers-core", - "futures-core", - "futures-timer", - "futures-util", - "hashers", - "http 0.2.12", - "instant", - "jsonwebtoken 8.3.0", - "once_cell", - "pin-project", - "reqwest 0.11.27", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "ws_stream_wasm", -] - -[[package]] -name = "ethers-signers" -version = "2.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228875491c782ad851773b652dd8ecac62cda8571d3bc32a5853644dd26766c2" -dependencies = [ - "async-trait", - "coins-bip32", - "coins-bip39", - "const-hex", - "elliptic-curve", - "eth-keystore", - "ethers-core", - "rand", - "sha2 0.10.8", - "thiserror 1.0.69", - "tracing", -] - [[package]] name = "ethnum" version = "1.5.0" @@ -4356,16 +4182,6 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" -[[package]] -name = "futures-locks" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06" -dependencies = [ - "futures-channel", - "futures-task", -] - [[package]] name = "futures-macro" version = "0.3.31" @@ -4675,15 +4491,6 @@ dependencies = [ "serde", ] -[[package]] -name = "hashers" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30" -dependencies = [ - "fxhash", -] - [[package]] name = "hashlink" version = "0.8.4" @@ -5276,24 +5083,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "impl-rlp" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" -dependencies = [ - "rlp", -] - -[[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" -dependencies = [ - "serde", -] - [[package]] name = "impl-trait-for-tuples" version = "0.2.3" @@ -5787,22 +5576,8 @@ dependencies = [ "http 1.2.0", "jsonrpsee-client-transport", "jsonrpsee-core", - "jsonrpsee-types", - "url", -] - -[[package]] -name = "jsonwebtoken" -version = "8.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" -dependencies = [ - "base64 0.21.7", - "pem 1.1.1", - "ring 0.16.20", - "serde", - "serde_json", - "simple_asn1", + "jsonrpsee-types", + "url", ] [[package]] @@ -5813,8 +5588,8 @@ checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" dependencies = [ "base64 0.21.7", "js-sys", - "pem 3.0.4", - "ring 0.17.8", + "pem", + "ring", "serde", "serde_json", "simple_asn1", @@ -5944,7 +5719,7 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.9.8", + "spin", ] [[package]] @@ -6391,7 +6166,7 @@ version = "12.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bd3c9608217b0d6fa9c9c8ddd875b85ab72bd4311cfc8db35e1b5a08fc11f4d" dependencies = [ - "bech32 0.11.0", + "bech32", "bitcoin", "serde", ] @@ -6578,6 +6353,18 @@ dependencies = [ "tempfile", ] +[[package]] +name = "nix" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +dependencies = [ + "bitflags 2.6.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nohash-hasher" version = "0.2.0" @@ -6844,6 +6631,17 @@ dependencies = [ "smallvec", ] +[[package]] +name = "nybbles" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8983bb634df7248924ee0c4c3a749609b5abcb082c28fffe3254b3eb3602b307" +dependencies = [ + "const-hex", + "serde", + "smallvec", +] + [[package]] name = "objc" version = "0.2.7" @@ -6876,14 +6674,14 @@ checksum = "7ea7162170c6f3cad8f67f4dd7108e3f78349fd553da5b8bebff1e7ef8f38896" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", "arbitrary", - "derive_more 1.0.0", + "derive_more", "serde", "serde_with", - "spin 0.9.8", + "spin", ] [[package]] @@ -6894,8 +6692,8 @@ checksum = "9f3d31dfbbd8dd898c7512f8ce7d30103980485416f668566100b0ed0994b958" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "serde", "serde_repr", ] @@ -6908,10 +6706,10 @@ checksum = "310873e4fbfc41986716c4fb6000a8b49d025d932d2c261af58271c434b05288" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-serde 0.4.2", - "derive_more 1.0.0", + "derive_more", "op-alloy-consensus", "op-alloy-genesis", "serde", @@ -6926,7 +6724,7 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", "op-alloy-consensus", @@ -6940,10 +6738,10 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349e7b420f45d1a00216ec4c65fcf3f0057a841bc39732c405c85ae782b94121" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "alloy-serde 0.4.2", - "derive_more 1.0.0", + "derive_more", "op-alloy-protocol", "serde", ] @@ -6954,31 +6752,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" -[[package]] -name = "open-fastrlp" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" -dependencies = [ - "arrayvec", - "auto_impl", - "bytes", - "ethereum-types", - "open-fastrlp-derive", -] - -[[package]] -name = "open-fastrlp-derive" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c" -dependencies = [ - "bytes", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "openssl" version = "0.10.68" @@ -7100,11 +6873,23 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" +[[package]] +name = "p256" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" +dependencies = [ + "ecdsa", + "elliptic-curve", + "primeorder", + "sha2 0.10.8", +] + [[package]] name = "p3-air" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066f571b2e645505ed5972dd0e1e252ba03352150830c9566769ca711c0f1e9b" +checksum = "02634a874a2286b73f3e0a121e79d6774e92ccbec648c5568f4a7479a4830858" dependencies = [ "p3-field", "p3-matrix", @@ -7112,9 +6897,9 @@ dependencies = [ [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint 0.4.6", "p3-field", @@ -7125,21 +6910,11 @@ dependencies = [ "serde", ] -[[package]] -name = "p3-blake3" -version = "0.1.4-succinct" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc4cb69ae54a279bbbd477566d1bdb71aa879b528fd658d0fcfc36f54b00217c" -dependencies = [ - "blake3", - "p3-symmetric", -] - [[package]] name = "p3-bn254-fr" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf19917f986d45e9abb6d177e875824ced6eed096480d574fce16f2c45c721ea" +checksum = "f8c53da73873e24d751ec3bd9d8da034bb5f99c71f24f4903ff37190182bff10" dependencies = [ "ff 0.13.0", "num-bigint 0.4.6", @@ -7152,9 +6927,9 @@ dependencies = [ [[package]] name = "p3-challenger" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be7e4fbce4566a93091107eadfafa0b5374bd1ffd3e0f6b850da3ff72eb183f" +checksum = "0f5c497659a7d9a87882e30ee9a8d0e20c8dcd32cd10d432410e7d6f146ef103" dependencies = [ "p3-field", "p3-maybe-rayon", @@ -7166,13 +6941,12 @@ dependencies = [ [[package]] name = "p3-commit" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a03eb0f99d68a712c41e658e9a7782a0705d4ffcfb6232a43bd3f1ef9591002" +checksum = "54ec340c5cb17739a7b9ee189378bdac8f0e684b9b5ce539476c26e77cd6a27d" dependencies = [ "itertools 0.12.1", "p3-challenger", - "p3-dft", "p3-field", "p3-matrix", "p3-util", @@ -7181,9 +6955,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -7194,9 +6968,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint 0.4.6", @@ -7208,9 +6982,9 @@ dependencies = [ [[package]] name = "p3-fri" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f351ee9f9d4256455164565cd91e3e6d2487cc2a5355515fa2b6d479269188dd" +checksum = "4ef838ff24d9b3de3d88d0ac984937d2aa2923bf25cb108ba9b2dc357e472197" dependencies = [ "itertools 0.12.1", "p3-challenger", @@ -7227,9 +7001,9 @@ dependencies = [ [[package]] name = "p3-interpolation" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24d0f2907a374ebe4545fcff3120d6376d9630cf0bef30feedcfc5908ea2c37" +checksum = "c806c3afb8d6acf1d3a78f4be1e9e8b026f13c01b0cdd5ae2e068b70a3ba6d80" dependencies = [ "p3-field", "p3-matrix", @@ -7238,9 +7012,9 @@ dependencies = [ [[package]] name = "p3-keccak-air" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e66badd47cedf6570e91a0cabc389b80dfd53ba1a6e9a45a3923fd54b86122ff" +checksum = "b46cef7ee8ae1f7cb560e7b7c137e272f6ba75be98179b3aa18695705231e0fb" dependencies = [ "p3-air", "p3-field", @@ -7252,9 +7026,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -7267,18 +7041,18 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "fd9ac6f1d11ad4d3c13cc496911109d6282315e64f851a666ed80ad4d77c0983" dependencies = [ "rayon", ] [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -7291,9 +7065,9 @@ dependencies = [ [[package]] name = "p3-merkle-tree" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad7ebab52a03c26025988663a135aed62f5084a2e2ea262176dc8748efb593e5" +checksum = "1f4ced385da80dd6b3fd830eaa452c9fa899f2dc3f6463aceba00620d5f071ec" dependencies = [ "itertools 0.12.1", "p3-commit", @@ -7308,9 +7082,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -7322,9 +7096,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -7333,9 +7107,9 @@ dependencies = [ [[package]] name = "p3-uni-stark" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437ebcd060c8a5479898030b114a93da8a86eb4c2e5f313d9eeaaf40c6e6f61" +checksum = "83ceaeef06b0bc97e5af2d220cd340b0b3a72bdf37e4584b73b3bc357cfc9ed3" dependencies = [ "itertools 0.12.1", "p3-air", @@ -7352,9 +7126,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "e1b84d324cd4ac09194a9d0e8ab1834e67a0e47dec477c28fcf9d68b2824c1fe" dependencies = [ "serde", ] @@ -7529,33 +7303,23 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "pbkdf2" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" -dependencies = [ - "digest 0.10.7", - "hmac 0.12.1", -] - [[package]] name = "pem" -version = "1.1.1" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" +checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" dependencies = [ - "base64 0.13.1", + "base64 0.22.1", + "serde", ] [[package]] -name = "pem" -version = "3.0.4" +name = "pem-rfc7468" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" dependencies = [ - "base64 0.22.1", - "serde", + "base64ct", ] [[package]] @@ -7764,6 +7528,15 @@ dependencies = [ "syn 2.0.93", ] +[[package]] +name = "primeorder" +version = "0.13.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" +dependencies = [ + "elliptic-curve", +] + [[package]] name = "primitive-types" version = "0.12.2" @@ -7772,9 +7545,6 @@ checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", "uint", ] @@ -8118,7 +7888,7 @@ dependencies = [ "bytes", "getrandom", "rand", - "ring 0.17.8", + "ring", "rustc-hash 2.1.0", "rustls 0.23.20", "rustls-pki-types", @@ -8476,7 +8246,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "aquamarine", @@ -8546,7 +8316,7 @@ name = "reth-auto-seal-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures-util", "reth-beacon-consensus", @@ -8576,7 +8346,7 @@ name = "reth-basic-payload-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "futures-core", "futures-util", @@ -8600,7 +8370,7 @@ name = "reth-beacon-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures", "itertools 0.13.0", @@ -8635,7 +8405,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "aquamarine", "linked_hash_set", "metrics 0.23.0", @@ -8667,7 +8437,7 @@ name = "reth-blockchain-tree-api" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-consensus", "reth-execution-errors", "reth-primitives", @@ -8681,9 +8451,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", - "derive_more 1.0.0", + "derive_more", "metrics 0.23.0", "parking_lot 0.12.3", "pin-project", @@ -8707,10 +8477,10 @@ dependencies = [ "alloy-chains", "alloy-eips 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-trie", + "alloy-primitives", + "alloy-trie 0.6.0", "auto_impl", - "derive_more 1.0.0", + "derive_more", "once_cell", "reth-ethereum-forks", "reth-network-peers", @@ -8739,7 +8509,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "ahash", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "backon", "clap", "comfy-table", @@ -8806,7 +8576,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "cfg-if", "eyre", "libc", @@ -8825,8 +8595,8 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", - "alloy-trie", + "alloy-primitives", + "alloy-trie 0.6.0", "bytes", "modular-bitfield", "reth-codecs-derive", @@ -8837,7 +8607,7 @@ name = "reth-codecs-derive" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "convert_case 0.6.0", + "convert_case", "proc-macro2", "quote", "syn 2.0.93", @@ -8862,9 +8632,9 @@ name = "reth-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", - "derive_more 1.0.0", + "derive_more", "reth-primitives", ] @@ -8873,7 +8643,7 @@ name = "reth-consensus-common" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chainspec", "reth-consensus", "reth-primitives", @@ -8887,7 +8657,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-provider 0.4.2", "alloy-rpc-types 0.4.2", "alloy-rpc-types-engine", @@ -8909,9 +8679,9 @@ name = "reth-db" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", - "derive_more 1.0.0", + "derive_more", "eyre", "metrics 0.23.0", "page_size", @@ -8941,9 +8711,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", - "derive_more 1.0.0", + "derive_more", "metrics 0.23.0", "modular-bitfield", "parity-scale-codec", @@ -8964,7 +8734,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "boyer-moore-magiclen", "eyre", "reth-chainspec", @@ -8991,7 +8761,7 @@ name = "reth-db-models" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", "modular-bitfield", "reth-codecs", @@ -9004,10 +8774,10 @@ name = "reth-discv4" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "discv5", - "enr 0.12.1", + "enr", "generic-array 0.14.7", "parking_lot 0.12.3", "reth-ethereum-forks", @@ -9028,11 +8798,11 @@ name = "reth-discv5" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", + "derive_more", "discv5", - "enr 0.12.1", + "enr", "futures", "itertools 0.13.0", "metrics 0.23.0", @@ -9052,9 +8822,9 @@ name = "reth-dns-discovery" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "data-encoding", - "enr 0.12.1", + "enr", "linked_hash_set", "parking_lot 0.12.3", "reth-ethereum-forks", @@ -9075,7 +8845,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "futures", "futures-util", @@ -9104,7 +8874,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "aes", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "block-padding", "byteorder", @@ -9134,7 +8904,7 @@ name = "reth-engine-primitives" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-execution-types", "reth-payload-primitives", "reth-primitives", @@ -9171,7 +8941,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures", "metrics 0.23.0", @@ -9207,7 +8977,7 @@ name = "reth-engine-util" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "eyre", "futures", @@ -9251,10 +9021,10 @@ name = "reth-eth-wire" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "bytes", - "derive_more 1.0.0", + "derive_more", "futures", "pin-project", "reth-chainspec", @@ -9279,10 +9049,10 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-chains", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "bytes", - "derive_more 1.0.0", + "derive_more", "reth-chainspec", "reth-codecs-derive", "reth-primitives", @@ -9304,7 +9074,7 @@ name = "reth-ethereum-consensus" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chainspec", "reth-consensus", "reth-consensus-common", @@ -9318,7 +9088,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "reth-chain-state", @@ -9337,7 +9107,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-chains", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "auto_impl", "crc", @@ -9353,7 +9123,7 @@ name = "reth-ethereum-payload-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-basic-payload-builder", "reth-chain-state", "reth-chainspec", @@ -9389,7 +9159,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", "futures-util", "metrics 0.23.0", @@ -9411,8 +9181,8 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", - "alloy-sol-types 0.8.15", + "alloy-primitives", + "alloy-sol-types", "reth-chainspec", "reth-ethereum-consensus", "reth-ethereum-forks", @@ -9430,10 +9200,10 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", - "nybbles", + "derive_more", + "nybbles 0.2.1", "reth-consensus", "reth-prune-types", "reth-storage-errors", @@ -9446,7 +9216,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-execution-errors", "reth-primitives", "reth-trie", @@ -9461,7 +9231,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "eyre", "futures", "itertools 0.13.0", @@ -9497,7 +9267,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chain-state", "reth-execution-types", "serde", @@ -9519,7 +9289,7 @@ name = "reth-invalid-block-hooks" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-debug", "eyre", @@ -9568,7 +9338,7 @@ dependencies = [ "bitflags 2.6.0", "byteorder", "dashmap 6.1.0", - "derive_more 1.0.0", + "derive_more", "indexmap 2.7.0", "parking_lot 0.12.3", "reth-mdbx-sys", @@ -9603,7 +9373,7 @@ name = "reth-net-banlist" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", ] [[package]] @@ -9626,13 +9396,13 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "aquamarine", "auto_impl", - "derive_more 1.0.0", + "derive_more", "discv5", - "enr 0.12.1", + "enr", "futures", "itertools 0.13.0", "metrics 0.23.0", @@ -9675,11 +9445,11 @@ name = "reth-network-api" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-admin", "auto_impl", - "derive_more 1.0.0", - "enr 0.12.1", + "derive_more", + "enr", "futures", "reth-eth-wire-types", "reth-ethereum-forks", @@ -9699,9 +9469,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", - "derive_more 1.0.0", + "derive_more", "futures", "reth-consensus", "reth-eth-wire-types", @@ -9718,9 +9488,9 @@ name = "reth-network-peers" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "enr 0.12.1", + "enr", "secp256k1", "serde_with", "thiserror 1.0.69", @@ -9749,7 +9519,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "anyhow", "bincode", - "derive_more 1.0.0", + "derive_more", "lz4_flex", "memmap2", "reth-fs-util", @@ -9782,7 +9552,7 @@ name = "reth-node-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "aquamarine", "eyre", @@ -9845,11 +9615,11 @@ name = "reth-node-core" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "clap", "const_format", - "derive_more 1.0.0", + "derive_more", "dirs-next", "eyre", "futures", @@ -9918,7 +9688,7 @@ name = "reth-node-events" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "futures", "humantime", @@ -9975,7 +9745,7 @@ name = "reth-payload-builder" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "async-trait", "futures-util", @@ -9995,7 +9765,7 @@ name = "reth-payload-primitives" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "async-trait", "op-alloy-rpc-types-engine", @@ -10030,13 +9800,13 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "alloy-serde 0.4.2", "bytes", "c-kzg", - "derive_more 1.0.0", + "derive_more", "k256", "modular-bitfield", "once_cell", @@ -10063,11 +9833,11 @@ dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "byteorder", "bytes", - "derive_more 1.0.0", + "derive_more", "modular-bitfield", "reth-codecs", "revm-primitives", @@ -10082,7 +9852,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", "dashmap 6.1.0", @@ -10123,7 +9893,7 @@ name = "reth-prune" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10149,9 +9919,9 @@ name = "reth-prune-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", - "derive_more 1.0.0", + "derive_more", "modular-bitfield", "reth-codecs", "serde", @@ -10163,7 +9933,7 @@ name = "reth-revm" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "reth-chainspec", "reth-consensus-common", "reth-execution-errors", @@ -10184,7 +9954,7 @@ dependencies = [ "alloy-eips 0.4.2", "alloy-genesis 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "alloy-rpc-types-admin", @@ -10197,13 +9967,13 @@ dependencies = [ "alloy-signer 0.4.2", "alloy-signer-local 0.4.2", "async-trait", - "derive_more 1.0.0", + "derive_more", "futures", "http 1.2.0", "http-body 1.0.1", "hyper 1.5.2", "jsonrpsee", - "jsonwebtoken 9.3.0", + "jsonwebtoken", "parking_lot 0.12.3", "pin-project", "rand", @@ -10247,7 +10017,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-eips 0.4.2", "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-admin", "alloy-rpc-types-anvil", @@ -10308,7 +10078,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "async-trait", "jsonrpsee-core", @@ -10342,7 +10112,7 @@ dependencies = [ "alloy-eips 0.4.2", "alloy-json-rpc 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-eth 0.4.2", "alloy-rpc-types-mev", @@ -10381,12 +10151,12 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-eth 0.4.2", "alloy-serde 0.4.2", - "alloy-sol-types 0.8.15", - "derive_more 1.0.0", + "alloy-sol-types", + "derive_more", "futures", "jsonrpsee-core", "jsonrpsee-types", @@ -10435,7 +10205,7 @@ name = "reth-rpc-server-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", @@ -10452,7 +10222,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types 0.4.2", "alloy-rpc-types-engine", @@ -10467,7 +10237,7 @@ name = "reth-stages" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bincode", "futures-util", "itertools 0.13.0", @@ -10503,7 +10273,7 @@ name = "reth-stages-api" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "aquamarine", "auto_impl", "futures-util", @@ -10529,7 +10299,7 @@ name = "reth-stages-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "bytes", "modular-bitfield", "reth-codecs", @@ -10542,7 +10312,7 @@ name = "reth-static-file" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "parking_lot 0.12.3", "rayon", "reth-chainspec", @@ -10564,9 +10334,9 @@ name = "reth-static-file-types" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "clap", - "derive_more 1.0.0", + "derive_more", "serde", "strum", ] @@ -10577,7 +10347,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "auto_impl", "reth-chainspec", "reth-db-api", @@ -10596,9 +10366,9 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", + "derive_more", "reth-fs-util", "reth-primitives", ] @@ -10652,7 +10422,7 @@ version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "aquamarine", "auto_impl", @@ -10685,10 +10455,10 @@ name = "reth-trie" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "auto_impl", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10711,13 +10481,13 @@ source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973 dependencies = [ "alloy-consensus 0.4.2", "alloy-genesis 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "alloy-trie", + "alloy-trie 0.6.0", "bytes", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", - "nybbles", + "nybbles 0.2.1", "reth-codecs", "reth-primitives-traits", "revm-primitives", @@ -10729,10 +10499,10 @@ name = "reth-trie-db" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "auto_impl", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10754,9 +10524,9 @@ name = "reth-trie-parallel" version = "1.1.0" source = "git+https://github.com/paradigmxyz/reth.git?rev=v1.1.0#1ba631ba9581973e7c6cadeea92cfe1802aceb4a" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", + "derive_more", "itertools 0.13.0", "metrics 0.23.0", "rayon", @@ -10793,10 +10563,10 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43c44af0bf801f48d25f7baf25cf72aff4c02d610f83b428175228162fef0246" dependencies = [ - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types-eth 0.4.2", "alloy-rpc-types-trace", - "alloy-sol-types 0.8.15", + "alloy-sol-types", "anstyle", "boa_engine", "boa_gc", @@ -10832,7 +10602,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2 0.10.8", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -10842,8 +10612,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f1525851a03aff9a9d6a1d018b414d76252d6802ab54695b27093ecd7e7a101" dependencies = [ "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.15", + "alloy-eip7702 0.1.1", + "alloy-primitives", "auto_impl", "bitflags 2.6.0", "bitvec", @@ -10865,21 +10635,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", - "web-sys", - "winapi", -] - [[package]] name = "ring" version = "0.17.8" @@ -10890,8 +10645,8 @@ dependencies = [ "cfg-if", "getrandom", "libc", - "spin 0.9.8", - "untrusted 0.9.0", + "spin", + "untrusted", "windows-sys 0.52.0", ] @@ -10932,7 +10687,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f99fb40aeeaf59dddd6b6c3a177c95e8b3c7f0fb6de7d25a0687d12398323292" dependencies = [ "anyhow", - "cargo_metadata", + "cargo_metadata 0.18.1", "dirs", "docker-generate", "hex", @@ -11092,21 +10847,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ "bytes", - "rlp-derive", "rustc-hex", ] -[[package]] -name = "rlp-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "rmp" version = "0.8.14" @@ -11313,7 +11056,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", - "ring 0.17.8", + "ring", "rustls-webpki 0.101.7", "sct", ] @@ -11326,7 +11069,7 @@ checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" dependencies = [ "log", "once_cell", - "ring 0.17.8", + "ring", "rustls-pki-types", "rustls-webpki 0.102.8", "subtle", @@ -11346,6 +11089,18 @@ dependencies = [ "security-framework 2.11.1", ] +[[package]] +name = "rustls-native-certs" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" +dependencies = [ + "openssl-probe", + "rustls-pki-types", + "schannel", + "security-framework 3.1.0", +] + [[package]] name = "rustls-pemfile" version = "1.0.4" @@ -11385,7 +11140,7 @@ dependencies = [ "log", "once_cell", "rustls 0.23.20", - "rustls-native-certs", + "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", "security-framework 2.11.1", @@ -11406,8 +11161,8 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring", + "untrusted", ] [[package]] @@ -11416,9 +11171,9 @@ version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "ring 0.17.8", + "ring", "rustls-pki-types", - "untrusted 0.9.0", + "untrusted", ] [[package]] @@ -11451,15 +11206,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" -[[package]] -name = "salsa20" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" -dependencies = [ - "cipher", -] - [[package]] name = "same-file" version = "1.0.6" @@ -11476,7 +11222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" dependencies = [ "cfg-if", - "derive_more 1.0.0", + "derive_more", "parity-scale-codec", "scale-info-derive", ] @@ -11528,26 +11274,14 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "scrypt" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.11.0", - "salsa20", - "sha2 0.10.8", -] - [[package]] name = "sct" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring", + "untrusted", ] [[package]] @@ -12112,12 +11846,12 @@ dependencies = [ [[package]] name = "sp1-build" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e58e5f49cf1481363abb74b55104e215f3b6e58dc2adb748bde7a6e4ea61b51d" +checksum = "02eb66f62fad6f77d117ab98cc598779bc1b2317f7e9f87ded613dbbadad3672" dependencies = [ "anyhow", - "cargo_metadata", + "cargo_metadata 0.18.1", "chrono", "clap", "dirs", @@ -12125,12 +11859,13 @@ dependencies = [ [[package]] name = "sp1-core-executor" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8324d09601526d2ddfb796efb24996d3cc33ea8802bbd085bdefe93a4989b4dd" +checksum = "b1dfa47135712338e72c79485e4074279a5ac2d8784feb026e726121403a3f6e" dependencies = [ "bincode", "bytemuck", + "clap", "elf", "enum-map", "eyre", @@ -12140,16 +11875,20 @@ dependencies = [ "log", "nohash-hasher", "num", + "p3-baby-bear", "p3-field", "p3-maybe-rayon", + "p3-util", "rand", "rrs-succinct", "serde", + "serde_json", "sp1-curves", "sp1-primitives", "sp1-stark", "strum", "strum_macros", + "subenum", "thiserror 1.0.69", "tiny-keccak", "tracing", @@ -12159,14 +11898,17 @@ dependencies = [ [[package]] name = "sp1-core-machine" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357af5138c7a591d1a612d105d75c1c01cad0ed6cc383d1ae38b7254e85ea227" +checksum = "58d30a44739a1488d0747963dceaf80edda3ea0c5a64566ec1ed5a9c7474906b" dependencies = [ "bincode", + "cbindgen", + "cc", "cfg-if", "elliptic-curve", "generic-array 1.1.1", + "glob", "hashbrown 0.14.5", "hex", "itertools 0.13.0", @@ -12174,18 +11916,24 @@ dependencies = [ "log", "num", "num_cpus", + "p256", "p3-air", "p3-baby-bear", - "p3-blake3", "p3-challenger", "p3-field", "p3-keccak-air", "p3-matrix", "p3-maybe-rayon", + "p3-poseidon2", + "p3-symmetric", "p3-uni-stark", "p3-util", + "pathdiff", "rand", + "rayon", + "rayon-scan", "serde", + "serde_json", "size", "snowbridge-amcl", "sp1-core-executor", @@ -12205,11 +11953,28 @@ dependencies = [ "web-time", ] +[[package]] +name = "sp1-cuda" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60c88410077030eaefa95eb89b29ab7291d933c36b8ed22b6f762930e40892c8" +dependencies = [ + "bincode", + "ctrlc", + "prost 0.13.4", + "serde", + "sp1-core-machine", + "sp1-prover", + "tokio", + "tracing", + "twirp-rs", +] + [[package]] name = "sp1-curves" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd206bc1fc44b7a215be0ae17c9b79e25ecfc2774dcd4e3753c0a03dee784e" +checksum = "867fc2549585d2c2d9cd405147feee0abd972e94f73f8c051d772b663ae2a656" dependencies = [ "cfg-if", "dashu", @@ -12218,6 +11983,7 @@ dependencies = [ "itertools 0.13.0", "k256", "num", + "p256", "p3-field", "serde", "snowbridge-amcl", @@ -12228,9 +11994,9 @@ dependencies = [ [[package]] name = "sp1-derive" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf59bbd55ee20f0decb602809aadc73f09defb6f6d27067acf16029e84191b4a" +checksum = "1447e99b10de5b7907b310594fd290e68aa7016c39251cc3aede71c04987fd70" dependencies = [ "quote", "syn 1.0.109", @@ -12238,9 +12004,9 @@ dependencies = [ [[package]] name = "sp1-helper" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158708d1ac1a62e96e5c4f69df5267a6241573a01dd896530d1f435365ffc275" +checksum = "f8a50114c2beea516fdcda1fb452f98e13ac811206e8218d2036444c761fd2ae" dependencies = [ "sp1-build", ] @@ -12255,11 +12021,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d10c2078a5dfc5c3a632da1bc59b57a19dadc9c03968047d8ffb06c0f83b476" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -12275,17 +12052,18 @@ dependencies = [ [[package]] name = "sp1-prover" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc363eda811717369513ca72abafbb5cdec0ed16cda12458ca5321e4167e97ff" +checksum = "9550b9ddd73eee793a8f3d4f41d0cf17f8a42b2ec6f84282b63851c679027b1a" dependencies = [ "anyhow", "bincode", "clap", "dirs", + "downloader", "eyre", + "hex", "itertools 0.13.0", - "lazy_static", "lru", "num-bigint 0.4.6", "p3-baby-bear", @@ -12295,11 +12073,12 @@ dependencies = [ "p3-field", "p3-matrix", "p3-symmetric", + "p3-util", "rayon", - "reqwest 0.11.27", "serde", "serde_json", "serial_test", + "sha2 0.10.8", "sp1-core-executor", "sp1-core-machine", "sp1-primitives", @@ -12308,18 +12087,17 @@ dependencies = [ "sp1-recursion-core", "sp1-recursion-gnark-ffi", "sp1-stark", - "subtle-encoding", - "tempfile", "thiserror 1.0.69", "tracing", + "tracing-appender", "tracing-subscriber 0.3.19", ] [[package]] name = "sp1-recursion-circuit" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "108607ce729ab2fedb25f039284baaad022c5df242e0530c5b453e89cc8306a3" +checksum = "1a2e8c7b12d0742cefebe7a072bb4d0af37a6547bbeb0c65bc06412e671de78b" dependencies = [ "hashbrown 0.14.5", "itertools 0.13.0", @@ -12351,9 +12129,9 @@ dependencies = [ [[package]] name = "sp1-recursion-compiler" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673d2c66a48e6d17e1165b5ea38b59de5e80bf64fd45f17ebc9d75e67c4ff414" +checksum = "32c61b89fda18ceb9e665dc650213333db4bafb81a7d17f01ca16174c2d695da" dependencies = [ "backtrace", "itertools 0.13.0", @@ -12373,14 +12151,19 @@ dependencies = [ [[package]] name = "sp1-recursion-core" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2fb84b20d8ffb922d4c05843406c458a6abef296bc31e68cf5eb64fa739c921" +checksum = "41e13b2832da86fc06719153698a8ed9eb372625062aa9e0c4457f01a74c174d" dependencies = [ "backtrace", + "cbindgen", + "cc", + "cfg-if", "ff 0.13.0", + "glob", "hashbrown 0.14.5", "itertools 0.13.0", + "num_cpus", "p3-air", "p3-baby-bear", "p3-bn254-fr", @@ -12395,6 +12178,8 @@ dependencies = [ "p3-poseidon2", "p3-symmetric", "p3-util", + "pathdiff", + "rand", "serde", "sp1-core-machine", "sp1-derive", @@ -12409,9 +12194,9 @@ dependencies = [ [[package]] name = "sp1-recursion-derive" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3125726165ff77fb2650ae031075ba747099a6e218e5c10f84ac2715545a2332" +checksum = "6f5755f140fee3eec82c82cd433c0900db244edb0d303db67e3b28fb92463cac" dependencies = [ "quote", "syn 1.0.109", @@ -12419,9 +12204,9 @@ dependencies = [ [[package]] name = "sp1-recursion-gnark-ffi" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a049cdff6b64bc1cd2bebdf494fd314bc4b45eff9058ea69dace55a0fa77e483" +checksum = "005c5b981febb6a0d1b12c9ecee5fae9e10296376168a0753236079148b5fdd1" dependencies = [ "anyhow", "bincode", @@ -12445,17 +12230,20 @@ dependencies = [ [[package]] name = "sp1-sdk" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8dfb448a10491096db03187af55b8334ac52303c280956d0782a9fe78dd814" +checksum = "806fa98a7d364c3778439d6546d4ca26abc9d790d0ee18689f2e1308d08707ad" dependencies = [ - "alloy-sol-types 0.7.7", + "alloy-primitives", + "alloy-signer 0.8.3", + "alloy-signer-local 0.8.3", + "alloy-sol-types", "anyhow", "async-trait", + "backoff", "bincode", "cfg-if", "dirs", - "ethers", "futures", "hashbrown 0.14.5", "hex", @@ -12469,8 +12257,11 @@ dependencies = [ "reqwest 0.12.12", "reqwest-middleware", "serde", + "serde_json", + "sp1-build", "sp1-core-executor", "sp1-core-machine", + "sp1-cuda", "sp1-primitives", "sp1-prover", "sp1-stark", @@ -12479,6 +12270,7 @@ dependencies = [ "tempfile", "thiserror 1.0.69", "tokio", + "tonic", "tracing", "twirp-rs", "vergen", @@ -12486,14 +12278,14 @@ dependencies = [ [[package]] name = "sp1-stark" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597ed68cd03f80d9cdb9f4b50924e3c890c35c39956f7e87dd2262b72b2d12b" +checksum = "ab2c21b89ea4e45c57a20102754024c7b628957394e62e5bcb263e05b8e01b5b" dependencies = [ "arrayref", - "getrandom", "hashbrown 0.14.5", "itertools 0.13.0", + "num-bigint 0.4.6", "num-traits", "p3-air", "p3-baby-bear", @@ -12516,27 +12308,27 @@ dependencies = [ "strum", "strum_macros", "sysinfo 0.30.13", - "thiserror 1.0.69", "tracing", ] [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2 0.10.8", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.4.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea02449a9dcaab67219f7b3442ab51b45ae40e7b04f205382295936087fe1d5" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -12546,16 +12338,10 @@ dependencies = [ "p3-field", "rand", "sha2 0.10.8", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] -[[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" - [[package]] name = "spin" version = "0.9.8" @@ -12928,7 +12714,7 @@ version = "0.1.0" dependencies = [ "anyhow", "argh", - "bech32 0.11.0", + "bech32", "bitcoin", "bytemuck", "hex", @@ -13144,7 +12930,7 @@ version = "0.1.0" dependencies = [ "alloy-consensus 0.4.2", "alloy-eips 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rlp", "alloy-rlp-derive", "alloy-rpc-types 0.4.2", @@ -13231,7 +13017,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber 0.3.19", - "uuid 1.11.0", + "uuid", ] [[package]] @@ -13343,7 +13129,7 @@ dependencies = [ name = "strata-reth-evm" version = "0.1.0" dependencies = [ - "alloy-sol-types 0.8.15", + "alloy-sol-types", "reth-primitives", "revm", "revm-primitives", @@ -13414,7 +13200,7 @@ dependencies = [ name = "strata-reth-primitives" version = "0.1.0" dependencies = [ - "alloy-sol-types 0.8.15", + "alloy-sol-types", "reth-primitives", "serde", ] @@ -13425,7 +13211,7 @@ version = "0.1.0" dependencies = [ "alloy-eips 0.4.2", "alloy-network 0.4.2", - "alloy-primitives 0.8.15", + "alloy-primitives", "alloy-rpc-types 0.4.2", "alloy-rpc-types-eth 0.4.2", "bincode", @@ -13585,6 +13371,7 @@ name = "strata-sp1-guest-builder" version = "0.1.0" dependencies = [ "bincode", + "cargo_metadata 0.19.1", "once_cell", "sha2 0.10.8", "sp1-helper", @@ -13817,6 +13604,18 @@ dependencies = [ "syn 2.0.93", ] +[[package]] +name = "subenum" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f5d5dfb8556dd04017db5e318bbeac8ab2b0c67b76bf197bfb79e9b29f18ecf" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "substrate-bn" version = "0.6.0" @@ -13831,9 +13630,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -13843,7 +13643,7 @@ dependencies = [ "num-bigint 0.4.6", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.4.0", ] [[package]] @@ -13852,15 +13652,6 @@ version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" -[[package]] -name = "subtle-encoding" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" -dependencies = [ - "zeroize", -] - [[package]] name = "syn" version = "1.0.109" @@ -13883,18 +13674,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "syn-solidity" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c837dc8852cb7074e46b444afb81783140dab12c58867b49fb3898fbafedf7ea" -dependencies = [ - "paste", - "proc-macro2", - "quote", - "syn 2.0.93", -] - [[package]] name = "syn-solidity" version = "0.8.15" @@ -14440,8 +14219,11 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.13.4", + "rustls-native-certs 0.8.1", + "rustls-pemfile 2.2.0", "socket2 0.5.8", "tokio", + "tokio-rustls 0.26.1", "tokio-stream", "tower 0.4.13", "tower-layer", @@ -14514,7 +14296,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", - "uuid 1.11.0", + "uuid", ] [[package]] @@ -14917,12 +14699,6 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" -[[package]] -name = "untrusted" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - [[package]] name = "untrusted" version = "0.9.0" @@ -14964,16 +14740,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" -[[package]] -name = "uuid" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" -dependencies = [ - "getrandom", - "serde", -] - [[package]] name = "uuid" version = "1.11.0" @@ -15012,7 +14778,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" dependencies = [ "anyhow", - "cargo_metadata", + "cargo_metadata 0.18.1", "cfg-if", "git2", "regex", @@ -15735,7 +15501,7 @@ dependencies = [ "crossbeam-utils", "flate2", "hmac 0.12.1", - "pbkdf2 0.11.0", + "pbkdf2", "sha1", "time", "zstd 0.11.2+zstd.1.5.2", diff --git a/crates/zkvm/adapters/sp1/Cargo.toml b/crates/zkvm/adapters/sp1/Cargo.toml index d57ed8dfb..3fd53a651 100644 --- a/crates/zkvm/adapters/sp1/Cargo.toml +++ b/crates/zkvm/adapters/sp1/Cargo.toml @@ -12,10 +12,10 @@ borsh.workspace = true hex.workspace = true serde.workspace = true sha2 = { workspace = true } -sp1-primitives = "3.0.0" -sp1-sdk = { version = "3.0.0", optional = true } -sp1-verifier = { git = "https://github.com/succinctlabs/sp1", rev = "2c7868364cb832531e8cafd258aa06fbab079459" } # Note: On new SP1 version, this will be available via SDK -sp1-zkvm = { version = "3.0.0", features = ["verify"], optional = true } +sp1-primitives = "=4.0.0-rc.8" +sp1-sdk = { version = "=4.0.0-rc.8", optional = true } +sp1-verifier = { version = "=4.0.0-rc.8" } +sp1-zkvm = { version = "=4.0.0-rc.8", features = ["verify"], optional = true } tracing.workspace = true [features] diff --git a/crates/zkvm/adapters/sp1/src/host.rs b/crates/zkvm/adapters/sp1/src/host.rs index 4bd69ca9c..4dfc1a693 100644 --- a/crates/zkvm/adapters/sp1/src/host.rs +++ b/crates/zkvm/adapters/sp1/src/host.rs @@ -1,7 +1,9 @@ use std::fmt; use serde::{de::DeserializeOwned, Serialize}; -use sp1_sdk::{HashableKey, ProverClient, SP1ProvingKey, SP1VerifyingKey}; +use sp1_sdk::{ + network::FulfillmentStrategy, HashableKey, ProverClient, SP1ProvingKey, SP1VerifyingKey, +}; use strata_zkvm::{ ProofType, PublicValues, VerificationKey, ZkVmError, ZkVmHost, ZkVmInputBuilder, ZkVmResult, }; @@ -40,7 +42,7 @@ impl SP1Host { } pub fn init(guest_code: &[u8]) -> Self { - let client = ProverClient::new(); + let client = ProverClient::from_env(); let (proving_key, verifying_key) = client.setup(guest_code); Self { elf: guest_code.to_vec(), @@ -68,10 +70,30 @@ impl ZkVmHost for SP1Host { std::env::set_var("SP1_PROVER", "mock"); } - let client = ProverClient::new(); + // Prover network + if std::env::var("SP1_PROVER").unwrap_or_default() == "network" { + let prover_client = ProverClient::builder().network().build(); + + let network_prover_builder = prover_client + .prove(&self.proving_key, &prover_input) + .strategy(FulfillmentStrategy::Reserved); + + let network_prover = match proof_type { + ProofType::Compressed => network_prover_builder.compressed(), + ProofType::Core => network_prover_builder.core(), + ProofType::Groth16 => network_prover_builder.groth16(), + }; + + let proof_info = network_prover + .run() + .map_err(|e| ZkVmError::ProofGenerationError(e.to_string()))?; - // Start proving - let mut prover = client.prove(&self.proving_key, prover_input); + return Ok(proof_info.into()); + } + + // Local proving + let client = ProverClient::from_env(); + let mut prover = client.prove(&self.proving_key, &prover_input); prover = match proof_type { ProofType::Compressed => prover.compressed(), ProofType::Core => prover.core(), @@ -99,7 +121,7 @@ impl ZkVmHost for SP1Host { } fn verify_inner(&self, proof: &SP1ProofReceipt) -> ZkVmResult<()> { - let client = ProverClient::new(); + let client = ProverClient::from_env(); client .verify(proof.as_ref(), &self.verifying_key) .map_err(|e| ZkVmError::ProofVerificationError(e.to_string()))?; @@ -116,7 +138,7 @@ impl fmt::Display for SP1Host { // NOTE: SP1 prover runs in release mode only; therefore run the tests on release mode only #[cfg(test)] -#[cfg(not(debug_assertions))] +// #[cfg(not(debug_assertions))] mod tests { use std::{fs::File, io::Write}; @@ -153,7 +175,7 @@ mod tests { zkvm.verify(&proof).expect("Proof verification failed"); // assert public outputs extraction from proof works - let out: u32 = SP1Host::extract_serde_public_output(&proof.public_values).expect( + let out: u32 = SP1Host::extract_serde_public_output(proof.public_values()).expect( "Failed to extract public outputs", ); @@ -182,12 +204,17 @@ mod tests { // Note: For the fixed ELF and fixed SP1 version, the vk is fixed assert_eq!( zkvm.verifying_key.bytes32(), - "0x00efb1120491119751e75bc55bc95b64d33f973ecf68fcf5cbff08506c5788f9" + "0x00bb534e86ded20a0b5608bae1879132a0e1c1ea324eabae095f336899a93e32" ); + // Convert the proof to SP1ProofReceipt and extract inner proof data + let sp1_proof = + SP1ProofReceipt::try_from(proof).expect("Failed to convert to SP1ProofReceipt"); + let proof_data = sp1_proof.inner(); + let filename = "proof-groth16.bin"; let mut file = File::create(filename).unwrap(); - file.write_all(&bincode::serialize(&proof).expect("bincode serialization failed")) + file.write_all(&bincode::serialize(&proof_data).expect("bincode serialization failed")) .unwrap(); } } diff --git a/crates/zkvm/adapters/sp1/src/proof.rs b/crates/zkvm/adapters/sp1/src/proof.rs index 0894367da..106129e21 100644 --- a/crates/zkvm/adapters/sp1/src/proof.rs +++ b/crates/zkvm/adapters/sp1/src/proof.rs @@ -1,4 +1,4 @@ -use sp1_sdk::{SP1Proof, SP1ProofWithPublicValues, SP1PublicValues, SP1Stdin}; +use sp1_sdk::{SP1Proof, SP1ProofWithPublicValues, SP1PublicValues}; use strata_zkvm::{Proof, ProofReceipt, PublicValues, ZkVmProofError}; #[derive(Debug, Clone)] @@ -39,7 +39,6 @@ impl TryFrom<&ProofReceipt> for SP1ProofReceipt { let proof_receipt = SP1ProofWithPublicValues { proof, public_values, - stdin: SP1Stdin::default(), sp1_version, }; Ok(SP1ProofReceipt(proof_receipt)) diff --git a/crates/zkvm/adapters/sp1/src/verifier.rs b/crates/zkvm/adapters/sp1/src/verifier.rs index bbd66ec7a..f3b59167a 100644 --- a/crates/zkvm/adapters/sp1/src/verifier.rs +++ b/crates/zkvm/adapters/sp1/src/verifier.rs @@ -33,7 +33,7 @@ mod tests { #[test] fn test_groth16_verification() { - let sp1_vkey_hash = "0x00efb1120491119751e75bc55bc95b64d33f973ecf68fcf5cbff08506c5788f9"; + let sp1_vkey_hash = "0x00bb534e86ded20a0b5608bae1879132a0e1c1ea324eabae095f336899a93e32"; let vk_buf32: Buf32 = sp1_vkey_hash.parse().unwrap(); let vk_hash_str = hex::encode(vk_buf32.as_bytes()); let vk_hash_str = format!("0x{}", vk_hash_str); diff --git a/crates/zkvm/adapters/sp1/tests/elf/riscv32im-succinct-zkvm-elf b/crates/zkvm/adapters/sp1/tests/elf/riscv32im-succinct-zkvm-elf old mode 100644 new mode 100755 index d7154f574..768f8aaee Binary files a/crates/zkvm/adapters/sp1/tests/elf/riscv32im-succinct-zkvm-elf and b/crates/zkvm/adapters/sp1/tests/elf/riscv32im-succinct-zkvm-elf differ diff --git a/crates/zkvm/adapters/sp1/tests/proofs/proof-groth16.bin b/crates/zkvm/adapters/sp1/tests/proofs/proof-groth16.bin index 841654f09..c4034f9c1 100644 Binary files a/crates/zkvm/adapters/sp1/tests/proofs/proof-groth16.bin and b/crates/zkvm/adapters/sp1/tests/proofs/proof-groth16.bin differ diff --git a/provers/perf/Cargo.toml b/provers/perf/Cargo.toml index e25baa9ef..7d8940bb7 100644 --- a/provers/perf/Cargo.toml +++ b/provers/perf/Cargo.toml @@ -9,8 +9,8 @@ strata-test-utils.workspace = true strata-zkvm.workspace = true strata-zkvm-tests = { path = "../tests/", features = ["mock", "sp1"] } -sp1-prover = "3.0.0" -sp1-sdk = "3.0.0" +sp1-prover = "=4.0.0-rc.8" +sp1-sdk = "=4.0.0-rc.8" anyhow = "1.0.83" bincode = "1.3.3" diff --git a/provers/sp1/Cargo.toml b/provers/sp1/Cargo.toml index beca8038b..1aa3006af 100644 --- a/provers/sp1/Cargo.toml +++ b/provers/sp1/Cargo.toml @@ -11,9 +11,10 @@ strata-sp1-adapter = { path = "../../crates/zkvm/adapters/sp1", features = [ [build-dependencies] bincode.workspace = true +cargo_metadata = "0.19.1" sha2.workspace = true -sp1-helper = "3.0.0" -sp1-sdk = "3.0.0" +sp1-helper = "=4.0.0-rc.8" +sp1-sdk = "=4.0.0-rc.8" [features] default = ["prover"] diff --git a/provers/sp1/build.rs b/provers/sp1/build.rs index 0b474d409..3b6e503cc 100644 --- a/provers/sp1/build.rs +++ b/provers/sp1/build.rs @@ -8,11 +8,13 @@ use std::{ #[cfg(not(debug_assertions))] use bincode::{deserialize, serialize}; #[cfg(not(debug_assertions))] +use cargo_metadata::MetadataCommand; +#[cfg(not(debug_assertions))] use sha2::{Digest, Sha256}; #[cfg(not(debug_assertions))] use sp1_helper::{build_program_with_args, BuildArgs}; #[cfg(not(debug_assertions))] -use sp1_sdk::{HashableKey, MockProver, Prover, SP1VerifyingKey}; +use sp1_sdk::{HashableKey, ProverClient, SP1VerifyingKey}; // Guest program names const EVM_EE_STF: &str = "guest-evm-ee-stf"; @@ -196,7 +198,7 @@ fn ensure_cache_validity(program: &str) -> Result { if !is_cache_valid(&elf_hash, &paths) { // Cache is invalid, need to generate vk and pk - let client = MockProver::new(); + let client = ProverClient::from_env(); let (pk, vk) = client.setup(&elf); fs::write(&paths[1], elf_hash) @@ -240,8 +242,11 @@ fn generate_elf_contents_and_vk_hash(program: &str) -> ([u32; 8], String) { ..Default::default() }; - // Build the program + // Build the program with the specified arguments + // Note: SP1_v4's build_programs_with_args does not handle ELF migration + // Applying a temporary workaround; remove once SP1 supports ELF migration internally build_program_with_args(program, build_args); + migrate_elf(program); // Now, ensure cache validity let vk = ensure_cache_validity(program) @@ -256,3 +261,49 @@ fn generate_elf_contents_and_vk_hash(_program: &str) -> ([u32; 8], String) { "0x0000000000000000000000000000000000000000000000000000000000000000".to_owned(), ) } + +/// Copies the compiled ELF file of the specified program to its cache directory. +#[cfg(not(debug_assertions))] +fn migrate_elf(program: &str) { + // Get the build directory from the environment + let sp1_build_dir = + PathBuf::from(env::var("CARGO_MANIFEST_DIR").expect("CARGO_MANIFEST_DIR is not set")); + + // Form the path to the program directory + let program_path = sp1_build_dir.join(program); + + // Fetch metadata for this program + let metadata = MetadataCommand::new() + .manifest_path(program_path.join("Cargo.toml")) + .exec() + .expect("Failed to get metadata"); + + // Use the root package name as the built ELF name + let built_elf_name = metadata + .root_package() + .expect("Failed to get root package") + .name + .clone(); + + // Create the cache directory + let cache_dir = program_path.join("cache"); + fs::create_dir_all(&cache_dir).expect("failed to create cache dir"); + + // Destination path: cache/program.elf + let destination_elf_path = cache_dir.join(format!("{}.elf", program)); + + // Source path: program/target/elf-compilation/.../release/{built_elf_name} + let built_elf_path = program_path + .join("target") + .join("elf-compilation") + .join("riscv32im-succinct-zkvm-elf") + .join("release") + .join(&built_elf_name); + + eprintln!("Got the source: {:?}", built_elf_path); + eprintln!("Got the destination: {:?}", destination_elf_path); + + // Copy the file + fs::copy(&built_elf_path, &destination_elf_path) + .expect("Failed to copy the built ELF file to the cache directory"); +} diff --git a/provers/sp1/guest-btc-blockspace/Cargo.lock b/provers/sp1/guest-btc-blockspace/Cargo.lock index 8a8b2c5c3..a12c2283b 100644 --- a/provers/sp1/guest-btc-blockspace/Cargo.lock +++ b/provers/sp1/guest-btc-blockspace/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -779,7 +779,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1261,9 +1261,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1276,9 +1276,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1289,9 +1289,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1318,15 +1318,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1339,9 +1339,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1353,9 +1353,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1364,9 +1364,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -1410,7 +1410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2046,11 +2046,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2066,21 +2077,22 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2090,7 +2102,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2124,7 +2136,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2154,7 +2166,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2224,7 +2236,7 @@ dependencies = [ "strata-bridge-tx-builder", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2236,7 +2248,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2263,9 +2275,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2275,7 +2288,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] @@ -2343,7 +2356,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2357,6 +2379,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-checkpoint/Cargo.lock b/provers/sp1/guest-checkpoint/Cargo.lock index 5baf80f83..dac7eee2c 100644 --- a/provers/sp1/guest-checkpoint/Cargo.lock +++ b/provers/sp1/guest-checkpoint/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2524,21 +2535,22 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2560,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2582,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2596,7 +2608,7 @@ dependencies = [ "strata-eectl", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2615,7 +2627,7 @@ version = "0.1.0" dependencies = [ "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2636,7 +2648,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2710,7 +2722,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2735,6 +2747,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2797,7 +2811,7 @@ dependencies = [ "strata-bridge-tx-builder", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2809,7 +2823,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2855,9 +2869,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2867,7 +2882,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] @@ -2947,7 +2962,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2961,6 +2985,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-cl-agg/Cargo.lock b/provers/sp1/guest-cl-agg/Cargo.lock index 2c9bbcacb..b6a9e5137 100644 --- a/provers/sp1/guest-cl-agg/Cargo.lock +++ b/provers/sp1/guest-cl-agg/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2524,21 +2535,22 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2560,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2582,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2596,7 +2608,7 @@ dependencies = [ "strata-eectl", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2615,7 +2627,7 @@ version = "0.1.0" dependencies = [ "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2636,7 +2648,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2687,7 +2699,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2698,6 +2710,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2755,7 +2769,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2801,9 +2815,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2813,7 +2828,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] @@ -2893,7 +2908,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2907,6 +2931,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-cl-stf/Cargo.lock b/provers/sp1/guest-cl-stf/Cargo.lock index 306592281..acd8dacc8 100644 --- a/provers/sp1/guest-cl-stf/Cargo.lock +++ b/provers/sp1/guest-cl-stf/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2524,21 +2535,22 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2560,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2582,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2596,7 +2608,7 @@ dependencies = [ "strata-eectl", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2615,7 +2627,7 @@ version = "0.1.0" dependencies = [ "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2636,7 +2648,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2678,7 +2690,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2689,6 +2701,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2746,7 +2760,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2792,9 +2806,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2804,7 +2819,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] @@ -2884,7 +2899,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2898,6 +2922,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" diff --git a/provers/sp1/guest-evm-ee-stf/Cargo.lock b/provers/sp1/guest-evm-ee-stf/Cargo.lock index 7a9ef923c..121221568 100644 --- a/provers/sp1/guest-evm-ee-stf/Cargo.lock +++ b/provers/sp1/guest-evm-ee-stf/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -1014,7 +1014,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1608,9 +1608,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1665,15 +1665,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1700,9 +1700,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -1757,7 +1757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2129,7 +2129,7 @@ dependencies = [ "ripemd", "secp256k1", "sha2", - "substrate-bn 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bn", ] [[package]] @@ -2504,11 +2504,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2524,21 +2535,22 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn 0.6.0 (git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2)", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2548,7 +2560,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2582,7 +2594,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2612,7 +2624,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2641,7 +2653,7 @@ dependencies = [ "strata-reth-primitives", "strata-state", "strata-zkvm", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2652,6 +2664,8 @@ dependencies = [ "reth-primitives", "revm", "revm-primitives", + "strata-crypto", + "strata-primitives", "strata-reth-primitives", ] @@ -2709,7 +2723,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2755,9 +2769,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2767,7 +2782,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] @@ -2847,7 +2862,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2861,6 +2885,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2" @@ -3261,9 +3296,9 @@ dependencies = [ [[patch.unused]] name = "revm" version = "8.0.0" -source = "git+https://github.com/sp1-patches/revm-new?branch=john/update-for-v1#eb53e9f613f4c309851144260696791918b31383" +source = "git+https://github.com/sp1-patches/revm-new?branch=john%2Fupdate-for-v1#eb53e9f613f4c309851144260696791918b31383" [[patch.unused]] name = "revm-primitives" version = "3.1.1" -source = "git+https://github.com/sp1-patches/revm-new?branch=john/update-for-v1#eb53e9f613f4c309851144260696791918b31383" +source = "git+https://github.com/sp1-patches/revm-new?branch=john%2Fupdate-for-v1#eb53e9f613f4c309851144260696791918b31383" diff --git a/provers/sp1/guest-l1-batch/Cargo.lock b/provers/sp1/guest-l1-batch/Cargo.lock index 326aa9e03..a5c4752cd 100644 --- a/provers/sp1/guest-l1-batch/Cargo.lock +++ b/provers/sp1/guest-l1-batch/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-chains" @@ -779,7 +779,7 @@ dependencies = [ "elliptic-curve", "hex-literal", "signature", - "sp1-lib", + "sp1-lib 3.1.0", "spki", ] @@ -1261,9 +1261,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "p3-baby-bear" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff00f571044d299310d9659c6e51c98422de3bf94b8577f7f30cf59cf2043e40" +checksum = "080896e9d09e9761982febafe3b3da5cbf320e32f0c89b6e2e01e875129f4c2d" dependencies = [ "num-bigint", "p3-field", @@ -1276,9 +1276,9 @@ dependencies = [ [[package]] name = "p3-dft" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1556de968523fbe5d804ab50600ea306fcceea3500cfd7601e40882480524664" +checksum = "292e97d02d4c38d8b306c2b8c0428bf15f4d32a11a40bcf80018f675bf33267e" dependencies = [ "p3-field", "p3-matrix", @@ -1289,9 +1289,9 @@ dependencies = [ [[package]] name = "p3-field" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec2af6e1ac47a2035af5165e668d64612c4b9ccabd06df37fc1fd381fdf8a71" +checksum = "f91d8e5f9ede1171adafdb0b6a0df1827fbd4eb6a6217bfa36374e5d86248757" dependencies = [ "itertools 0.12.1", "num-bigint", @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "p3-matrix" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa272f3ae77ed8d73478aa7c89e712efb15bda3ff4aff10fadfe11a012cd5389" +checksum = "98bf2c7680b8e906a5e147fe4ceb05a11cc9fa35678aa724333bcb35c72483c1" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1318,15 +1318,15 @@ dependencies = [ [[package]] name = "p3-maybe-rayon" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eecad6292021858f282d643d9d1284ab112a200494d589863a9c4080e578ef0" +checksum = "3925562a4c03183eafc92fd07b19f65ac6cb4b48d68c3920ce58d9bee6efe362" [[package]] name = "p3-mds" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716c4dbe68a02f1541eb09149d07b8663a3a5951b1864a31cd67ff3bb0826e57" +checksum = "706cea48976f54702dc68dffa512684c1304d1a3606cadea423cfe0b1ee25134" dependencies = [ "itertools 0.12.1", "p3-dft", @@ -1339,9 +1339,9 @@ dependencies = [ [[package]] name = "p3-poseidon2" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c042efa15beab7a8c4d0ca9b9e4cbda7582be0c08e121e830fec45f082935b" +checksum = "a2ce5f5ec7f1ba3a233a671621029def7bd416e7c51218c9d1167d21602cf312" dependencies = [ "gcd", "p3-field", @@ -1353,9 +1353,9 @@ dependencies = [ [[package]] name = "p3-symmetric" -version = "0.1.4-succinct" +version = "0.2.0-succinct" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9896a831f5b688adc13f6fbe1dcf66ecfaa4622a500f81aa745610e777acb72" +checksum = "2f29dc5bb6c99d3de75869d5c086874b64890280eeb7d3e068955f939e219253" dependencies = [ "itertools 0.12.1", "p3-field", @@ -1364,9 +1364,9 @@ dependencies = [ [[package]] name = "p3-util" -version = "0.1.4-succinct" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedb9d27ba47ac314c6fac4ca54e55c3e486c864d51ec5ba55dbe47b75121157" +checksum = "88dd5ca3eb6ff33cb20084778c32a6d68064a1913b4632437408c5a1098408b3" dependencies = [ "serde", ] @@ -1410,7 +1410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" dependencies = [ "memchr", - "thiserror", + "thiserror 1.0.68", "ucd-trie", ] @@ -2046,11 +2046,22 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59a68a06f7297083f430d6e3e3b34ac64cada0323f46554a46ec0b48d15e93e" +dependencies = [ + "bincode", + "serde", + "sp1-primitives", +] + [[package]] name = "sp1-primitives" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3a60fc832cfe2c7b5441b0f386f6ce7c768f62f3d49de20a76fa2648886373" +checksum = "264fd5572de63c62e9dab20762693e9ec87bcfbfba47938224abfd0467e67195" dependencies = [ "bincode", "hex", @@ -2066,21 +2077,22 @@ dependencies = [ [[package]] name = "sp1-verifier" -version = "3.0.0" -source = "git+https://github.com/succinctlabs/sp1?rev=2c7868364cb832531e8cafd258aa06fbab079459#2c7868364cb832531e8cafd258aa06fbab079459" +version = "4.0.0-rc.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9b4e33b7cb6da3a9a19a91c2615e7a08d8806fd0cc1ca01fb9e05ed8dcae09c" dependencies = [ "hex", "lazy_static", "sha2", - "substrate-bn", - "thiserror-no-std", + "substrate-bn-succinct", + "thiserror 2.0.9", ] [[package]] name = "sp1-zkvm" -version = "3.1.0" +version = "4.0.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5691948f95f2acbea5c7ccef08d70105a08b5fbbabe8dd5ed94b120bc2c9c3" +checksum = "d90ee3a403db0133126419a3b9789ed80db90d3f49e7e2fb48e693c86e07093f" dependencies = [ "cfg-if", "getrandom", @@ -2090,7 +2102,7 @@ dependencies = [ "p3-field", "rand", "sha2", - "sp1-lib", + "sp1-lib 4.0.0-rc.8", "sp1-primitives", ] @@ -2124,7 +2136,7 @@ dependencies = [ "musig2", "serde", "strata-primitives", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2154,7 +2166,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tracing", "zeroize", ] @@ -2238,7 +2250,7 @@ dependencies = [ "strata-bridge-tx-builder", "strata-primitives", "strata-state", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2250,7 +2262,7 @@ dependencies = [ "bincode", "borsh", "serde", - "thiserror", + "thiserror 1.0.68", "tracing", ] @@ -2277,9 +2289,10 @@ dependencies = [ ] [[package]] -name = "substrate-bn" +name = "substrate-bn-succinct" version = "0.6.0" -source = "git+https://github.com/sp1-patches/bn?tag=substrate_bn-v0.6.0-patch-v2#8ef05d3969312eca34fa9f1f566a469022badda6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "114c855c26ad0594c830129cb868552fb41415603a6133276c2ecdd9e5ef4255" dependencies = [ "bytemuck", "byteorder", @@ -2289,7 +2302,7 @@ dependencies = [ "num-bigint", "rand", "rustc-hex", - "sp1-lib", + "sp1-lib 3.1.0", ] [[package]] @@ -2357,7 +2370,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +dependencies = [ + "thiserror-impl 2.0.9", ] [[package]] @@ -2371,6 +2393,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thiserror-impl-no-std" version = "2.0.2"