From 9259a76de2371d9c2ae3547b03268097224f1aae Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Tue, 6 Dec 2022 12:58:25 +0800 Subject: [PATCH] Prepare release v1.12.8 (#3811) --- Cargo.lock | 204 +++++++++--------- abi/decoder/Cargo.toml | 2 +- abi/resolver/Cargo.toml | 2 +- abi/types/Cargo.toml | 2 +- account/Cargo.toml | 2 +- account/api/Cargo.toml | 2 +- account/provider/Cargo.toml | 2 +- account/service/Cargo.toml | 2 +- benchmarks/Cargo.toml | 2 +- block-relayer/Cargo.toml | 2 +- chain/Cargo.toml | 2 +- chain/api/Cargo.toml | 2 +- chain/chain-notify/Cargo.toml | 2 +- chain/mock/Cargo.toml | 2 +- chain/open-block/Cargo.toml | 2 +- chain/service/Cargo.toml | 2 +- cmd/airdrop/Cargo.toml | 2 +- cmd/db-exporter/Cargo.toml | 2 +- cmd/faucet/Cargo.toml | 2 +- cmd/generator/Cargo.toml | 2 +- cmd/genesis-nft-miner/Cargo.toml | 2 +- cmd/indexer/Cargo.toml | 2 +- cmd/merkle-generator/Cargo.toml | 2 +- cmd/miner_client/Cargo.toml | 2 +- cmd/miner_client/api/Cargo.toml | 2 +- cmd/peer-watcher/Cargo.toml | 2 +- cmd/replay/Cargo.toml | 2 +- cmd/resource-exporter/Cargo.toml | 2 +- cmd/starcoin/Cargo.toml | 2 +- cmd/tx-factory/Cargo.toml | 2 +- commons/accumulator/Cargo.toml | 2 +- commons/api-limiter/Cargo.toml | 2 +- commons/bcs_ext/Cargo.toml | 2 +- commons/decrypt/Cargo.toml | 2 +- commons/forkable-jellyfish-merkle/Cargo.toml | 2 +- commons/logger/Cargo.toml | 2 +- commons/metrics/Cargo.toml | 2 +- commons/proptest-helpers/Cargo.toml | 2 +- commons/scmd/Cargo.toml | 2 +- commons/serde-helpers/Cargo.toml | 2 +- commons/service-registry/Cargo.toml | 2 +- commons/stest/Cargo.toml | 2 +- commons/stest/stest-macro/Cargo.toml | 2 +- commons/stream-task/Cargo.toml | 2 +- commons/system/Cargo.toml | 2 +- commons/time-service/Cargo.toml | 2 +- commons/timeout-join-handler/Cargo.toml | 2 +- commons/utils/Cargo.toml | 2 +- config/Cargo.toml | 2 +- consensus/Cargo.toml | 2 +- consensus/cryptonight-rs/Cargo.toml | 2 +- contrib-contracts/Cargo.toml | 2 +- dataformat-generator/Cargo.toml | 2 +- executor/Cargo.toml | 2 +- executor/benchmark/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- kube/manifest/starcoin-barnard.yaml | 2 +- kube/manifest/starcoin-main.yaml | 2 +- miner/Cargo.toml | 2 +- network-p2p/Cargo.toml | 2 +- network-p2p/peerset/Cargo.toml | 2 +- network-p2p/types/Cargo.toml | 2 +- network-rpc/Cargo.toml | 2 +- network-rpc/api/Cargo.toml | 2 +- network-rpc/core/Cargo.toml | 2 +- network-rpc/derive/Cargo.toml | 2 +- network/Cargo.toml | 2 +- network/api/Cargo.toml | 2 +- network/types/Cargo.toml | 2 +- node/Cargo.toml | 2 +- node/api/Cargo.toml | 2 +- rpc/api/Cargo.toml | 2 +- rpc/client/Cargo.toml | 2 +- rpc/middleware/Cargo.toml | 2 +- rpc/server/Cargo.toml | 2 +- state/api/Cargo.toml | 2 +- state/service/Cargo.toml | 2 +- state/state-store-api/Cargo.toml | 2 +- state/state-tree/Cargo.toml | 2 +- state/statedb/Cargo.toml | 2 +- storage/Cargo.toml | 2 +- stratum/Cargo.toml | 2 +- sync/Cargo.toml | 2 +- sync/api/Cargo.toml | 2 +- test-helper/Cargo.toml | 2 +- testsuite/Cargo.toml | 2 +- txpool/Cargo.toml | 2 +- txpool/api/Cargo.toml | 2 +- txpool/mock-service/Cargo.toml | 2 +- types/Cargo.toml | 2 +- types/uint/Cargo.toml | 2 +- vm/compiler/Cargo.toml | 2 +- vm/dev/Cargo.toml | 2 +- vm/move-coverage/Cargo.toml | 2 +- vm/move-explain/Cargo.toml | 2 +- vm/move-package-manager/Cargo.toml | 2 +- vm/move-prover/Cargo.toml | 2 +- vm/natives/Cargo.toml | 2 +- vm/resource-viewer/Cargo.toml | 2 +- .../Cargo.toml | 2 +- vm/stdlib/Cargo.toml | 2 +- vm/transaction-builder-generator/Cargo.toml | 2 +- vm/transaction-builder/Cargo.toml | 2 +- vm/types/Cargo.toml | 2 +- vm/vm-runtime/Cargo.toml | 2 +- vm/vm-status-translator/Cargo.toml | 2 +- 106 files changed, 207 insertions(+), 207 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 724defaa9c..0454660d6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "airdrop" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -236,7 +236,7 @@ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "api-limiter" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "dashmap", @@ -558,7 +558,7 @@ dependencies = [ [[package]] name = "bcs-ext" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs", @@ -585,7 +585,7 @@ checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5" [[package]] name = "benchmarks" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "criterion", @@ -1222,7 +1222,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "contrib-contracts" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -1478,7 +1478,7 @@ dependencies = [ [[package]] name = "cryptonight-rs" -version = "1.12.7" +version = "1.12.8" dependencies = [ "bencher", "cc", @@ -1767,7 +1767,7 @@ dependencies = [ [[package]] name = "db-exporter" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "atomic-counter", @@ -2330,7 +2330,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "forkable-jellyfish-merkle" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "backtrace", @@ -2579,7 +2579,7 @@ dependencies = [ [[package]] name = "genesis-nft-miner" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -4470,7 +4470,7 @@ dependencies = [ [[package]] name = "merkle-generator" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -4845,7 +4845,7 @@ dependencies = [ [[package]] name = "move-coverage" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs", @@ -5036,7 +5036,7 @@ dependencies = [ [[package]] name = "move-package-manager" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs", @@ -5543,7 +5543,7 @@ dependencies = [ [[package]] name = "network-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -5566,7 +5566,7 @@ dependencies = [ [[package]] name = "network-p2p" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-std", @@ -5612,7 +5612,7 @@ dependencies = [ [[package]] name = "network-p2p-types" -version = "1.12.7" +version = "1.12.8" dependencies = [ "bitflags", "bytes 1.2.1", @@ -5627,7 +5627,7 @@ dependencies = [ [[package]] name = "network-rpc-core" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -5643,7 +5643,7 @@ dependencies = [ [[package]] name = "network-rpc-derive" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "proc-macro2 1.0.42", @@ -5653,7 +5653,7 @@ dependencies = [ [[package]] name = "network-types" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "network-p2p-types", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "resource-exporter" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -7717,7 +7717,7 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "1.12.7" +version = "1.12.8" dependencies = [ "futures 0.3.21", "libp2p", @@ -7787,7 +7787,7 @@ dependencies = [ [[package]] name = "scmd" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "clap 3.2.15", @@ -7917,7 +7917,7 @@ dependencies = [ [[package]] name = "serde-helpers" -version = "1.12.7" +version = "1.12.8" dependencies = [ "bcs-ext", "hex", @@ -8404,7 +8404,7 @@ dependencies = [ [[package]] name = "sp-utils" -version = "1.12.7" +version = "1.12.8" dependencies = [ "futures 0.3.21", "futures-core", @@ -8429,7 +8429,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "starcoin-abi-decoder" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs", @@ -8449,7 +8449,7 @@ dependencies = [ [[package]] name = "starcoin-abi-resolver" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "move-model", @@ -8463,7 +8463,7 @@ dependencies = [ [[package]] name = "starcoin-abi-types" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "hex", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "starcoin-account" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -8500,7 +8500,7 @@ dependencies = [ [[package]] name = "starcoin-account-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -8521,7 +8521,7 @@ dependencies = [ [[package]] name = "starcoin-account-provider" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "starcoin-account", @@ -8534,7 +8534,7 @@ dependencies = [ [[package]] name = "starcoin-account-service" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -8555,7 +8555,7 @@ dependencies = [ [[package]] name = "starcoin-accumulator" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -8577,7 +8577,7 @@ dependencies = [ [[package]] name = "starcoin-block-relayer" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -8606,7 +8606,7 @@ dependencies = [ [[package]] name = "starcoin-chain" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -8646,7 +8646,7 @@ dependencies = [ [[package]] name = "starcoin-chain-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -8668,7 +8668,7 @@ dependencies = [ [[package]] name = "starcoin-chain-mock" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -8699,7 +8699,7 @@ dependencies = [ [[package]] name = "starcoin-chain-notify" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "starcoin-crypto", @@ -8711,7 +8711,7 @@ dependencies = [ [[package]] name = "starcoin-chain-service" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "starcoin-cmd" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -8795,7 +8795,7 @@ dependencies = [ [[package]] name = "starcoin-config" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "clap 3.2.15", @@ -8833,7 +8833,7 @@ dependencies = [ [[package]] name = "starcoin-consensus" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "byteorder 1.4.3", @@ -8889,7 +8889,7 @@ dependencies = [ [[package]] name = "starcoin-dataformat-generator" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -8902,7 +8902,7 @@ dependencies = [ [[package]] name = "starcoin-decrypt" -version = "1.12.7" +version = "1.12.8" dependencies = [ "aes-gcm 0.9.4", "anyhow", @@ -8916,7 +8916,7 @@ dependencies = [ [[package]] name = "starcoin-dev" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -8937,7 +8937,7 @@ dependencies = [ [[package]] name = "starcoin-executor" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -8970,7 +8970,7 @@ dependencies = [ [[package]] name = "starcoin-executor-benchmark" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "clap 3.2.15", @@ -8995,7 +8995,7 @@ dependencies = [ [[package]] name = "starcoin-faucet" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "ascii", @@ -9036,7 +9036,7 @@ dependencies = [ [[package]] name = "starcoin-generator" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "clap 3.2.15", @@ -9060,7 +9060,7 @@ dependencies = [ [[package]] name = "starcoin-genesis" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -9088,7 +9088,7 @@ dependencies = [ [[package]] name = "starcoin-indexer" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -9108,7 +9108,7 @@ dependencies = [ [[package]] name = "starcoin-logger" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "arc-swap", @@ -9127,7 +9127,7 @@ dependencies = [ [[package]] name = "starcoin-metrics" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "futures 0.3.21", @@ -9141,7 +9141,7 @@ dependencies = [ [[package]] name = "starcoin-miner" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -9187,7 +9187,7 @@ dependencies = [ [[package]] name = "starcoin-miner-client" -version = "1.12.7" +version = "1.12.8" dependencies = [ "actix", "actix-rt", @@ -9230,7 +9230,7 @@ dependencies = [ [[package]] name = "starcoin-miner-client-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -9241,7 +9241,7 @@ dependencies = [ [[package]] name = "starcoin-move-compiler" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "move-binary-format", @@ -9260,7 +9260,7 @@ dependencies = [ [[package]] name = "starcoin-move-explain" -version = "1.12.7" +version = "1.12.8" dependencies = [ "bcs-ext", "clap 3.2.15", @@ -9270,7 +9270,7 @@ dependencies = [ [[package]] name = "starcoin-move-prover" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "atty", @@ -9298,7 +9298,7 @@ dependencies = [ [[package]] name = "starcoin-natives" -version = "1.12.7" +version = "1.12.8" dependencies = [ "arrayref", "hex", @@ -9326,7 +9326,7 @@ dependencies = [ [[package]] name = "starcoin-network" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-std", @@ -9369,7 +9369,7 @@ dependencies = [ [[package]] name = "starcoin-network-rpc" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "api-limiter", @@ -9415,7 +9415,7 @@ dependencies = [ [[package]] name = "starcoin-network-rpc-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -9435,7 +9435,7 @@ dependencies = [ [[package]] name = "starcoin-node" -version = "1.12.7" +version = "1.12.8" dependencies = [ "actix", "actix-rt", @@ -9490,7 +9490,7 @@ dependencies = [ [[package]] name = "starcoin-node-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -9511,7 +9511,7 @@ dependencies = [ [[package]] name = "starcoin-open-block" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -9533,7 +9533,7 @@ dependencies = [ [[package]] name = "starcoin-peer-watcher" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-std", @@ -9553,7 +9553,7 @@ dependencies = [ [[package]] name = "starcoin-replay" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "clap 3.2.15", @@ -9569,7 +9569,7 @@ dependencies = [ [[package]] name = "starcoin-resource-viewer" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "hex", @@ -9582,7 +9582,7 @@ dependencies = [ [[package]] name = "starcoin-rpc-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -9624,7 +9624,7 @@ dependencies = [ [[package]] name = "starcoin-rpc-client" -version = "1.12.7" +version = "1.12.8" dependencies = [ "actix", "actix-rt", @@ -9670,7 +9670,7 @@ dependencies = [ [[package]] name = "starcoin-rpc-middleware" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "futures 0.3.21", @@ -9688,7 +9688,7 @@ dependencies = [ [[package]] name = "starcoin-rpc-server" -version = "1.12.7" +version = "1.12.8" dependencies = [ "actix", "actix-rt", @@ -9764,7 +9764,7 @@ dependencies = [ [[package]] name = "starcoin-service-registry" -version = "1.12.7" +version = "1.12.8" dependencies = [ "actix", "actix-rt", @@ -9784,7 +9784,7 @@ dependencies = [ [[package]] name = "starcoin-state-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -9800,7 +9800,7 @@ dependencies = [ [[package]] name = "starcoin-state-service" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -9821,7 +9821,7 @@ dependencies = [ [[package]] name = "starcoin-state-store-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "forkable-jellyfish-merkle", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "starcoin-state-tree" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -9849,7 +9849,7 @@ dependencies = [ [[package]] name = "starcoin-statedb" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "starcoin-storage" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -9900,7 +9900,7 @@ dependencies = [ [[package]] name = "starcoin-stratum" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "byteorder 1.4.3", @@ -9924,7 +9924,7 @@ dependencies = [ [[package]] name = "starcoin-sync" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-std", @@ -9985,7 +9985,7 @@ dependencies = [ [[package]] name = "starcoin-sync-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "starcoin-system" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "systemstat", @@ -10010,7 +10010,7 @@ dependencies = [ [[package]] name = "starcoin-time-service" -version = "1.12.7" +version = "1.12.8" dependencies = [ "log 0.4.17", "serde 1.0.140", @@ -10018,7 +10018,7 @@ dependencies = [ [[package]] name = "starcoin-transaction-builder" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -10032,7 +10032,7 @@ dependencies = [ [[package]] name = "starcoin-transactional-test-harness" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -10085,7 +10085,7 @@ dependencies = [ [[package]] name = "starcoin-tx-factory" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "clap 3.2.15", @@ -10106,7 +10106,7 @@ dependencies = [ [[package]] name = "starcoin-txpool" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -10149,7 +10149,7 @@ dependencies = [ [[package]] name = "starcoin-txpool-api" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -10162,7 +10162,7 @@ dependencies = [ [[package]] name = "starcoin-txpool-mock-service" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "starcoin-types" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -10201,7 +10201,7 @@ dependencies = [ [[package]] name = "starcoin-uint" -version = "1.12.7" +version = "1.12.8" dependencies = [ "bcs-ext", "hex", @@ -10214,7 +10214,7 @@ dependencies = [ [[package]] name = "starcoin-vm-runtime" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -10237,7 +10237,7 @@ dependencies = [ [[package]] name = "starcoin-vm-types" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -10274,7 +10274,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stdlib" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs-ext", @@ -10301,7 +10301,7 @@ dependencies = [ [[package]] name = "stest" -version = "1.12.7" +version = "1.12.8" dependencies = [ "actix", "actix-rt", @@ -10316,7 +10316,7 @@ dependencies = [ [[package]] name = "stest-macro" -version = "1.12.7" +version = "1.12.8" dependencies = [ "actix", "actix-rt", @@ -10340,7 +10340,7 @@ checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" [[package]] name = "stream-task" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-std", @@ -10657,7 +10657,7 @@ dependencies = [ [[package]] name = "test-helper" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "async-trait", @@ -10716,7 +10716,7 @@ dependencies = [ [[package]] name = "testsuite" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "clap 3.2.15", @@ -10859,7 +10859,7 @@ checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" [[package]] name = "timeout-join-handler" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "thiserror", @@ -11226,7 +11226,7 @@ checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" [[package]] name = "transaction-builder-generator" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "bcs", @@ -11640,7 +11640,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vm-status-translator" -version = "1.12.7" +version = "1.12.8" dependencies = [ "anyhow", "schemars 0.8.8", diff --git a/abi/decoder/Cargo.toml b/abi/decoder/Cargo.toml index e946052360..5706a13cf7 100644 --- a/abi/decoder/Cargo.toml +++ b/abi/decoder/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" license = "Apache-2.0" name = "starcoin-abi-decoder" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/abi/resolver/Cargo.toml b/abi/resolver/Cargo.toml index 4839264440..cabae89068 100644 --- a/abi/resolver/Cargo.toml +++ b/abi/resolver/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-abi-resolver" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/abi/types/Cargo.toml b/abi/types/Cargo.toml index d0e20125cf..15d3505a60 100644 --- a/abi/types/Cargo.toml +++ b/abi/types/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" license = "Apache-2.0" name = "starcoin-abi-types" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/account/Cargo.toml b/account/Cargo.toml index 7d6c105eba..f40f363ac8 100644 --- a/account/Cargo.toml +++ b/account/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-account" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/account/api/Cargo.toml b/account/api/Cargo.toml index 64a39520b6..83eea6761a 100644 --- a/account/api/Cargo.toml +++ b/account/api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-account-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/account/provider/Cargo.toml b/account/provider/Cargo.toml index b6957c4585..3ae67329b4 100644 --- a/account/provider/Cargo.toml +++ b/account/provider/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "starcoin-account-provider" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/account/service/Cargo.toml b/account/service/Cargo.toml index 35a38da221..5cc0436851 100644 --- a/account/service/Cargo.toml +++ b/account/service/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-account-service" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index fe6ca79a30..46b72f0f92 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "benchmarks" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/block-relayer/Cargo.toml b/block-relayer/Cargo.toml index e2956f903c..8a63724335 100644 --- a/block-relayer/Cargo.toml +++ b/block-relayer/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-block-relayer" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/chain/Cargo.toml b/chain/Cargo.toml index b60cd9ebfb..431adc8b3a 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-chain" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/chain/api/Cargo.toml b/chain/api/Cargo.toml index 0d44e46553..5fe7c36905 100644 --- a/chain/api/Cargo.toml +++ b/chain/api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-chain-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/chain/chain-notify/Cargo.toml b/chain/chain-notify/Cargo.toml index 1b4e46b82c..04c331ed77 100644 --- a/chain/chain-notify/Cargo.toml +++ b/chain/chain-notify/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-chain-notify" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/chain/mock/Cargo.toml b/chain/mock/Cargo.toml index c00bfa8af8..9c3f99ec6d 100644 --- a/chain/mock/Cargo.toml +++ b/chain/mock/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-chain-mock" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/chain/open-block/Cargo.toml b/chain/open-block/Cargo.toml index 96e3e4698c..2d226f41d7 100644 --- a/chain/open-block/Cargo.toml +++ b/chain/open-block/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-open-block" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/chain/service/Cargo.toml b/chain/service/Cargo.toml index feae85dc9a..f86647a63e 100644 --- a/chain/service/Cargo.toml +++ b/chain/service/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-chain-service" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/cmd/airdrop/Cargo.toml b/cmd/airdrop/Cargo.toml index c483a86405..2a43135c0e 100644 --- a/cmd/airdrop/Cargo.toml +++ b/cmd/airdrop/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "airdrop" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cmd/db-exporter/Cargo.toml b/cmd/db-exporter/Cargo.toml index 12cbc6b3c1..9270422e54 100644 --- a/cmd/db-exporter/Cargo.toml +++ b/cmd/db-exporter/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "db-exporter" publish = false -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cmd/faucet/Cargo.toml b/cmd/faucet/Cargo.toml index 3c499f0f2d..bfc5e2f75a 100644 --- a/cmd/faucet/Cargo.toml +++ b/cmd/faucet/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-faucet" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/cmd/generator/Cargo.toml b/cmd/generator/Cargo.toml index 4c0137c581..04abe39bb5 100644 --- a/cmd/generator/Cargo.toml +++ b/cmd/generator/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-generator" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/cmd/genesis-nft-miner/Cargo.toml b/cmd/genesis-nft-miner/Cargo.toml index b03e5a104b..d062cb7818 100644 --- a/cmd/genesis-nft-miner/Cargo.toml +++ b/cmd/genesis-nft-miner/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "genesis-nft-miner" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "~1" diff --git a/cmd/indexer/Cargo.toml b/cmd/indexer/Cargo.toml index e7de780862..df14e3fa98 100644 --- a/cmd/indexer/Cargo.toml +++ b/cmd/indexer/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-indexer" publish = false -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cmd/merkle-generator/Cargo.toml b/cmd/merkle-generator/Cargo.toml index 2b46ca8cfe..65e7c90f87 100644 --- a/cmd/merkle-generator/Cargo.toml +++ b/cmd/merkle-generator/Cargo.toml @@ -2,7 +2,7 @@ authors = ["caojiafeng "] edition = "2021" name = "merkle-generator" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cmd/miner_client/Cargo.toml b/cmd/miner_client/Cargo.toml index aa6ec7e18c..c0f27ad6b5 100644 --- a/cmd/miner_client/Cargo.toml +++ b/cmd/miner_client/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-miner-client" -version = "1.12.7" +version = "1.12.8" [dependencies] actix = "0.13" diff --git a/cmd/miner_client/api/Cargo.toml b/cmd/miner_client/api/Cargo.toml index c9f2d6f4b6..47de4a0deb 100644 --- a/cmd/miner_client/api/Cargo.toml +++ b/cmd/miner_client/api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-miner-client-api" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cmd/peer-watcher/Cargo.toml b/cmd/peer-watcher/Cargo.toml index c2230a300e..829ca61c55 100644 --- a/cmd/peer-watcher/Cargo.toml +++ b/cmd/peer-watcher/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-peer-watcher" publish = false -version = "1.12.7" +version = "1.12.8" [[bin]] name = "starcoin_peer_watcher" diff --git a/cmd/replay/Cargo.toml b/cmd/replay/Cargo.toml index f0c4367a1a..cab44f6c12 100644 --- a/cmd/replay/Cargo.toml +++ b/cmd/replay/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-replay" publish = false -version = "1.12.7" +version = "1.12.8" [[bin]] name = "starcoin-replay" diff --git a/cmd/resource-exporter/Cargo.toml b/cmd/resource-exporter/Cargo.toml index 4bc8ba08e4..45bebc96a6 100644 --- a/cmd/resource-exporter/Cargo.toml +++ b/cmd/resource-exporter/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "resource-exporter" publish = false -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cmd/starcoin/Cargo.toml b/cmd/starcoin/Cargo.toml index 5eedeef81f..2231d96e57 100644 --- a/cmd/starcoin/Cargo.toml +++ b/cmd/starcoin/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-cmd" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/cmd/tx-factory/Cargo.toml b/cmd/tx-factory/Cargo.toml index a303d976d4..a0a0d35d71 100644 --- a/cmd/tx-factory/Cargo.toml +++ b/cmd/tx-factory/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-tx-factory" publish = false -version = "1.12.7" +version = "1.12.8" [[bin]] name = "starcoin_txfactory" diff --git a/commons/accumulator/Cargo.toml b/commons/accumulator/Cargo.toml index 5834be58c6..c7544eaf1c 100644 --- a/commons/accumulator/Cargo.toml +++ b/commons/accumulator/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-accumulator" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/commons/api-limiter/Cargo.toml b/commons/api-limiter/Cargo.toml index aeef4e96a5..2f5969ad48 100644 --- a/commons/api-limiter/Cargo.toml +++ b/commons/api-limiter/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" license = "Apache-2.0" name = "api-limiter" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/commons/bcs_ext/Cargo.toml b/commons/bcs_ext/Cargo.toml index 1f41463cba..ddb9008617 100644 --- a/commons/bcs_ext/Cargo.toml +++ b/commons/bcs_ext/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "bcs-ext" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/commons/decrypt/Cargo.toml b/commons/decrypt/Cargo.toml index 6daa8ecc95..213462f07c 100644 --- a/commons/decrypt/Cargo.toml +++ b/commons/decrypt/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" license = "Apache-2.0" name = "starcoin-decrypt" -version = "1.12.7" +version = "1.12.8" [dependencies] aes-gcm = "0.9" diff --git a/commons/forkable-jellyfish-merkle/Cargo.toml b/commons/forkable-jellyfish-merkle/Cargo.toml index 1e65dff0ec..abe2a29bb9 100644 --- a/commons/forkable-jellyfish-merkle/Cargo.toml +++ b/commons/forkable-jellyfish-merkle/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" license = "Apache-2.0" name = "forkable-jellyfish-merkle" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/commons/logger/Cargo.toml b/commons/logger/Cargo.toml index 22d92cb68b..947476c4a0 100644 --- a/commons/logger/Cargo.toml +++ b/commons/logger/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-logger" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/commons/metrics/Cargo.toml b/commons/metrics/Cargo.toml index 2835244065..c26a2c14c2 100644 --- a/commons/metrics/Cargo.toml +++ b/commons/metrics/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-metrics" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/commons/proptest-helpers/Cargo.toml b/commons/proptest-helpers/Cargo.toml index f3cd5677a3..0c20096987 100644 --- a/commons/proptest-helpers/Cargo.toml +++ b/commons/proptest-helpers/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-proptest-helpers" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] crossbeam = "0.7.3" diff --git a/commons/scmd/Cargo.toml b/commons/scmd/Cargo.toml index aaf8b46144..a50a676791 100644 --- a/commons/scmd/Cargo.toml +++ b/commons/scmd/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "scmd" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/commons/serde-helpers/Cargo.toml b/commons/serde-helpers/Cargo.toml index 4e374b6789..c1a7594372 100644 --- a/commons/serde-helpers/Cargo.toml +++ b/commons/serde-helpers/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "serde-helpers" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] hex = {version = "0.4"} diff --git a/commons/service-registry/Cargo.toml b/commons/service-registry/Cargo.toml index 2ed770471d..7895a11d64 100644 --- a/commons/service-registry/Cargo.toml +++ b/commons/service-registry/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-service-registry" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] actix = "0.13" diff --git a/commons/stest/Cargo.toml b/commons/stest/Cargo.toml index 6d31492d30..5c825c0267 100644 --- a/commons/stest/Cargo.toml +++ b/commons/stest/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "stest" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] actix = "0.13" diff --git a/commons/stest/stest-macro/Cargo.toml b/commons/stest/stest-macro/Cargo.toml index 9fa84bfef3..39502d3280 100644 --- a/commons/stest/stest-macro/Cargo.toml +++ b/commons/stest/stest-macro/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "stest-macro" publish = false -version = "1.12.7" +version = "1.12.8" [lib] proc-macro = true diff --git a/commons/stream-task/Cargo.toml b/commons/stream-task/Cargo.toml index c41582b881..7504c95634 100644 --- a/commons/stream-task/Cargo.toml +++ b/commons/stream-task/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "stream-task" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/commons/system/Cargo.toml b/commons/system/Cargo.toml index 8c2bd53104..b5853018f3 100644 --- a/commons/system/Cargo.toml +++ b/commons/system/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-system" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.37" diff --git a/commons/time-service/Cargo.toml b/commons/time-service/Cargo.toml index e3636189f1..94334c9cb6 100644 --- a/commons/time-service/Cargo.toml +++ b/commons/time-service/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-time-service" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] log = {version = "0.4"} diff --git a/commons/timeout-join-handler/Cargo.toml b/commons/timeout-join-handler/Cargo.toml index 0e89a24524..ca247fc7d8 100644 --- a/commons/timeout-join-handler/Cargo.toml +++ b/commons/timeout-join-handler/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "timeout-join-handler" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] diff --git a/commons/utils/Cargo.toml b/commons/utils/Cargo.toml index 67c1803ead..3ed37fb6f3 100644 --- a/commons/utils/Cargo.toml +++ b/commons/utils/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" homepage = "https://substrate.dev" license = "Apache-2.0" repository = "https://github.com/paritytech/substrate/" -version = "1.12.7" +version = "1.12.8" [dependencies] futures = "0.3.12" diff --git a/config/Cargo.toml b/config/Cargo.toml index ab4dd4150a..ba9319af13 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-config" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 6aa3106253..6a7c6c24f3 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-consensus" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/consensus/cryptonight-rs/Cargo.toml b/consensus/cryptonight-rs/Cargo.toml index 743465b9df..99cb9026dc 100644 --- a/consensus/cryptonight-rs/Cargo.toml +++ b/consensus/cryptonight-rs/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "cryptonight-rs" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] libc = "^0.2" diff --git a/contrib-contracts/Cargo.toml b/contrib-contracts/Cargo.toml index 9cfc820942..8360c2568a 100644 --- a/contrib-contracts/Cargo.toml +++ b/contrib-contracts/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "contrib-contracts" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/dataformat-generator/Cargo.toml b/dataformat-generator/Cargo.toml index 9b1bf1443a..c55ecd0de9 100644 --- a/dataformat-generator/Cargo.toml +++ b/dataformat-generator/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-dataformat-generator" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html build = "build.rs" diff --git a/executor/Cargo.toml b/executor/Cargo.toml index ea4e206af2..80e73b5204 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-executor" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/executor/benchmark/Cargo.toml b/executor/benchmark/Cargo.toml index ca2a5e85d3..5d639f924e 100644 --- a/executor/benchmark/Cargo.toml +++ b/executor/benchmark/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-executor-benchmark" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 08ce6652b2..6616cf9dd4 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-genesis" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/kube/manifest/starcoin-barnard.yaml b/kube/manifest/starcoin-barnard.yaml index c822d79915..3b771f0848 100644 --- a/kube/manifest/starcoin-barnard.yaml +++ b/kube/manifest/starcoin-barnard.yaml @@ -23,7 +23,7 @@ spec: starcoin/node-pool: seed-pool containers: - name: starcoin - image: starcoin/starcoin:v1.12.7 + image: starcoin/starcoin:v1.12.8 imagePullPolicy: Always command: - bash diff --git a/kube/manifest/starcoin-main.yaml b/kube/manifest/starcoin-main.yaml index 9bfe1c1756..6f93176282 100644 --- a/kube/manifest/starcoin-main.yaml +++ b/kube/manifest/starcoin-main.yaml @@ -23,7 +23,7 @@ spec: starcoin/node-pool: seed-pool containers: - name: starcoin - image: starcoin/starcoin:v1.12.7 + image: starcoin/starcoin:v1.12.8 imagePullPolicy: Always command: - bash diff --git a/miner/Cargo.toml b/miner/Cargo.toml index 1252570104..f4a8cd7e8c 100644 --- a/miner/Cargo.toml +++ b/miner/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-miner" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/network-p2p/Cargo.toml b/network-p2p/Cargo.toml index a0d1c29560..d62633cf2e 100644 --- a/network-p2p/Cargo.toml +++ b/network-p2p/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "network-p2p" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/network-p2p/peerset/Cargo.toml b/network-p2p/peerset/Cargo.toml index a8d7fcd95b..66ce8b243d 100644 --- a/network-p2p/peerset/Cargo.toml +++ b/network-p2p/peerset/Cargo.toml @@ -10,7 +10,7 @@ homepage = "http://parity.io" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" name = "sc-peerset" repository = "https://github.com/paritytech/substrate/" -version = "1.12.7" +version = "1.12.8" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/network-p2p/types/Cargo.toml b/network-p2p/types/Cargo.toml index 22a011b0cc..e858ad1f8d 100644 --- a/network-p2p/types/Cargo.toml +++ b/network-p2p/types/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "network-p2p-types" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] bitflags = "1.3.2" diff --git a/network-rpc/Cargo.toml b/network-rpc/Cargo.toml index 94554df1c1..57f742df34 100644 --- a/network-rpc/Cargo.toml +++ b/network-rpc/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-network-rpc" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/network-rpc/api/Cargo.toml b/network-rpc/api/Cargo.toml index 38372a3a0c..193672d268 100644 --- a/network-rpc/api/Cargo.toml +++ b/network-rpc/api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-network-rpc-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] once_cell = "1.13.0" diff --git a/network-rpc/core/Cargo.toml b/network-rpc/core/Cargo.toml index 9d0db45062..196191b56e 100644 --- a/network-rpc/core/Cargo.toml +++ b/network-rpc/core/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "network-rpc-core" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/network-rpc/derive/Cargo.toml b/network-rpc/derive/Cargo.toml index 498e51e2b1..93a5fa79ec 100644 --- a/network-rpc/derive/Cargo.toml +++ b/network-rpc/derive/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "network-rpc-derive" publish = false -version = "1.12.7" +version = "1.12.8" [lib] proc-macro = true diff --git a/network/Cargo.toml b/network/Cargo.toml index 46c1d99210..1fad21bbd0 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-network" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/network/api/Cargo.toml b/network/api/Cargo.toml index 1b07d5dffb..24202ff342 100644 --- a/network/api/Cargo.toml +++ b/network/api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "network-api" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/network/types/Cargo.toml b/network/types/Cargo.toml index 606ee858b7..b86b51a6e0 100644 --- a/network/types/Cargo.toml +++ b/network/types/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "network-types" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/node/Cargo.toml b/node/Cargo.toml index 195a39d272..f2f099a11c 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-node" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] actix = "0.13" diff --git a/node/api/Cargo.toml b/node/api/Cargo.toml index fcbc760906..c4838a88b5 100644 --- a/node/api/Cargo.toml +++ b/node/api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-node-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/rpc/api/Cargo.toml b/rpc/api/Cargo.toml index 9ec8c3204e..deb3d82c71 100644 --- a/rpc/api/Cargo.toml +++ b/rpc/api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-rpc-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/rpc/client/Cargo.toml b/rpc/client/Cargo.toml index 6a4a1b2abf..183857a574 100644 --- a/rpc/client/Cargo.toml +++ b/rpc/client/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-rpc-client" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] actix = "0.13" diff --git a/rpc/middleware/Cargo.toml b/rpc/middleware/Cargo.toml index b725d5205f..40bfc90364 100644 --- a/rpc/middleware/Cargo.toml +++ b/rpc/middleware/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-rpc-middleware" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/rpc/server/Cargo.toml b/rpc/server/Cargo.toml index 4d89f6f587..a8856b6d58 100644 --- a/rpc/server/Cargo.toml +++ b/rpc/server/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-rpc-server" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] actix = "0.13" diff --git a/state/api/Cargo.toml b/state/api/Cargo.toml index 102db140fa..1af57fccce 100644 --- a/state/api/Cargo.toml +++ b/state/api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-state-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/state/service/Cargo.toml b/state/service/Cargo.toml index b2c96c1c79..67b4596a7a 100644 --- a/state/service/Cargo.toml +++ b/state/service/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-state-service" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/state/state-store-api/Cargo.toml b/state/state-store-api/Cargo.toml index 0abf0cd819..2e146da47b 100644 --- a/state/state-store-api/Cargo.toml +++ b/state/state-store-api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-state-store-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/state/state-tree/Cargo.toml b/state/state-tree/Cargo.toml index 9e3563c070..b7a9eac488 100644 --- a/state/state-tree/Cargo.toml +++ b/state/state-tree/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-state-tree" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/state/statedb/Cargo.toml b/state/statedb/Cargo.toml index f12b618308..c2f9324db8 100644 --- a/state/statedb/Cargo.toml +++ b/state/statedb/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-statedb" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/storage/Cargo.toml b/storage/Cargo.toml index fe1ea10d8d..22b7234686 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-storage" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/stratum/Cargo.toml b/stratum/Cargo.toml index 826b1ffd1c..a7c79cb74e 100644 --- a/stratum/Cargo.toml +++ b/stratum/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-stratum" -version = "1.12.7" +version = "1.12.8" [dependencies] diff --git a/sync/Cargo.toml b/sync/Cargo.toml index cd838faf96..e2df378069 100644 --- a/sync/Cargo.toml +++ b/sync/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-sync" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/sync/api/Cargo.toml b/sync/api/Cargo.toml index c40664bad2..d944909bc9 100644 --- a/sync/api/Cargo.toml +++ b/sync/api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "starcoin-sync-api" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/test-helper/Cargo.toml b/test-helper/Cargo.toml index 88610cd270..691ef985dc 100644 --- a/test-helper/Cargo.toml +++ b/test-helper/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "test-helper" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] accumulator = {path = "../commons/accumulator", package = "starcoin-accumulator"} diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index 859ec04b3d..d6a844cb3c 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "testsuite" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/txpool/Cargo.toml b/txpool/Cargo.toml index 04abb950f7..cf11e97fbc 100644 --- a/txpool/Cargo.toml +++ b/txpool/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-txpool" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/txpool/api/Cargo.toml b/txpool/api/Cargo.toml index b391d707c1..acbb824817 100644 --- a/txpool/api/Cargo.toml +++ b/txpool/api/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-txpool-api" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/txpool/mock-service/Cargo.toml b/txpool/mock-service/Cargo.toml index 07a46e25aa..4755cbd147 100644 --- a/txpool/mock-service/Cargo.toml +++ b/txpool/mock-service/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-txpool-mock-service" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/types/Cargo.toml b/types/Cargo.toml index e021e743f0..63aa8cad9e 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-types" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/types/uint/Cargo.toml b/types/uint/Cargo.toml index fb7dee0ee7..b0467b0095 100644 --- a/types/uint/Cargo.toml +++ b/types/uint/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-uint" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] hex = {version = "0.4.3", default-features = false} diff --git a/vm/compiler/Cargo.toml b/vm/compiler/Cargo.toml index 95b58386ef..c71009bc4c 100644 --- a/vm/compiler/Cargo.toml +++ b/vm/compiler/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-move-compiler" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/dev/Cargo.toml b/vm/dev/Cargo.toml index c076adf89c..3090aa5eb5 100644 --- a/vm/dev/Cargo.toml +++ b/vm/dev/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-dev" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/move-coverage/Cargo.toml b/vm/move-coverage/Cargo.toml index bf919a02f9..6a15927b63 100644 --- a/vm/move-coverage/Cargo.toml +++ b/vm/move-coverage/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" license = "Apache-2.0" name = "move-coverage" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/move-explain/Cargo.toml b/vm/move-explain/Cargo.toml index 29953ed25a..2bcab5e40f 100644 --- a/vm/move-explain/Cargo.toml +++ b/vm/move-explain/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "starcoin-move-explain" publish = false repository = "https://github.com/diem/diem" -version = "1.12.7" +version = "1.12.8" [dependencies] bcs-ext = {package = "bcs-ext", path = "../../commons/bcs_ext"} diff --git a/vm/move-package-manager/Cargo.toml b/vm/move-package-manager/Cargo.toml index f8e4de85fe..8aee2a1120 100644 --- a/vm/move-package-manager/Cargo.toml +++ b/vm/move-package-manager/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "move-package-manager" publish = false repository = "https://github.com/starcoinorg/starcion" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/move-prover/Cargo.toml b/vm/move-prover/Cargo.toml index 1cef7ba4b0..6156b9a0e9 100644 --- a/vm/move-prover/Cargo.toml +++ b/vm/move-prover/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-move-prover" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] ## move dependencies diff --git a/vm/natives/Cargo.toml b/vm/natives/Cargo.toml index e33da1f6ea..bd1248722b 100644 --- a/vm/natives/Cargo.toml +++ b/vm/natives/Cargo.toml @@ -2,7 +2,7 @@ authors = ["caojiafeng "] edition = "2021" name = "starcoin-natives" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/vm/resource-viewer/Cargo.toml b/vm/resource-viewer/Cargo.toml index d68e66152e..96ba4e07f3 100644 --- a/vm/resource-viewer/Cargo.toml +++ b/vm/resource-viewer/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-resource-viewer" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/starcoin-transactional-test-harness/Cargo.toml b/vm/starcoin-transactional-test-harness/Cargo.toml index d7a98ce8c8..a101361b30 100644 --- a/vm/starcoin-transactional-test-harness/Cargo.toml +++ b/vm/starcoin-transactional-test-harness/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-transactional-test-harness" publish = false -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/vm/stdlib/Cargo.toml b/vm/stdlib/Cargo.toml index 38de5ffff7..03d9234f9d 100644 --- a/vm/stdlib/Cargo.toml +++ b/vm/stdlib/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "stdlib" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/transaction-builder-generator/Cargo.toml b/vm/transaction-builder-generator/Cargo.toml index c02f880573..9a6ced1cb2 100644 --- a/vm/transaction-builder-generator/Cargo.toml +++ b/vm/transaction-builder-generator/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://diem.org" license = "Apache-2.0" name = "transaction-builder-generator" repository = "https://github.com/diem/diem" -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/transaction-builder/Cargo.toml b/vm/transaction-builder/Cargo.toml index 7042eed1ae..101ebb57cb 100644 --- a/vm/transaction-builder/Cargo.toml +++ b/vm/transaction-builder/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-transaction-builder" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/types/Cargo.toml b/vm/types/Cargo.toml index 1b9c32705c..c61dca9a2a 100644 --- a/vm/types/Cargo.toml +++ b/vm/types/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-vm-types" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/vm-runtime/Cargo.toml b/vm/vm-runtime/Cargo.toml index ad8ba18cc3..cd83675673 100644 --- a/vm/vm-runtime/Cargo.toml +++ b/vm/vm-runtime/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "starcoin-vm-runtime" publish = false -version = "1.12.7" +version = "1.12.8" [dependencies] anyhow = "1.0.41" diff --git a/vm/vm-status-translator/Cargo.toml b/vm/vm-status-translator/Cargo.toml index c3c6a9532b..613f7ced98 100644 --- a/vm/vm-status-translator/Cargo.toml +++ b/vm/vm-status-translator/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Starcoin Core Dev "] edition = "2021" name = "vm-status-translator" -version = "1.12.7" +version = "1.12.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html