diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 005c978cc..a53705f50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,10 +5,10 @@ on: tags: - "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" - branches: - - "release**" - - "main" - - "*ci*" + branches: ["*"] + # - "release**" + # - "main" + # - "*ci*" pull_request: types: - opened diff --git a/Cargo.lock b/Cargo.lock index 1a2ab960f..e4f68f7ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,7 +1608,7 @@ dependencies = [ [[package]] name = "diem" version = "2.0.2" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -1690,7 +1690,7 @@ dependencies = [ [[package]] name = "diem-accumulator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-crypto", @@ -1700,7 +1700,7 @@ dependencies = [ [[package]] name = "diem-aggregator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -1718,7 +1718,7 @@ dependencies = [ [[package]] name = "diem-api" version = "0.2.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -1759,7 +1759,7 @@ dependencies = [ [[package]] name = "diem-api-types" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -1786,7 +1786,7 @@ dependencies = [ [[package]] name = "diem-backup-cli" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -1833,7 +1833,7 @@ dependencies = [ [[package]] name = "diem-backup-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -1855,7 +1855,7 @@ dependencies = [ [[package]] name = "diem-bitvec" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "serde 1.0.163", "serde_bytes", @@ -1864,7 +1864,7 @@ dependencies = [ [[package]] name = "diem-block-executor" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arc-swap", @@ -1889,7 +1889,7 @@ dependencies = [ [[package]] name = "diem-block-partitioner" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -1909,7 +1909,7 @@ dependencies = [ [[package]] name = "diem-bounded-executor" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "futures", "tokio", @@ -1918,7 +1918,7 @@ dependencies = [ [[package]] name = "diem-build-info" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "shadow-rs", ] @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "diem-cached-packages" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "diem-framework", @@ -1939,7 +1939,7 @@ dependencies = [ [[package]] name = "diem-channels" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-infallible", @@ -1951,7 +1951,7 @@ dependencies = [ [[package]] name = "diem-cli-common" version = "1.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anstyle", "clap 4.4.2", @@ -1961,7 +1961,7 @@ dependencies = [ [[package]] name = "diem-compression" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-logger", "diem-metrics-core", @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "diem-config" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2003,7 +2003,7 @@ dependencies = [ [[package]] name = "diem-consensus" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arc-swap", @@ -2065,7 +2065,7 @@ dependencies = [ [[package]] name = "diem-consensus-notifications" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "diem-crypto", @@ -2080,7 +2080,7 @@ dependencies = [ [[package]] name = "diem-consensus-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2103,7 +2103,7 @@ dependencies = [ [[package]] name = "diem-crash-handler" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "backtrace", "diem-logger", @@ -2115,7 +2115,7 @@ dependencies = [ [[package]] name = "diem-crypto" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "ark-ec", @@ -2152,7 +2152,7 @@ dependencies = [ [[package]] name = "diem-crypto-derive" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "diem-data-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "diem-config", @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "diem-data-streaming-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "diem-channels", @@ -2215,7 +2215,7 @@ dependencies = [ [[package]] name = "diem-db" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arc-swap", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "diem-db-indexer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2289,7 +2289,7 @@ dependencies = [ [[package]] name = "diem-db-tool" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -2313,7 +2313,7 @@ dependencies = [ [[package]] name = "diem-debugger" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "clap 4.4.2", @@ -2344,7 +2344,7 @@ dependencies = [ [[package]] name = "diem-enum-conversion-derive" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -2354,7 +2354,7 @@ dependencies = [ [[package]] name = "diem-event-notifications" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "diem-channels", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "diem-executor" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arr_macro", @@ -2402,7 +2402,7 @@ dependencies = [ [[package]] name = "diem-executor-test-helpers" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-cached-packages", @@ -2426,7 +2426,7 @@ dependencies = [ [[package]] name = "diem-executor-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2447,7 +2447,7 @@ dependencies = [ [[package]] name = "diem-fallible" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "thiserror", ] @@ -2455,7 +2455,7 @@ dependencies = [ [[package]] name = "diem-faucet-core" version = "2.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -2489,7 +2489,7 @@ dependencies = [ [[package]] name = "diem-faucet-metrics-server" version = "2.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-logger", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "diem-forge" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "again", "anyhow", @@ -2559,7 +2559,7 @@ dependencies = [ [[package]] name = "diem-framework" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "ark-bls12-381", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "diem-gas" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2648,7 +2648,7 @@ dependencies = [ [[package]] name = "diem-gas-algebra-ext" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "move-core-types", ] @@ -2656,7 +2656,7 @@ dependencies = [ [[package]] name = "diem-gas-profiling" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-framework", @@ -2674,7 +2674,7 @@ dependencies = [ [[package]] name = "diem-genesis" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "diem-github-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-proxy", "serde 1.0.163", @@ -2712,17 +2712,17 @@ dependencies = [ [[package]] name = "diem-global-constants" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" [[package]] name = "diem-id-generator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" [[package]] name = "diem-indexer" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -2761,7 +2761,7 @@ dependencies = [ [[package]] name = "diem-indexer-grpc-fullnode" version = "1.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "base64 0.13.0", @@ -2798,12 +2798,12 @@ dependencies = [ [[package]] name = "diem-infallible" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" [[package]] name = "diem-inspection-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-build-info", @@ -2827,7 +2827,7 @@ dependencies = [ [[package]] name = "diem-jellyfish-merkle" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2853,7 +2853,7 @@ dependencies = [ [[package]] name = "diem-keygen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-crypto", "diem-types", @@ -2863,7 +2863,7 @@ dependencies = [ [[package]] name = "diem-language-e2e-tests" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -2901,7 +2901,7 @@ dependencies = [ [[package]] name = "diem-log-derive" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -2911,7 +2911,7 @@ dependencies = [ [[package]] name = "diem-logger" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "backtrace", "chrono", @@ -2935,7 +2935,7 @@ dependencies = [ [[package]] name = "diem-mempool" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -2975,7 +2975,7 @@ dependencies = [ [[package]] name = "diem-mempool-notifications" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "diem-runtimes", @@ -2989,7 +2989,7 @@ dependencies = [ [[package]] name = "diem-memsocket" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bytes", "diem-infallible", @@ -3000,7 +3000,7 @@ dependencies = [ [[package]] name = "diem-metrics-core" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "prometheus", @@ -3009,7 +3009,7 @@ dependencies = [ [[package]] name = "diem-move-stdlib" version = "0.1.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "hex", @@ -3032,7 +3032,7 @@ dependencies = [ [[package]] name = "diem-moving-average" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "chrono", ] @@ -3040,7 +3040,7 @@ dependencies = [ [[package]] name = "diem-mvhashmap" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3055,7 +3055,7 @@ dependencies = [ [[package]] name = "diem-netcore" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bytes", "diem-memsocket", @@ -3072,7 +3072,7 @@ dependencies = [ [[package]] name = "diem-network" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -3115,7 +3115,7 @@ dependencies = [ [[package]] name = "diem-network-builder" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3141,7 +3141,7 @@ dependencies = [ [[package]] name = "diem-network-checker" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "clap 4.4.2", @@ -3158,7 +3158,7 @@ dependencies = [ [[package]] name = "diem-network-discovery" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3184,7 +3184,7 @@ dependencies = [ [[package]] name = "diem-node" version = "1.6.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3250,7 +3250,7 @@ dependencies = [ [[package]] name = "diem-node-identity" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "claims", @@ -3262,7 +3262,7 @@ dependencies = [ [[package]] name = "diem-node-resource-metrics" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "cfg-if", "diem-build-info", @@ -3278,7 +3278,7 @@ dependencies = [ [[package]] name = "diem-num-variants" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "proc-macro2 1.0.59", "quote 1.0.28", @@ -3288,7 +3288,7 @@ dependencies = [ [[package]] name = "diem-openapi" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "percent-encoding", @@ -3301,7 +3301,7 @@ dependencies = [ [[package]] name = "diem-package-builder" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-framework", @@ -3314,7 +3314,7 @@ dependencies = [ [[package]] name = "diem-peer-monitoring-service-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "diem-channels", @@ -3340,7 +3340,7 @@ dependencies = [ [[package]] name = "diem-peer-monitoring-service-server" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "bytes", @@ -3367,7 +3367,7 @@ dependencies = [ [[package]] name = "diem-peer-monitoring-service-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "cfg_block", @@ -3380,7 +3380,7 @@ dependencies = [ [[package]] name = "diem-proptest-helpers" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "crossbeam", "proptest", @@ -3390,7 +3390,7 @@ dependencies = [ [[package]] name = "diem-protos" version = "1.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "pbjson", "prost", @@ -3401,7 +3401,7 @@ dependencies = [ [[package]] name = "diem-proxy" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "ipnet", ] @@ -3409,7 +3409,7 @@ dependencies = [ [[package]] name = "diem-push-metrics" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-logger", "diem-metrics-core", @@ -3420,7 +3420,7 @@ dependencies = [ [[package]] name = "diem-rate-limiter" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-infallible", "diem-logger", @@ -3434,7 +3434,7 @@ dependencies = [ [[package]] name = "diem-release-builder" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3470,7 +3470,7 @@ dependencies = [ [[package]] name = "diem-resource-viewer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-types", @@ -3482,7 +3482,7 @@ dependencies = [ [[package]] name = "diem-rest-client" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3508,7 +3508,7 @@ dependencies = [ [[package]] name = "diem-retrier" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-logger", "tokio", @@ -3517,7 +3517,7 @@ dependencies = [ [[package]] name = "diem-rocksdb-options" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-config", "rocksdb", @@ -3526,7 +3526,7 @@ dependencies = [ [[package]] name = "diem-rosetta" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3560,7 +3560,7 @@ dependencies = [ [[package]] name = "diem-runtimes" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "tokio", ] @@ -3568,7 +3568,7 @@ dependencies = [ [[package]] name = "diem-safety-rules" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-config", "diem-consensus-types", @@ -3592,7 +3592,7 @@ dependencies = [ [[package]] name = "diem-schemadb" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-infallible", @@ -3606,7 +3606,7 @@ dependencies = [ [[package]] name = "diem-scratchpad" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bitvec 0.19.6", "diem-crypto", @@ -3623,7 +3623,7 @@ dependencies = [ [[package]] name = "diem-sdk" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3643,7 +3643,7 @@ dependencies = [ [[package]] name = "diem-sdk-builder" version = "0.2.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3662,7 +3662,7 @@ dependencies = [ [[package]] name = "diem-secure-net" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-logger", "diem-metrics-core", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "diem-secure-storage" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "base64 0.13.0", @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "diem-short-hex-str" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "mirai-annotations", "serde 1.0.163", @@ -3707,7 +3707,7 @@ dependencies = [ [[package]] name = "diem-speculative-state-helper" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "crossbeam", @@ -3719,7 +3719,7 @@ dependencies = [ [[package]] name = "diem-state-sync-driver" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -3752,7 +3752,7 @@ dependencies = [ [[package]] name = "diem-state-view" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -3766,7 +3766,7 @@ dependencies = [ [[package]] name = "diem-storage-interface" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arr_macro", @@ -3793,7 +3793,7 @@ dependencies = [ [[package]] name = "diem-storage-service-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "async-trait", "diem-channels", @@ -3807,7 +3807,7 @@ dependencies = [ [[package]] name = "diem-storage-service-server" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "bytes", @@ -3833,7 +3833,7 @@ dependencies = [ [[package]] name = "diem-storage-service-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "diem-compression", @@ -3848,7 +3848,7 @@ dependencies = [ [[package]] name = "diem-telemetry" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-api", @@ -3889,7 +3889,7 @@ dependencies = [ [[package]] name = "diem-telemetry-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "base64 0.13.0", @@ -3932,7 +3932,7 @@ dependencies = [ [[package]] name = "diem-temppath" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "hex", "rand 0.7.3", @@ -3941,7 +3941,7 @@ dependencies = [ [[package]] name = "diem-time-service" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "diem-infallible", "enum_dispatch", @@ -3954,7 +3954,7 @@ dependencies = [ [[package]] name = "diem-transaction-emitter-lib" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "again", "anyhow", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "diem-transaction-generator-lib" version = "0.0.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "again", "anyhow", @@ -4015,7 +4015,7 @@ dependencies = [ [[package]] name = "diem-transactional-test-harness" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -4047,7 +4047,7 @@ dependencies = [ [[package]] name = "diem-types" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arr_macro", @@ -4057,6 +4057,7 @@ dependencies = [ "diem-bitvec", "diem-crypto", "diem-crypto-derive", + "diem-enum-conversion-derive", "hex", "itertools", "move-core-types", @@ -4079,12 +4080,12 @@ dependencies = [ [[package]] name = "diem-utils" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" [[package]] name = "diem-validator-interface" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -4105,7 +4106,7 @@ dependencies = [ [[package]] name = "diem-vault-client" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "base64 0.13.0", "chrono", @@ -4121,7 +4122,7 @@ dependencies = [ [[package]] name = "diem-vm" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -4168,7 +4169,7 @@ dependencies = [ [[package]] name = "diem-vm-genesis" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -4189,7 +4190,7 @@ dependencies = [ [[package]] name = "diem-vm-logging" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "arc-swap", "diem-crypto", @@ -4205,7 +4206,7 @@ dependencies = [ [[package]] name = "diem-vm-types" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-aggregator", @@ -4218,7 +4219,7 @@ dependencies = [ [[package]] name = "diem-vm-validator" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "diem-gas", @@ -4233,7 +4234,7 @@ dependencies = [ [[package]] name = "diem-warp-webserver" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6320,7 +6321,7 @@ checksum = "5474f8732dc7e0635ae9df6595bcd39cd30e3cfe8479850d4fa3e69306c19712" [[package]] name = "move-abigen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6337,7 +6338,7 @@ dependencies = [ [[package]] name = "move-binary-format" version = "0.0.3" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arbitrary", @@ -6354,12 +6355,12 @@ dependencies = [ [[package]] name = "move-borrow-graph" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" [[package]] name = "move-bytecode-source-map" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6374,7 +6375,7 @@ dependencies = [ [[package]] name = "move-bytecode-utils" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "move-binary-format", @@ -6386,7 +6387,7 @@ dependencies = [ [[package]] name = "move-bytecode-verifier" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "fail 0.4.0", @@ -6400,7 +6401,7 @@ dependencies = [ [[package]] name = "move-bytecode-viewer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "clap 4.4.2", @@ -6417,7 +6418,7 @@ dependencies = [ [[package]] name = "move-cli" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6461,7 +6462,7 @@ dependencies = [ [[package]] name = "move-command-line-common" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "difference", @@ -6478,7 +6479,7 @@ dependencies = [ [[package]] name = "move-compiler" version = "0.0.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6507,7 +6508,7 @@ dependencies = [ [[package]] name = "move-core-types" version = "0.0.4" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "arbitrary", @@ -6529,7 +6530,7 @@ dependencies = [ [[package]] name = "move-coverage" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6549,7 +6550,7 @@ dependencies = [ [[package]] name = "move-disassembler" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "clap 4.4.2", @@ -6567,7 +6568,7 @@ dependencies = [ [[package]] name = "move-docgen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "codespan", @@ -6586,7 +6587,7 @@ dependencies = [ [[package]] name = "move-errmapgen" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6600,7 +6601,7 @@ dependencies = [ [[package]] name = "move-ir-compiler" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6619,7 +6620,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "codespan-reporting", @@ -6638,7 +6639,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode-syntax" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "hex", @@ -6651,7 +6652,7 @@ dependencies = [ [[package]] name = "move-ir-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "hex", @@ -6665,7 +6666,7 @@ dependencies = [ [[package]] name = "move-model" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "codespan", @@ -6692,7 +6693,7 @@ dependencies = [ [[package]] name = "move-package" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6728,7 +6729,7 @@ dependencies = [ [[package]] name = "move-prover" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -6765,7 +6766,7 @@ dependencies = [ [[package]] name = "move-prover-boogie-backend" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", @@ -6794,7 +6795,7 @@ dependencies = [ [[package]] name = "move-resource-viewer" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6809,7 +6810,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "codespan", "codespan-reporting", @@ -6835,7 +6836,7 @@ dependencies = [ [[package]] name = "move-stdlib" version = "0.1.1" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "hex", @@ -6858,7 +6859,7 @@ dependencies = [ [[package]] name = "move-symbol-pool" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "once_cell", "serde 1.0.163", @@ -6867,7 +6868,7 @@ dependencies = [ [[package]] name = "move-table-extension" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", @@ -6884,7 +6885,7 @@ dependencies = [ [[package]] name = "move-transactional-test-runner" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "clap 4.4.2", @@ -6915,7 +6916,7 @@ dependencies = [ [[package]] name = "move-unit-test" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "better_any", @@ -6945,7 +6946,7 @@ dependencies = [ [[package]] name = "move-vm-runtime" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "better_any", "fail 0.4.0", @@ -6962,7 +6963,7 @@ dependencies = [ [[package]] name = "move-vm-test-utils" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "move-binary-format", @@ -6976,7 +6977,7 @@ dependencies = [ [[package]] name = "move-vm-types" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "bcs 0.1.4 (git+https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d)", "move-binary-format", @@ -9229,7 +9230,7 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" [[package]] name = "smoke-test" version = "0.1.0" -source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=test-writeset#a3d82a7c172658dfb2126316c7f1eada0a0d999f" +source = "git+https://github.com/0LNetworkCommunity/diem.git?branch=release#c2007fbe7116d7118a2f7fe6284b582dd8d23d70" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 41841fee9..9f977f870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,37 +41,37 @@ libra-txs = { path = "tools/txs" } libra-wallet = { path = "tools/wallet" } vdf = { git = "https://github.com/0o-de-lally/verifiable_delay.git" } -diem-api-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-debugger = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-db = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-forge = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-transactional-test-harness = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -smoke-test = { package = "smoke-test", git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } +diem-api-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-debugger = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-db = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-forge = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-transactional-test-harness = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +smoke-test = { package = "smoke-test", git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } -diem = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-build-info = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-node = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-rest-client = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-sdk = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-config = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-crypto = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-genesis = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-global-constants = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-keygen = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-logger = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-gas = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-vm = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-vm-genesis = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-executor = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-framework = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-cached-packages = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-github-client = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-release-builder = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-language-e2e-tests = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-state-view = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-storage-interface = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -diem-temppath = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } +diem = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-build-info = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-node = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-rest-client = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-sdk = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-config = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-crypto = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-genesis = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-global-constants = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-keygen = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-logger = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-gas = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-vm = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-vm-genesis = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-executor = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-framework = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-cached-packages = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-github-client = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-release-builder = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-language-e2e-tests = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-state-view = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-storage-interface = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +diem-temppath = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } ### External crate dependencies. # 0L NOTE: most of these are not used. But we leave the entire block here @@ -314,12 +314,12 @@ serde_with = "^3" # move-abigen = { path = "third_party/move/move-prover/move-abigen" } # move-binary-format = { path = "third_party/move/move-binary-format" } # ... see full list in Aptos repo -move-binary-format = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -move-core-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -move-command-line-common = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -move-compiler = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -move-model = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } -move-vm-test-utils = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } +move-binary-format = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +move-core-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +move-command-line-common = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +move-compiler = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +move-model = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } +move-vm-test-utils = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } # uses a profile similar to `cli` in Diem/Cargo.toml # optimized for performance and size @@ -347,3 +347,8 @@ incremental = true # # This will be removed once our pull requests land. [patch.crates-io] serde-reflection = { git = "https://github.com/aptos-labs/serde-reflection", rev = "839aed62a20ddccf043c08961cfe74875741ccba" } + +[env] +# set coin name for diem dependencies +RUST_DIEM_COIN_MODULE = "gas_coin" +RUST_DIEM_COIN_NAME = "LibraCoin" \ No newline at end of file diff --git a/framework/cached-packages/Cargo.toml b/framework/cached-packages/Cargo.toml index 2db4638fe..9674e4e46 100644 --- a/framework/cached-packages/Cargo.toml +++ b/framework/cached-packages/Cargo.toml @@ -15,7 +15,7 @@ rust-version = { workspace = true } [dependencies] bcs = { workspace = true } # Note the generated SDK code uses hard coded `diemtypes` -diem-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "test-writeset" } +diem-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" } move-core-types = { workspace = true } once_cell = { workspace = true } diff --git a/tools/txs/tests/transfer.rs b/tools/txs/tests/transfer.rs index 3c8cc71aa..2c7999ac7 100644 --- a/tools/txs/tests/transfer.rs +++ b/tools/txs/tests/transfer.rs @@ -83,7 +83,7 @@ async fn smoke_transfer_create_account() { /// Estimate only. Esitmates will fail if the coin name is not set in the diem-node compiled binary. #[tokio::test(flavor = "multi_thread", worker_threads = 1)] -#[ignore] // TODO: ignore this test until diem-platform 1.6.3 final lands +// #[ignore] // TODO: ignore this test until diem-platform 1.6.3 final lands async fn smoke_transfer_estimate() { let d = diem_temppath::TempPath::new();