diff --git a/Cargo.lock b/Cargo.lock index f5e19e89..c184b7af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,7 +780,7 @@ dependencies = [ "alloy-rlp", "alloy-serde", "alloy-sol-types", - "itertools 0.14.0", + "itertools 0.13.0", "serde", "serde_json", "serde_with", @@ -4271,7 +4271,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.1", + "socket2 0.5.10", "system-configuration", "tokio", "tower-service", @@ -5283,8 +5283,38 @@ dependencies = [ "indicatif", "k256", "lazy_static", - "midnight-base-crypto-derive", - "midnight-serialize", + "midnight-base-crypto-derive 1.0.0-alpha.1", + "midnight-serialize 1.0.0-alpha.1", + "paste", + "rand 0.8.5", + "reqwest", + "serde", + "serde_bytes", + "serde_json", + "sha2 0.10.9", + "signature", + "tracing", + "zeroize", +] + +[[package]] +name = "midnight-base-crypto" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "anyhow", + "atomic-write-file", + "const-hex", + "ethnum", + "fake", + "ff", + "flate2", + "futures", + "group", + "k256", + "lazy_static", + "midnight-base-crypto-derive 1.0.0-alpha.5", + "midnight-serialize 1.0.0-alpha.5", "paste", "rand 0.8.5", "reqwest", @@ -5307,6 +5337,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "midnight-base-crypto-derive" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "proc-macro2", + "quote 1.0.41", + "syn 1.0.109", +] + [[package]] name = "midnight-circuits" version = "4.0.0" @@ -5340,9 +5380,9 @@ source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0- dependencies = [ "fake", "lazy_static", - "midnight-base-crypto", - "midnight-serialize", - "midnight-storage", + "midnight-base-crypto 1.0.0-alpha.1", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "rand 0.8.5", "serde", @@ -5382,11 +5422,11 @@ dependencies = [ "is_sorted", "itertools 0.14.0", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-runtime", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "midnight-zswap", "rand 0.8.5", @@ -5411,14 +5451,14 @@ dependencies = [ "hex", "lazy_static", "log", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-ledger", "midnight-node-ledger-helpers", "midnight-onchain-runtime", "midnight-primitives-ledger", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "midnight-zswap", "moka", @@ -5451,12 +5491,12 @@ dependencies = [ "hex", "itertools 0.14.0", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-ledger", "midnight-onchain-runtime", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "midnight-zswap", "rand 0.8.5", @@ -5478,12 +5518,12 @@ dependencies = [ "hex", "konst", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-state", "midnight-onchain-vm", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "rand 0.8.5", "serde", @@ -5499,10 +5539,10 @@ dependencies = [ "derive-where", "fake", "hex", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "rand 0.8.5", "serde", @@ -5518,11 +5558,11 @@ dependencies = [ "fake", "hex", "konst", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-state", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "rand 0.8.5", "rpds", @@ -5569,7 +5609,20 @@ dependencies = [ "crypto", "konst", "lazy_static", - "midnight-serialize-macros", + "midnight-serialize-macros 1.0.0-alpha.1", + "serde", + "serde_bytes", +] + +[[package]] +name = "midnight-serialize" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "crypto", + "konst", + "lazy_static", + "midnight-serialize-macros 1.0.0-alpha.5", "serde", "serde_bytes", ] @@ -5584,6 +5637,16 @@ dependencies = [ "syn 2.0.107", ] +[[package]] +name = "midnight-serialize-macros" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "proc-macro2", + "quote 1.0.41", + "syn 2.0.107", +] + [[package]] name = "midnight-storage" version = "1.0.0-alpha.3" @@ -5597,9 +5660,9 @@ dependencies = [ "itertools 0.14.0", "konst", "lru 0.16.2", - "midnight-base-crypto", - "midnight-serialize", - "midnight-storage-macros", + "midnight-base-crypto 1.0.0-alpha.1", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage-macros 1.0.0-alpha.3", "parity-db", "parking_lot 0.12.5", "rand 0.8.5", @@ -5609,12 +5672,47 @@ dependencies = [ "tempfile", ] +[[package]] +name = "midnight-storage" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "archery", + "crypto", + "derive-where", + "fake", + "hex", + "itertools 0.14.0", + "konst", + "lru 0.16.2", + "midnight-base-crypto 1.0.0-alpha.5", + "midnight-serialize 1.0.0-alpha.5", + "midnight-storage-macros 1.0.0-alpha.5", + "parking_lot 0.12.5", + "rand 0.8.5", + "serde", + "sha2 0.10.9", + "sysinfo", + "tempfile", +] + [[package]] name = "midnight-storage-macros" version = "1.0.0-alpha.3" source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.3#49f184adb870ff0231532e9bb2cf6e807d526e53" dependencies = [ - "midnight-serialize-macros", + "midnight-serialize-macros 1.0.0-alpha.1", + "proc-macro2", + "quote 1.0.41", + "syn 2.0.107", +] + +[[package]] +name = "midnight-storage-macros" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "midnight-serialize-macros 1.0.0-alpha.5", "proc-macro2", "quote 1.0.41", "syn 2.0.107", @@ -5637,13 +5735,13 @@ dependencies = [ "k256", "lazy_static", "lru 0.16.2", - "midnight-base-crypto", - "midnight-base-crypto-derive", + "midnight-base-crypto 1.0.0-alpha.1", + "midnight-base-crypto-derive 1.0.0-alpha.1", "midnight-circuits", "midnight-curves", "midnight-proofs", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "paste", "rand 0.8.5", "serde", @@ -5666,11 +5764,11 @@ dependencies = [ "is_sorted", "itertools 0.14.0", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-runtime", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.3", "midnight-transient-crypto", "rand 0.8.5", "serde", @@ -6116,13 +6214,13 @@ dependencies = [ "lettre", "libc", "log", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-ledger", "midnight-node-ledger", "midnight-node-ledger-helpers", - "midnight-serialize", - "midnight-storage", + "midnight-serialize 1.0.0-alpha.1", + "midnight-storage 1.0.0-alpha.5", "midnight-transient-crypto", "midnight-zswap", "mockall", @@ -6184,7 +6282,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.45.0", ] [[package]] @@ -6884,7 +6982,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls 0.23.34", - "socket2 0.6.1", + "socket2 0.5.10", "thiserror 2.0.17", "tokio", "tracing", @@ -6921,7 +7019,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.1", + "socket2 0.5.10", "tracing", "windows-sys 0.60.2", ] @@ -11225,10 +11323,10 @@ dependencies = [ "const-hex", "group", "hex", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-circuits", "midnight-proofs", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-transient-crypto", "rand 0.8.5", "rand_chacha 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 96ef9a5d..177415a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ log = "0.4" midnight-ledger = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-ledger", tag = "ledger-6.1.0-alpha.3" } midnight-base-crypto = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-base-crypto", tag = "ledger-6.1.0-alpha.3" } midnight-transient-crypto = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-transient-crypto", tag = "ledger-6.1.0-alpha.3" } -midnight-storage = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-storage", tag = "ledger-6.1.0-alpha.3" } +midnight-storage = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-storage", tag = "ledger-6.1.0-alpha.5" } midnight-serialize = { git = "https://github.com/midnightntwrk/midnight-ledger", tag = "ledger-6.1.0-alpha.3" } midnight-coin-structure = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-coin-structure", tag = "ledger-6.1.0-alpha.3" } midnight-zswap = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-zswap", tag = "ledger-6.1.0-alpha.3" }