From 3ea59eb303a80389b7f1a59f712b57f41e4a429f Mon Sep 17 00:00:00 2001 From: jolestar Date: Sat, 18 May 2024 21:03:05 +0800 Subject: [PATCH] [genesis] Reset testnet and prepre new version (#1704) * [genesis] Reset testnet and prepre new version * [cargo] version to 0.4.1 --- Cargo.lock | 92 +++++++++---------- crates/data_verify/Cargo.toml | 2 +- crates/rooch-benchmarks/Cargo.toml | 2 +- crates/rooch-config/Cargo.toml | 2 +- crates/rooch-da/Cargo.toml | 2 +- crates/rooch-executor/Cargo.toml | 2 +- crates/rooch-faucet/Cargo.toml | 2 +- crates/rooch-framework-tests/Cargo.toml | 2 +- crates/rooch-genesis-builder/Cargo.toml | 2 +- crates/rooch-genesis/Cargo.toml | 2 +- crates/rooch-indexer/Cargo.toml | 2 +- .../rooch-integration-test-runner/Cargo.toml | 2 +- crates/rooch-key/Cargo.toml | 2 +- crates/rooch-open-rpc-macros/Cargo.toml | 2 +- crates/rooch-open-rpc-spec-builder/Cargo.toml | 2 +- crates/rooch-open-rpc-spec/Cargo.toml | 2 +- .../rooch-open-rpc-spec/schemas/openrpc.json | 2 +- crates/rooch-open-rpc/Cargo.toml | 2 +- crates/rooch-pipeline-processor/Cargo.toml | 2 +- crates/rooch-proposer/Cargo.toml | 2 +- crates/rooch-relayer/Cargo.toml | 2 +- crates/rooch-rpc-api/Cargo.toml | 2 +- crates/rooch-rpc-client/Cargo.toml | 2 +- crates/rooch-rpc-server/Cargo.toml | 2 +- crates/rooch-sequencer/Cargo.toml | 2 +- crates/rooch-store/Cargo.toml | 2 +- .../rooch-test-transaction-builder/Cargo.toml | 2 +- crates/rooch-types/Cargo.toml | 2 +- crates/rooch-types/src/genesis_config.rs | 9 +- crates/rooch/Cargo.toml | 2 +- crates/testsuite/Cargo.toml | 2 +- frameworks/bitcoin-move/Cargo.toml | 2 +- frameworks/framework-builder/Cargo.toml | 2 +- frameworks/framework-release/Cargo.toml | 2 +- frameworks/framework-types/Cargo.toml | 2 +- frameworks/moveos-stdlib/Cargo.toml | 2 +- frameworks/rooch-framework/Cargo.toml | 2 +- moveos/metrics/Cargo.toml | 2 +- moveos/moveos-commons/accumulator/Cargo.toml | 2 +- .../moveos-commons/moveos-common/Cargo.toml | 2 +- .../timeout-join-handler/Cargo.toml | 2 +- moveos/moveos-compiler/Cargo.toml | 2 +- moveos/moveos-config/Cargo.toml | 2 +- moveos/moveos-object-runtime/Cargo.toml | 2 +- moveos/moveos-store/Cargo.toml | 2 +- moveos/moveos-types/Cargo.toml | 2 +- moveos/moveos-verifier/Cargo.toml | 2 +- moveos/moveos-wasm/Cargo.toml | 2 +- moveos/moveos/Cargo.toml | 2 +- moveos/raw-store/Cargo.toml | 2 +- moveos/smt/Cargo.toml | 2 +- 51 files changed, 100 insertions(+), 99 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b05c6b5cc5..00613ca871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "accumulator" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs-ext", @@ -898,7 +898,7 @@ dependencies = [ [[package]] name = "bitcoin-move" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -2513,7 +2513,7 @@ dependencies = [ [[package]] name = "data-verify" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -3701,7 +3701,7 @@ dependencies = [ [[package]] name = "framework-builder" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -3743,7 +3743,7 @@ dependencies = [ [[package]] name = "framework-release" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -3764,7 +3764,7 @@ dependencies = [ [[package]] name = "framework-types" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "clap 4.5.4", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "metrics" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "futures", @@ -6151,7 +6151,7 @@ dependencies = [ [[package]] name = "moveos" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "backtrace", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "moveos-common" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -6216,7 +6216,7 @@ dependencies = [ [[package]] name = "moveos-compiler" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "move-binary-format", @@ -6230,7 +6230,7 @@ dependencies = [ [[package]] name = "moveos-config" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "clap 4.5.4", @@ -6247,7 +6247,7 @@ dependencies = [ [[package]] name = "moveos-object-runtime" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "better_any", @@ -6283,7 +6283,7 @@ dependencies = [ [[package]] name = "moveos-stdlib" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bech32 0.11.0", @@ -6328,7 +6328,7 @@ dependencies = [ [[package]] name = "moveos-store" -version = "0.1.0" +version = "0.4.1" dependencies = [ "accumulator", "anyhow", @@ -6357,7 +6357,7 @@ dependencies = [ [[package]] name = "moveos-types" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -6385,7 +6385,7 @@ dependencies = [ [[package]] name = "moveos-verifier" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -6411,7 +6411,7 @@ dependencies = [ [[package]] name = "moveos-wasm" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "ciborium", @@ -8107,7 +8107,7 @@ dependencies = [ [[package]] name = "raw-store" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -8504,7 +8504,7 @@ dependencies = [ [[package]] name = "rooch" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -8579,7 +8579,7 @@ dependencies = [ [[package]] name = "rooch-benchmarks" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -8651,7 +8651,7 @@ dependencies = [ [[package]] name = "rooch-config" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "clap 4.5.4", @@ -8677,7 +8677,7 @@ dependencies = [ [[package]] name = "rooch-da" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -8698,7 +8698,7 @@ dependencies = [ [[package]] name = "rooch-executor" -version = "0.1.0" +version = "0.4.1" dependencies = [ "accumulator", "anyhow", @@ -8740,7 +8740,7 @@ dependencies = [ [[package]] name = "rooch-framework" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -8778,7 +8778,7 @@ dependencies = [ [[package]] name = "rooch-framework-tests" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -8829,7 +8829,7 @@ dependencies = [ [[package]] name = "rooch-genesis" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -8870,7 +8870,7 @@ dependencies = [ [[package]] name = "rooch-indexer" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -8916,7 +8916,7 @@ dependencies = [ [[package]] name = "rooch-integration-test-runner" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -8957,7 +8957,7 @@ dependencies = [ [[package]] name = "rooch-key" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "argon2", @@ -8988,7 +8988,7 @@ dependencies = [ [[package]] name = "rooch-open-rpc" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -9005,7 +9005,7 @@ dependencies = [ [[package]] name = "rooch-open-rpc-macros" -version = "0.1.0" +version = "0.4.1" dependencies = [ "derive-syn-parse", "itertools 0.10.5", @@ -9017,7 +9017,7 @@ dependencies = [ [[package]] name = "rooch-open-rpc-spec" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -9038,7 +9038,7 @@ dependencies = [ [[package]] name = "rooch-open-rpc-spec-builder" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -9058,7 +9058,7 @@ dependencies = [ [[package]] name = "rooch-pipeline-processor" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -9096,7 +9096,7 @@ dependencies = [ [[package]] name = "rooch-proposer" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -9129,7 +9129,7 @@ dependencies = [ [[package]] name = "rooch-relayer" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -9173,7 +9173,7 @@ dependencies = [ [[package]] name = "rooch-rpc-api" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "rooch-rpc-client" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -9247,7 +9247,7 @@ dependencies = [ [[package]] name = "rooch-rpc-server" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -9305,7 +9305,7 @@ dependencies = [ [[package]] name = "rooch-sequencer" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "rooch-store" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -9362,7 +9362,7 @@ dependencies = [ [[package]] name = "rooch-test-transaction-builder" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "bcs", @@ -9398,7 +9398,7 @@ dependencies = [ [[package]] name = "rooch-types" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -10450,7 +10450,7 @@ dependencies = [ [[package]] name = "smt" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "backtrace", @@ -10950,7 +10950,7 @@ dependencies = [ [[package]] name = "testsuite" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "assert_cmd", @@ -11072,7 +11072,7 @@ dependencies = [ [[package]] name = "timeout-join-handler" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "thiserror", diff --git a/crates/data_verify/Cargo.toml b/crates/data_verify/Cargo.toml index de08f35f29..cc50a25d8d 100644 --- a/crates/data_verify/Cargo.toml +++ b/crates/data_verify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "data-verify" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-benchmarks/Cargo.toml b/crates/rooch-benchmarks/Cargo.toml index 6cb9d135e1..d7c8b7fcb6 100644 --- a/crates/rooch-benchmarks/Cargo.toml +++ b/crates/rooch-benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-benchmarks" -version = "0.1.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rooch-config/Cargo.toml b/crates/rooch-config/Cargo.toml index a20326c59c..1e2a263686 100644 --- a/crates/rooch-config/Cargo.toml +++ b/crates/rooch-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-config" -version = "0.1.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rooch-da/Cargo.toml b/crates/rooch-da/Cargo.toml index 59085a95af..0a3ae6f389 100644 --- a/crates/rooch-da/Cargo.toml +++ b/crates/rooch-da/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-da" -version = "0.1.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rooch-executor/Cargo.toml b/crates/rooch-executor/Cargo.toml index 98e2c856be..3691dedef5 100644 --- a/crates/rooch-executor/Cargo.toml +++ b/crates/rooch-executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-executor" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-faucet/Cargo.toml b/crates/rooch-faucet/Cargo.toml index 3b76c1d7cf..79e3d92c2c 100644 --- a/crates/rooch-faucet/Cargo.toml +++ b/crates/rooch-faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-faucet" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-framework-tests/Cargo.toml b/crates/rooch-framework-tests/Cargo.toml index f6f6ee14b8..13e5547e01 100644 --- a/crates/rooch-framework-tests/Cargo.toml +++ b/crates/rooch-framework-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-framework-tests" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-genesis-builder/Cargo.toml b/crates/rooch-genesis-builder/Cargo.toml index ea6494dfbf..ee312d1292 100644 --- a/crates/rooch-genesis-builder/Cargo.toml +++ b/crates/rooch-genesis-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-genesis-builder" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-genesis/Cargo.toml b/crates/rooch-genesis/Cargo.toml index 15f740db0d..842d3a0769 100644 --- a/crates/rooch-genesis/Cargo.toml +++ b/crates/rooch-genesis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-genesis" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-indexer/Cargo.toml b/crates/rooch-indexer/Cargo.toml index 8e0a5a967b..22b1ac9a19 100644 --- a/crates/rooch-indexer/Cargo.toml +++ b/crates/rooch-indexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-indexer" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-integration-test-runner/Cargo.toml b/crates/rooch-integration-test-runner/Cargo.toml index 28e5a5f059..5138a9fd36 100644 --- a/crates/rooch-integration-test-runner/Cargo.toml +++ b/crates/rooch-integration-test-runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-integration-test-runner" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-key/Cargo.toml b/crates/rooch-key/Cargo.toml index 1d9e35c4aa..4f72bf36e1 100644 --- a/crates/rooch-key/Cargo.toml +++ b/crates/rooch-key/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-key" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-open-rpc-macros/Cargo.toml b/crates/rooch-open-rpc-macros/Cargo.toml index 53f2ab3181..d65aab968a 100644 --- a/crates/rooch-open-rpc-macros/Cargo.toml +++ b/crates/rooch-open-rpc-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-open-rpc-macros" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-open-rpc-spec-builder/Cargo.toml b/crates/rooch-open-rpc-spec-builder/Cargo.toml index 6f2948adc3..bcb3a4ad81 100644 --- a/crates/rooch-open-rpc-spec-builder/Cargo.toml +++ b/crates/rooch-open-rpc-spec-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-open-rpc-spec-builder" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-open-rpc-spec/Cargo.toml b/crates/rooch-open-rpc-spec/Cargo.toml index 80b650f635..01f66b188f 100644 --- a/crates/rooch-open-rpc-spec/Cargo.toml +++ b/crates/rooch-open-rpc-spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-open-rpc-spec" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-open-rpc-spec/schemas/openrpc.json b/crates/rooch-open-rpc-spec/schemas/openrpc.json index 30f7d748b4..0f531720bf 100644 --- a/crates/rooch-open-rpc-spec/schemas/openrpc.json +++ b/crates/rooch-open-rpc-spec/schemas/openrpc.json @@ -12,7 +12,7 @@ "name": "Apache-2.0", "url": "https://raw.githubusercontent.com/rooch-network/rooch/main/LICENSE" }, - "version": "0.1.0" + "version": "0.4.1" }, "methods": [ { diff --git a/crates/rooch-open-rpc/Cargo.toml b/crates/rooch-open-rpc/Cargo.toml index 53de6f235d..1413c1cdfa 100644 --- a/crates/rooch-open-rpc/Cargo.toml +++ b/crates/rooch-open-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-open-rpc" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-pipeline-processor/Cargo.toml b/crates/rooch-pipeline-processor/Cargo.toml index a287ccbdcf..575a3d152f 100644 --- a/crates/rooch-pipeline-processor/Cargo.toml +++ b/crates/rooch-pipeline-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-pipeline-processor" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-proposer/Cargo.toml b/crates/rooch-proposer/Cargo.toml index 8982bb0935..6315cd7f06 100644 --- a/crates/rooch-proposer/Cargo.toml +++ b/crates/rooch-proposer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-proposer" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-relayer/Cargo.toml b/crates/rooch-relayer/Cargo.toml index 824ef80c70..19599331f2 100644 --- a/crates/rooch-relayer/Cargo.toml +++ b/crates/rooch-relayer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-relayer" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-rpc-api/Cargo.toml b/crates/rooch-rpc-api/Cargo.toml index 194ff5776c..35f993fde0 100644 --- a/crates/rooch-rpc-api/Cargo.toml +++ b/crates/rooch-rpc-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-rpc-api" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-rpc-client/Cargo.toml b/crates/rooch-rpc-client/Cargo.toml index 7bf4a25e6d..72141ccd39 100644 --- a/crates/rooch-rpc-client/Cargo.toml +++ b/crates/rooch-rpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-rpc-client" -version = "0.1.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rooch-rpc-server/Cargo.toml b/crates/rooch-rpc-server/Cargo.toml index 14feb52efc..0e0164f873 100644 --- a/crates/rooch-rpc-server/Cargo.toml +++ b/crates/rooch-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-rpc-server" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-sequencer/Cargo.toml b/crates/rooch-sequencer/Cargo.toml index 64ea4f481b..dd3e9b6434 100644 --- a/crates/rooch-sequencer/Cargo.toml +++ b/crates/rooch-sequencer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-sequencer" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-store/Cargo.toml b/crates/rooch-store/Cargo.toml index 8744a712fb..d1db933a44 100644 --- a/crates/rooch-store/Cargo.toml +++ b/crates/rooch-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-store" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-test-transaction-builder/Cargo.toml b/crates/rooch-test-transaction-builder/Cargo.toml index cc28edbae6..a6047f1700 100644 --- a/crates/rooch-test-transaction-builder/Cargo.toml +++ b/crates/rooch-test-transaction-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-test-transaction-builder" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-types/Cargo.toml b/crates/rooch-types/Cargo.toml index 0defcac9d7..eedf04a3c7 100644 --- a/crates/rooch-types/Cargo.toml +++ b/crates/rooch-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-types" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/rooch-types/src/genesis_config.rs b/crates/rooch-types/src/genesis_config.rs index 1b5bd941e2..2be5e7bb8b 100644 --- a/crates/rooch-types/src/genesis_config.rs +++ b/crates/rooch-types/src/genesis_config.rs @@ -37,7 +37,7 @@ pub static G_LOCAL_CONFIG: Lazy = Lazy::new(|| GenesisConfig { }); pub static G_DEV_CONFIG: Lazy = Lazy::new(|| GenesisConfig { - bitcoin_network: crate::bitcoin::network::Network::Testnet.to_num(), + bitcoin_network: crate::bitcoin::network::Network::Regtest.to_num(), bitcoin_block_height: 0, timestamp: 0, sequencer_account: ROOCH_FRAMEWORK_ADDRESS, @@ -46,11 +46,12 @@ pub static G_DEV_CONFIG: Lazy = Lazy::new(|| GenesisConfig { }); pub static G_TEST_CONFIG: Lazy = Lazy::new(|| { - // curl -sSL "https://mempool.space/testnet/api/block/000000009373df1134670bd45e75a6b8f1fb07610a9eeb7933ef266da9507cb9" + // curl -sSL "https://mempool.space/testnet/api/block/00000000000000076f7641550f6c5b37c7e383eae883545fa72c05aa7a7a65ef" + GenesisConfig { bitcoin_network: crate::bitcoin::network::Network::Testnet.to_num(), - bitcoin_block_height: 2815983, - timestamp: 1715941066000, + bitcoin_block_height: 2816175, + timestamp: 1716012694000, sequencer_account: AccountAddress::from_hex_literal( "0xbe2701d15ccdc282caf8ca6647e7a54db5721f8bcb7b980b4d0c65a151bf74da", ) diff --git a/crates/rooch/Cargo.toml b/crates/rooch/Cargo.toml index 4c41b4b995..fc654c0468 100644 --- a/crates/rooch/Cargo.toml +++ b/crates/rooch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/crates/testsuite/Cargo.toml b/crates/testsuite/Cargo.toml index 60c251313f..e45cbbd50c 100644 --- a/crates/testsuite/Cargo.toml +++ b/crates/testsuite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testsuite" -version = "0.1.0" +version = "0.4.1" authors = { workspace = true } edition = { workspace = true } diff --git a/frameworks/bitcoin-move/Cargo.toml b/frameworks/bitcoin-move/Cargo.toml index 68e14b920f..c91fdc7ed1 100644 --- a/frameworks/bitcoin-move/Cargo.toml +++ b/frameworks/bitcoin-move/Cargo.toml @@ -1,7 +1,7 @@ [package] #Bitcoin Move framework name = "bitcoin-move" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/frameworks/framework-builder/Cargo.toml b/frameworks/framework-builder/Cargo.toml index fa7a24f721..2357eb3398 100644 --- a/frameworks/framework-builder/Cargo.toml +++ b/frameworks/framework-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framework-builder" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/frameworks/framework-release/Cargo.toml b/frameworks/framework-release/Cargo.toml index 586e9c9942..6f4ffdf53a 100644 --- a/frameworks/framework-release/Cargo.toml +++ b/frameworks/framework-release/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framework-release" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/frameworks/framework-types/Cargo.toml b/frameworks/framework-types/Cargo.toml index 2dd2c78d1c..6692d83c23 100644 --- a/frameworks/framework-types/Cargo.toml +++ b/frameworks/framework-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framework-types" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/frameworks/moveos-stdlib/Cargo.toml b/frameworks/moveos-stdlib/Cargo.toml index 181c9197e5..e74d9c22d8 100644 --- a/frameworks/moveos-stdlib/Cargo.toml +++ b/frameworks/moveos-stdlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-stdlib" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/frameworks/rooch-framework/Cargo.toml b/frameworks/rooch-framework/Cargo.toml index 9060997607..f5a4ea6d85 100644 --- a/frameworks/rooch-framework/Cargo.toml +++ b/frameworks/rooch-framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rooch-framework" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/moveos/metrics/Cargo.toml b/moveos/metrics/Cargo.toml index 03f98e6b96..41c23df0b2 100644 --- a/moveos/metrics/Cargo.toml +++ b/moveos/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/moveos/moveos-commons/accumulator/Cargo.toml b/moveos/moveos-commons/accumulator/Cargo.toml index 33cbba7289..559f8260a8 100644 --- a/moveos/moveos-commons/accumulator/Cargo.toml +++ b/moveos/moveos-commons/accumulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accumulator" -version = "0.1.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/moveos/moveos-commons/moveos-common/Cargo.toml b/moveos/moveos-commons/moveos-common/Cargo.toml index 6e87c36fce..2d5ec879ec 100644 --- a/moveos/moveos-commons/moveos-common/Cargo.toml +++ b/moveos/moveos-commons/moveos-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-common" -version = "0.1.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/moveos/moveos-commons/timeout-join-handler/Cargo.toml b/moveos/moveos-commons/timeout-join-handler/Cargo.toml index ba575ae2d7..5ed7f7846c 100644 --- a/moveos/moveos-commons/timeout-join-handler/Cargo.toml +++ b/moveos/moveos-commons/timeout-join-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timeout-join-handler" -version = "0.1.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/moveos/moveos-compiler/Cargo.toml b/moveos/moveos-compiler/Cargo.toml index 026a61f0a7..c8a35a4775 100644 --- a/moveos/moveos-compiler/Cargo.toml +++ b/moveos/moveos-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-compiler" -version = "0.1.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/moveos/moveos-config/Cargo.toml b/moveos/moveos-config/Cargo.toml index 79e95ffc8e..1953c751fb 100644 --- a/moveos/moveos-config/Cargo.toml +++ b/moveos/moveos-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-config" -version = "0.1.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/moveos/moveos-object-runtime/Cargo.toml b/moveos/moveos-object-runtime/Cargo.toml index a52dd20f0a..22561fb281 100644 --- a/moveos/moveos-object-runtime/Cargo.toml +++ b/moveos/moveos-object-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-object-runtime" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/moveos/moveos-store/Cargo.toml b/moveos/moveos-store/Cargo.toml index 64c55682ce..ddcdb11f33 100644 --- a/moveos/moveos-store/Cargo.toml +++ b/moveos/moveos-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-store" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/moveos/moveos-types/Cargo.toml b/moveos/moveos-types/Cargo.toml index 2b43b89513..27590171f2 100644 --- a/moveos/moveos-types/Cargo.toml +++ b/moveos/moveos-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-types" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/moveos/moveos-verifier/Cargo.toml b/moveos/moveos-verifier/Cargo.toml index 20a4f84fed..ac2fe3aacb 100644 --- a/moveos/moveos-verifier/Cargo.toml +++ b/moveos/moveos-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-verifier" -version = "0.1.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/moveos/moveos-wasm/Cargo.toml b/moveos/moveos-wasm/Cargo.toml index 9a2975fc48..3d1123a6df 100644 --- a/moveos/moveos-wasm/Cargo.toml +++ b/moveos/moveos-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos-wasm" -version = "0.1.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/moveos/moveos/Cargo.toml b/moveos/moveos/Cargo.toml index d52e3f04ae..602292f902 100644 --- a/moveos/moveos/Cargo.toml +++ b/moveos/moveos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moveos" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/moveos/raw-store/Cargo.toml b/moveos/raw-store/Cargo.toml index 0809f97b13..16940cf35e 100644 --- a/moveos/raw-store/Cargo.toml +++ b/moveos/raw-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raw-store" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true } diff --git a/moveos/smt/Cargo.toml b/moveos/smt/Cargo.toml index 12ebfe3fe2..d7fd3abdaf 100644 --- a/moveos/smt/Cargo.toml +++ b/moveos/smt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smt" -version = "0.1.0" +version = "0.4.1" # Workspace inherited keys authors = { workspace = true }