Skip to content

Commit

Permalink
[release] prepare release 1.11.7-rc (#3370)
Browse files Browse the repository at this point in the history
* update code_layout.md and resolve #3368 comments

* [release] prepare release 1.11.7-rc
  • Loading branch information
jolestar authored Apr 27, 2022
1 parent 6b9ac7e commit 040d5f2
Show file tree
Hide file tree
Showing 179 changed files with 205 additions and 1,758 deletions.
202 changes: 101 additions & 101 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
@@ -1,6 +1,6 @@
[package]
name = "starcoin-abi-decoder"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion abi/resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-abi-resolver"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion abi/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-abi-types"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion account/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-account"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion account/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-account-api"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion account/provider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-account-provider"
version = "1.11.1-alpha"
version = "1.11.7-rc"
edition = "2021"

# 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
@@ -1,6 +1,6 @@
[package]
name = "starcoin-account-service"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benchmarks"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion block-relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-block-relayer"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-chain"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chain/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-chain-api"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chain/chain-notify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-chain-notify"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chain/mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-chain-mock"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chain/open-block/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-open-block"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chain/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-chain-service"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/airdrop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "airdrop"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion cmd/db-exporter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "db-exporter"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/faucet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-faucet"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-generator"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/genesis-nft-miner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genesis-nft-miner"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
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.11.1-alpha"
version = "1.11.7-rc"

# 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
@@ -1,6 +1,6 @@
[package]
name = "merkle-generator"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["caojiafeng <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion cmd/miner_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-miner-client"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion cmd/miner_client/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-miner-client-api"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion cmd/peer-watcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-peer-watcher"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/replay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-replay"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/resource-exporter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resource-exporter"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/starcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-cmd"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/tx-factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-tx-factory"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
5 changes: 2 additions & 3 deletions code_layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ All codes directories are listed here. (in alphabetical order)
| [cmd](cmd) | command-line tools source codes | [binary file description](README.md#binary-file-description) |
| [commons](commons) | independent tool crate | [README](commons/README.md) |
| [config](config) | default configs of Starcoin chain and cmd, and methods to build config structs | |
| [consensus](consensus) | adjustment of block difficulty | |
| [consensus](consensus) | implementation of blockchain consensus | |
| [contrib-contracts](contrib-contracts) | contribution move libraries, which are not suitable to be in Starcoin stdlib | [README](contrib-contracts/README.md) |
| [dataformat-generator](dataformat-generator) | generates [onchain_events.yml](stc/onchain_events.yml) & [starcoin_types.yml](etc/starcoin_types.yml) | |
| [deploy](deploy) | configs of deploy | |
| [devtools](devtools) | cli for Starcoin developer, collection of development commands | |
| [devtools](devtools) | devtools is a cargo command wrapper, supports commands like cargo xtest | |
| [docker](docker) | docker config for Starcoin | |
| [etc](etc) | [onchain_events.yml](stc/onchain_events.yml) & [starcoin_types.yml](etc/starcoin_types.yml) | |
| [examples](examples) | [User Guide of Move Package Manager(mpm)](https://github.com/starcoinorg/guide-to-move-package-manager) | |
Expand All @@ -31,7 +31,6 @@ All codes directories are listed here. (in alphabetical order)
| [network-p2p](network-p2p) | kit of P2P network | |
| [network-rpc](network-rpc) | kit of RPC network | |
| [node](node) | local node | |
| [release-notes](release-notes) | release notes ( in EN & CN) | |
| [rpc](rpc) | kit of RPC | |
| [scripts](scripts) | scripts helping for building, testing etc., | |
| [state](state) | maintain the chain state | |
Expand Down
2 changes: 1 addition & 1 deletion commons/accumulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-accumulator"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/api-limiter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api-limiter"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion commons/bcs_ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bcs-ext"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/decrypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-decrypt"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion commons/forkable-jellyfish-merkle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forkable-jellyfish-merkle"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Diem Association <[email protected]>", "Starcoin Core Dev <[email protected]>"]
description = "Diem jellyfish merkle"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion commons/logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-logger"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-metrics"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/proptest-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-proptest-helpers"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/scmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scmd"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/serde-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-helpers"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/service-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-service-registry"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/stest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stest"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/stest/stest-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stest-macro"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/stream-task/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stream-task"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion commons/system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-system"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/timeout-join-handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "timeout-join-handler"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sp-utils"
#for unify version with project.
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Parity Technologies <[email protected]>", "Starcoin Core Dev <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-config"
version = "1.11.1-alpha"
version = "1.11.7-rc"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
Loading

0 comments on commit 040d5f2

Please sign in to comment.