diff --git a/Cargo.lock b/Cargo.lock index b514cf59a..d17ffd0ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1537,15 +1537,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "debug-ignore" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b48b0b49e2f473c499ddcd133e78f0f2629aaa997ee61adadb2d1753e6af4cf" -dependencies = [ - "serde 1.0.163", -] - [[package]] name = "derivation-path" version = "0.2.0" @@ -1608,7 +1599,7 @@ dependencies = [ [[package]] name = "diem" version = "2.0.2" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -1642,7 +1633,6 @@ dependencies = [ "diem-rest-client", "diem-sdk", "diem-storage-interface", - "diem-telemetry", "diem-temppath", "diem-transactional-test-harness", "diem-types", @@ -1690,7 +1680,7 @@ dependencies = [ [[package]] name = "diem-accumulator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-crypto", @@ -1700,7 +1690,7 @@ dependencies = [ [[package]] name = "diem-aggregator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -1718,7 +1708,7 @@ dependencies = [ [[package]] name = "diem-api" version = "0.2.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -1759,7 +1749,7 @@ dependencies = [ [[package]] name = "diem-api-types" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -1786,7 +1776,7 @@ dependencies = [ [[package]] name = "diem-backup-cli" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -1833,7 +1823,7 @@ dependencies = [ [[package]] name = "diem-backup-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -1855,7 +1845,7 @@ dependencies = [ [[package]] name = "diem-bitvec" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "serde 1.0.163", "serde_bytes", @@ -1864,7 +1854,7 @@ dependencies = [ [[package]] name = "diem-block-executor" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arc-swap", @@ -1889,7 +1879,7 @@ dependencies = [ [[package]] name = "diem-block-partitioner" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -1909,7 +1899,7 @@ dependencies = [ [[package]] name = "diem-bounded-executor" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "futures", "tokio", @@ -1918,7 +1908,7 @@ dependencies = [ [[package]] name = "diem-build-info" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "shadow-rs", ] @@ -1926,7 +1916,7 @@ dependencies = [ [[package]] name = "diem-cached-packages" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "diem-framework", @@ -1939,7 +1929,7 @@ dependencies = [ [[package]] name = "diem-channels" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-infallible", @@ -1951,7 +1941,7 @@ dependencies = [ [[package]] name = "diem-cli-common" version = "1.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anstyle", "clap 4.4.2", @@ -1961,7 +1951,7 @@ dependencies = [ [[package]] name = "diem-compression" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-logger", "diem-metrics-core", @@ -1973,7 +1963,7 @@ dependencies = [ [[package]] name = "diem-config" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2003,7 +1993,7 @@ dependencies = [ [[package]] name = "diem-consensus" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arc-swap", @@ -2065,7 +2055,7 @@ dependencies = [ [[package]] name = "diem-consensus-notifications" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "diem-crypto", @@ -2080,7 +2070,7 @@ dependencies = [ [[package]] name = "diem-consensus-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2103,7 +2093,7 @@ dependencies = [ [[package]] name = "diem-crash-handler" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "backtrace", "diem-logger", @@ -2115,7 +2105,7 @@ dependencies = [ [[package]] name = "diem-crypto" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "ark-ec", @@ -2152,7 +2142,7 @@ dependencies = [ [[package]] name = "diem-crypto-derive" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -2162,7 +2152,7 @@ dependencies = [ [[package]] name = "diem-data-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "diem-config", @@ -2189,7 +2179,7 @@ dependencies = [ [[package]] name = "diem-data-streaming-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "diem-channels", @@ -2215,7 +2205,7 @@ dependencies = [ [[package]] name = "diem-db" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arc-swap", @@ -2263,7 +2253,7 @@ dependencies = [ [[package]] name = "diem-db-indexer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2289,7 +2279,7 @@ dependencies = [ [[package]] name = "diem-db-tool" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -2313,7 +2303,7 @@ dependencies = [ [[package]] name = "diem-debugger" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "clap 4.4.2", @@ -2344,7 +2334,7 @@ dependencies = [ [[package]] name = "diem-enum-conversion-derive" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -2354,7 +2344,7 @@ dependencies = [ [[package]] name = "diem-event-notifications" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "diem-channels", @@ -2371,7 +2361,7 @@ dependencies = [ [[package]] name = "diem-executor" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arr_macro", @@ -2402,7 +2392,7 @@ dependencies = [ [[package]] name = "diem-executor-test-helpers" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-cached-packages", @@ -2426,7 +2416,7 @@ dependencies = [ [[package]] name = "diem-executor-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2447,7 +2437,7 @@ dependencies = [ [[package]] name = "diem-fallible" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "thiserror", ] @@ -2455,7 +2445,7 @@ dependencies = [ [[package]] name = "diem-faucet-core" version = "2.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -2489,7 +2479,7 @@ dependencies = [ [[package]] name = "diem-faucet-metrics-server" version = "2.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-logger", @@ -2504,7 +2494,7 @@ dependencies = [ [[package]] name = "diem-forge" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "again", "anyhow", @@ -2559,7 +2549,7 @@ dependencies = [ [[package]] name = "diem-framework" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "ark-bls12-381", @@ -2625,7 +2615,7 @@ dependencies = [ [[package]] name = "diem-gas" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2648,7 +2638,7 @@ dependencies = [ [[package]] name = "diem-gas-algebra-ext" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "move-core-types", ] @@ -2656,7 +2646,7 @@ dependencies = [ [[package]] name = "diem-gas-profiling" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-framework", @@ -2674,7 +2664,7 @@ dependencies = [ [[package]] name = "diem-genesis" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2700,7 +2690,7 @@ dependencies = [ [[package]] name = "diem-github-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-proxy", "serde 1.0.163", @@ -2712,17 +2702,17 @@ dependencies = [ [[package]] name = "diem-global-constants" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" [[package]] name = "diem-id-generator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" [[package]] name = "diem-indexer" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -2761,7 +2751,7 @@ dependencies = [ [[package]] name = "diem-indexer-grpc-fullnode" version = "1.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "base64 0.13.0", @@ -2798,12 +2788,12 @@ dependencies = [ [[package]] name = "diem-infallible" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" [[package]] name = "diem-inspection-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-build-info", @@ -2813,7 +2803,6 @@ dependencies = [ "diem-metrics-core", "diem-network", "diem-runtimes", - "diem-telemetry", "futures", "hyper", "once_cell", @@ -2827,7 +2816,7 @@ dependencies = [ [[package]] name = "diem-jellyfish-merkle" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2853,7 +2842,7 @@ dependencies = [ [[package]] name = "diem-keygen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-crypto", "diem-types", @@ -2863,7 +2852,7 @@ dependencies = [ [[package]] name = "diem-language-e2e-tests" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2901,7 +2890,7 @@ dependencies = [ [[package]] name = "diem-log-derive" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -2911,7 +2900,7 @@ dependencies = [ [[package]] name = "diem-logger" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "backtrace", "chrono", @@ -2935,7 +2924,7 @@ dependencies = [ [[package]] name = "diem-mempool" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -2975,7 +2964,7 @@ dependencies = [ [[package]] name = "diem-mempool-notifications" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "diem-runtimes", @@ -2989,7 +2978,7 @@ dependencies = [ [[package]] name = "diem-memsocket" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bytes", "diem-infallible", @@ -3000,7 +2989,7 @@ dependencies = [ [[package]] name = "diem-metrics-core" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "prometheus", @@ -3009,7 +2998,7 @@ dependencies = [ [[package]] name = "diem-move-stdlib" version = "0.1.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "hex", @@ -3032,7 +3021,7 @@ dependencies = [ [[package]] name = "diem-moving-average" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "chrono", ] @@ -3040,7 +3029,7 @@ dependencies = [ [[package]] name = "diem-mvhashmap" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3055,7 +3044,7 @@ dependencies = [ [[package]] name = "diem-netcore" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bytes", "diem-memsocket", @@ -3072,7 +3061,7 @@ dependencies = [ [[package]] name = "diem-network" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -3115,7 +3104,7 @@ dependencies = [ [[package]] name = "diem-network-builder" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3141,7 +3130,7 @@ dependencies = [ [[package]] name = "diem-network-checker" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "clap 4.4.2", @@ -3158,7 +3147,7 @@ dependencies = [ [[package]] name = "diem-network-discovery" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3184,7 +3173,7 @@ dependencies = [ [[package]] name = "diem-node" version = "1.6.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3227,7 +3216,6 @@ dependencies = [ "diem-storage-service-client", "diem-storage-service-server", "diem-storage-service-types", - "diem-telemetry", "diem-temppath", "diem-time-service", "diem-types", @@ -3250,7 +3238,7 @@ dependencies = [ [[package]] name = "diem-node-identity" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "claims", @@ -3259,26 +3247,10 @@ dependencies = [ "once_cell", ] -[[package]] -name = "diem-node-resource-metrics" -version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" -dependencies = [ - "cfg-if", - "diem-build-info", - "diem-infallible", - "diem-logger", - "diem-metrics-core", - "once_cell", - "procfs", - "prometheus", - "sysinfo", -] - [[package]] name = "diem-num-variants" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -3288,7 +3260,7 @@ dependencies = [ [[package]] name = "diem-openapi" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "percent-encoding", @@ -3301,7 +3273,7 @@ dependencies = [ [[package]] name = "diem-package-builder" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-framework", @@ -3314,7 +3286,7 @@ dependencies = [ [[package]] name = "diem-peer-monitoring-service-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "diem-channels", @@ -3340,7 +3312,7 @@ dependencies = [ [[package]] name = "diem-peer-monitoring-service-server" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "bytes", @@ -3367,7 +3339,7 @@ dependencies = [ [[package]] name = "diem-peer-monitoring-service-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "cfg_block", @@ -3380,7 +3352,7 @@ dependencies = [ [[package]] name = "diem-proptest-helpers" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "crossbeam", "proptest", @@ -3390,7 +3362,7 @@ dependencies = [ [[package]] name = "diem-protos" version = "1.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "pbjson", "prost", @@ -3401,7 +3373,7 @@ dependencies = [ [[package]] name = "diem-proxy" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "ipnet", ] @@ -3409,7 +3381,7 @@ dependencies = [ [[package]] name = "diem-push-metrics" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-logger", "diem-metrics-core", @@ -3420,7 +3392,7 @@ dependencies = [ [[package]] name = "diem-rate-limiter" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-infallible", "diem-logger", @@ -3434,7 +3406,7 @@ dependencies = [ [[package]] name = "diem-release-builder" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3470,7 +3442,7 @@ dependencies = [ [[package]] name = "diem-resource-viewer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-types", @@ -3482,7 +3454,7 @@ dependencies = [ [[package]] name = "diem-rest-client" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3508,7 +3480,7 @@ dependencies = [ [[package]] name = "diem-retrier" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-logger", "tokio", @@ -3517,7 +3489,7 @@ dependencies = [ [[package]] name = "diem-rocksdb-options" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-config", "rocksdb", @@ -3526,7 +3498,7 @@ dependencies = [ [[package]] name = "diem-rosetta" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3560,7 +3532,7 @@ dependencies = [ [[package]] name = "diem-runtimes" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "tokio", ] @@ -3568,7 +3540,7 @@ dependencies = [ [[package]] name = "diem-safety-rules" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-config", "diem-consensus-types", @@ -3592,7 +3564,7 @@ dependencies = [ [[package]] name = "diem-schemadb" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-infallible", @@ -3606,7 +3578,7 @@ dependencies = [ [[package]] name = "diem-scratchpad" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bitvec 0.19.6", "diem-crypto", @@ -3623,7 +3595,7 @@ dependencies = [ [[package]] name = "diem-sdk" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3643,7 +3615,7 @@ dependencies = [ [[package]] name = "diem-sdk-builder" version = "0.2.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3662,7 +3634,7 @@ dependencies = [ [[package]] name = "diem-secure-net" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-logger", "diem-metrics-core", @@ -3674,7 +3646,7 @@ dependencies = [ [[package]] name = "diem-secure-storage" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "base64 0.13.0", @@ -3696,7 +3668,7 @@ dependencies = [ [[package]] name = "diem-short-hex-str" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "mirai-annotations", "serde 1.0.163", @@ -3707,7 +3679,7 @@ dependencies = [ [[package]] name = "diem-speculative-state-helper" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "crossbeam", @@ -3719,7 +3691,7 @@ dependencies = [ [[package]] name = "diem-state-sync-driver" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -3752,7 +3724,7 @@ dependencies = [ [[package]] name = "diem-state-view" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3766,7 +3738,7 @@ dependencies = [ [[package]] name = "diem-storage-interface" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arr_macro", @@ -3793,7 +3765,7 @@ dependencies = [ [[package]] name = "diem-storage-service-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "async-trait", "diem-channels", @@ -3807,7 +3779,7 @@ dependencies = [ [[package]] name = "diem-storage-service-server" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "bytes", @@ -3833,7 +3805,7 @@ dependencies = [ [[package]] name = "diem-storage-service-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "diem-compression", @@ -3845,94 +3817,10 @@ dependencies = [ "thiserror", ] -[[package]] -name = "diem-telemetry" -version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" -dependencies = [ - "anyhow", - "diem-api", - "diem-config", - "diem-consensus", - "diem-crypto", - "diem-db", - "diem-infallible", - "diem-logger", - "diem-mempool", - "diem-metrics-core", - "diem-network", - "diem-node-resource-metrics", - "diem-runtimes", - "diem-state-sync-driver", - "diem-telemetry-service", - "diem-types", - "flate2", - "futures", - "once_cell", - "prometheus", - "rand 0.7.3", - "rand_core 0.5.1", - "reqwest", - "reqwest-middleware", - "reqwest-retry", - "serde 1.0.163", - "serde_json", - "sysinfo", - "thiserror", - "tokio", - "tokio-retry", - "tokio-stream", - "url", - "uuid", -] - -[[package]] -name = "diem-telemetry-service" -version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" -dependencies = [ - "anyhow", - "base64 0.13.0", - "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", - "chrono", - "clap 4.4.2", - "debug-ignore", - "diem-config", - "diem-crypto", - "diem-crypto-derive", - "diem-infallible", - "diem-logger", - "diem-metrics-core", - "diem-rest-client", - "diem-types", - "flate2", - "futures", - "gcp-bigquery-client", - "hex", - "jsonwebtoken", - "once_cell", - "prometheus", - "rand 0.7.3", - "rand_core 0.5.1", - "reqwest", - "reqwest-middleware", - "reqwest-retry", - "serde 1.0.163", - "serde_json", - "serde_repr", - "serde_yaml 0.8.26", - "thiserror", - "tokio", - "tracing", - "url", - "uuid", - "warp", -] - [[package]] name = "diem-temppath" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "hex", "rand 0.7.3", @@ -3941,7 +3829,7 @@ dependencies = [ [[package]] name = "diem-time-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "diem-infallible", "enum_dispatch", @@ -3954,7 +3842,7 @@ dependencies = [ [[package]] name = "diem-transaction-emitter-lib" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "again", "anyhow", @@ -3985,7 +3873,7 @@ dependencies = [ [[package]] name = "diem-transaction-generator-lib" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "again", "anyhow", @@ -4015,7 +3903,7 @@ dependencies = [ [[package]] name = "diem-transactional-test-harness" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -4047,7 +3935,7 @@ dependencies = [ [[package]] name = "diem-types" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arr_macro", @@ -4080,12 +3968,12 @@ dependencies = [ [[package]] name = "diem-utils" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" [[package]] name = "diem-validator-interface" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -4106,7 +3994,7 @@ dependencies = [ [[package]] name = "diem-vault-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "base64 0.13.0", "chrono", @@ -4122,7 +4010,7 @@ dependencies = [ [[package]] name = "diem-vm" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -4169,7 +4057,7 @@ dependencies = [ [[package]] name = "diem-vm-genesis" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -4190,7 +4078,7 @@ dependencies = [ [[package]] name = "diem-vm-logging" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "arc-swap", "diem-crypto", @@ -4206,7 +4094,7 @@ dependencies = [ [[package]] name = "diem-vm-types" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-aggregator", @@ -4219,7 +4107,7 @@ dependencies = [ [[package]] name = "diem-vm-validator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "diem-gas", @@ -4234,7 +4122,7 @@ dependencies = [ [[package]] name = "diem-warp-webserver" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -4741,27 +4629,6 @@ version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" -[[package]] -name = "gcp-bigquery-client" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ab5966c98f6d4e71e247cda6a6d8497bc8a1df3a4ba9ee548087842cffc21d" -dependencies = [ - "async-stream", - "hyper", - "hyper-rustls", - "log", - "reqwest", - "serde 1.0.163", - "serde_json", - "thiserror", - "time 0.3.13", - "tokio", - "tokio-stream", - "url", - "yup-oauth2", -] - [[package]] name = "generic-array" version = "0.12.4" @@ -5588,20 +5455,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "jsonwebtoken" -version = "8.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa4b4af834c6cfd35d8763d359661b90f2e45d8f750a0849156c7f4671af09c" -dependencies = [ - "base64 0.13.0", - "pem", - "ring", - "serde 1.0.163", - "serde_json", - "simple_asn1", -] - [[package]] name = "k8s-openapi" version = "0.13.1" @@ -6326,7 +6179,7 @@ checksum = "5474f8732dc7e0635ae9df6595bcd39cd30e3cfe8479850d4fa3e69306c19712" [[package]] name = "move-abigen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6343,7 +6196,7 @@ dependencies = [ [[package]] name = "move-binary-format" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arbitrary", @@ -6360,12 +6213,12 @@ dependencies = [ [[package]] name = "move-borrow-graph" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" [[package]] name = "move-bytecode-source-map" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6380,7 +6233,7 @@ dependencies = [ [[package]] name = "move-bytecode-utils" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "move-binary-format", @@ -6392,7 +6245,7 @@ dependencies = [ [[package]] name = "move-bytecode-verifier" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "fail 0.4.0", @@ -6406,7 +6259,7 @@ dependencies = [ [[package]] name = "move-bytecode-viewer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "clap 4.4.2", @@ -6423,7 +6276,7 @@ dependencies = [ [[package]] name = "move-cli" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6467,7 +6320,7 @@ dependencies = [ [[package]] name = "move-command-line-common" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "difference", @@ -6484,7 +6337,7 @@ dependencies = [ [[package]] name = "move-compiler" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6513,7 +6366,7 @@ dependencies = [ [[package]] name = "move-core-types" version = "0.0.4" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "arbitrary", @@ -6535,7 +6388,7 @@ dependencies = [ [[package]] name = "move-coverage" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6555,7 +6408,7 @@ dependencies = [ [[package]] name = "move-disassembler" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "clap 4.4.2", @@ -6573,7 +6426,7 @@ dependencies = [ [[package]] name = "move-docgen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "codespan", @@ -6592,7 +6445,7 @@ dependencies = [ [[package]] name = "move-errmapgen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6606,7 +6459,7 @@ dependencies = [ [[package]] name = "move-ir-compiler" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6625,7 +6478,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "codespan-reporting", @@ -6644,7 +6497,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode-syntax" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "hex", @@ -6657,7 +6510,7 @@ dependencies = [ [[package]] name = "move-ir-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "hex", @@ -6671,7 +6524,7 @@ dependencies = [ [[package]] name = "move-model" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "codespan", @@ -6698,7 +6551,7 @@ dependencies = [ [[package]] name = "move-package" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6734,7 +6587,7 @@ dependencies = [ [[package]] name = "move-prover" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -6771,7 +6624,7 @@ dependencies = [ [[package]] name = "move-prover-boogie-backend" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -6800,7 +6653,7 @@ dependencies = [ [[package]] name = "move-resource-viewer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6815,7 +6668,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "codespan", "codespan-reporting", @@ -6841,7 +6694,7 @@ dependencies = [ [[package]] name = "move-stdlib" version = "0.1.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "hex", @@ -6864,7 +6717,7 @@ dependencies = [ [[package]] name = "move-symbol-pool" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "once_cell", "serde 1.0.163", @@ -6873,7 +6726,7 @@ dependencies = [ [[package]] name = "move-table-extension" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6890,7 +6743,7 @@ dependencies = [ [[package]] name = "move-transactional-test-runner" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "clap 4.4.2", @@ -6921,7 +6774,7 @@ dependencies = [ [[package]] name = "move-unit-test" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "better_any", @@ -6951,7 +6804,7 @@ dependencies = [ [[package]] name = "move-vm-runtime" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "better_any", "fail 0.4.0", @@ -6968,7 +6821,7 @@ dependencies = [ [[package]] name = "move-vm-test-utils" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "move-binary-format", @@ -6982,7 +6835,7 @@ dependencies = [ [[package]] name = "move-vm-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "move-binary-format", @@ -7905,21 +7758,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "procfs" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dfb6451c91904606a1abe93e83a8ec851f45827fa84273f256ade45dc095818" -dependencies = [ - "bitflags 1.3.2", - "byteorder", - "chrono", - "flate2", - "hex", - "lazy_static 1.4.0", - "rustix 0.35.9", -] - [[package]] name = "prometheus" version = "0.13.0" @@ -8361,7 +8199,6 @@ dependencies = [ "http", "http-body", "hyper", - "hyper-rustls", "hyper-tls", "ipnet", "js-sys", @@ -8373,21 +8210,17 @@ dependencies = [ "percent-encoding", "pin-project-lite", "proc-macro-hack", - "rustls", - "rustls-pemfile 1.0.1", "serde 1.0.163", "serde_json", "serde_urlencoded", "tokio", "tokio-native-tls", - "tokio-rustls", "tokio-util 0.7.3", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots", "winreg", ] @@ -8629,15 +8462,6 @@ dependencies = [ "base64 0.13.0", ] -[[package]] -name = "rustls-pemfile" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360" -dependencies = [ - "base64 0.13.0", -] - [[package]] name = "rustls-pemfile" version = "1.0.1" @@ -8727,12 +8551,6 @@ dependencies = [ "untrusted", ] -[[package]] -name = "seahash" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" - [[package]] name = "security-framework" version = "2.7.0" @@ -8909,17 +8727,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "serde_repr" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca" -dependencies = [ - "proc-macro2 1.0.59", - "quote 1.0.28", - "syn 1.0.105", -] - [[package]] name = "serde_spanned" version = "0.6.3" @@ -9163,18 +8970,6 @@ dependencies = [ "similar", ] -[[package]] -name = "simple_asn1" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" -dependencies = [ - "num-bigint", - "num-traits 0.2.15", - "thiserror", - "time 0.3.13", -] - [[package]] name = "simplelog" version = "0.9.0" @@ -9235,7 +9030,7 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" [[package]] name = "smoke-test" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#bafac94d6edd39d972729db21156d47758eb8969" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#0ca650fa46d21db249bc6784dda66fa9b6d5d883" dependencies = [ "anyhow", "async-trait", @@ -10384,16 +10179,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" -[[package]] -name = "uuid" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" -dependencies = [ - "getrandom 0.2.7", - "serde 1.0.163", -] - [[package]] name = "valuable" version = "0.1.0" @@ -10632,15 +10417,6 @@ dependencies = [ "untrusted", ] -[[package]] -name = "webpki-roots" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" -dependencies = [ - "webpki", -] - [[package]] name = "which" version = "4.2.5" @@ -10924,33 +10700,6 @@ dependencies = [ "linked-hash-map", ] -[[package]] -name = "yup-oauth2" -version = "7.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98748970d2ddf05253e6525810d989740334aa7509457864048a829902db76f3" -dependencies = [ - "anyhow", - "async-trait", - "base64 0.13.0", - "futures", - "http", - "hyper", - "hyper-rustls", - "itertools", - "log", - "percent-encoding", - "rustls", - "rustls-pemfile 0.3.0", - "seahash", - "serde 1.0.163", - "serde_json", - "time 0.3.13", - "tokio", - "tower-service", - "url", -] - [[package]] name = "zeroize" version = "1.3.0"