Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] Prepare release v1.12.3 #3692

Merged
merged 1 commit into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
206 changes: 103 additions & 103 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion abi/decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
license = "Apache-2.0"
name = "starcoin-abi-decoder"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion abi/resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
name = "starcoin-abi-resolver"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion abi/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
license = "Apache-2.0"
name = "starcoin-abi-types"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-account"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion account/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-account-api"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion account/provider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "starcoin-account-provider"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion account/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-account-service"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "benchmarks"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion block-relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-block-relayer"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-chain"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion chain/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-chain-api"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion chain/chain-notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-chain-notify"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion chain/mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-chain-mock"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion chain/open-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-open-block"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion chain/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-chain-service"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion cmd/airdrop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
name = "airdrop"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cmd/db-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "db-exporter"
publish = false
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cmd/faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-faucet"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion cmd/generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-generator"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion cmd/genesis-nft-miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "genesis-nft-miner"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "~1"
Expand Down
2 changes: 1 addition & 1 deletion cmd/indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-indexer"
publish = false
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cmd/merkle-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["caojiafeng <funfriendcjf@gmail.com>"]
edition = "2021"
name = "merkle-generator"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cmd/miner_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
name = "starcoin-miner-client"
version = "1.12.1"
version = "1.12.3"

[dependencies]
actix = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion cmd/miner_client/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
name = "starcoin-miner-client-api"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cmd/peer-watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-peer-watcher"
publish = false
version = "1.12.1"
version = "1.12.3"

[[bin]]
name = "starcoin_peer_watcher"
Expand Down
2 changes: 1 addition & 1 deletion cmd/replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-replay"
publish = false
version = "1.12.1"
version = "1.12.3"

[[bin]]
name = "starcoin-replay"
Expand Down
2 changes: 1 addition & 1 deletion cmd/resource-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "resource-exporter"
publish = false
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion cmd/starcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-cmd"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion cmd/tx-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-tx-factory"
publish = false
version = "1.12.1"
version = "1.12.3"

[[bin]]
name = "starcoin_txfactory"
Expand Down
2 changes: 1 addition & 1 deletion commons/accumulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-accumulator"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion commons/api-limiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
license = "Apache-2.0"
name = "api-limiter"
version = "1.12.1"
version = "1.12.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion commons/bcs_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "bcs-ext"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion commons/decrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
license = "Apache-2.0"
name = "starcoin-decrypt"
version = "1.12.1"
version = "1.12.3"

[dependencies]
aes-gcm = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion commons/forkable-jellyfish-merkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
license = "Apache-2.0"
name = "forkable-jellyfish-merkle"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion commons/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-logger"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion commons/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-metrics"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion commons/proptest-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-proptest-helpers"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
crossbeam = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion commons/scmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "scmd"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion commons/serde-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "serde-helpers"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
hex = {version = "0.4"}
Expand Down
2 changes: 1 addition & 1 deletion commons/service-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-service-registry"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
actix = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion commons/stest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "stest"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
actix = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion commons/stest/stest-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "stest-macro"
publish = false
version = "1.12.1"
version = "1.12.3"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion commons/stream-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Starcoin Core Dev <dev@starcoin.org>"]
edition = "2021"
name = "stream-task"
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion commons/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starcoin-system"
publish = false
version = "1.12.1"
version = "1.12.3"

[dependencies]
anyhow = "1.0.37"
Expand Down
Loading