Skip to content

Commit

Permalink
Release v0.9.1 (#1803)
Browse files Browse the repository at this point in the history
* Release v0.9.1

* [stdlib]Remove version 9.
  • Loading branch information
tiangong3624749 authored Dec 11, 2020
1 parent 7aaecc2 commit 5056dfc
Show file tree
Hide file tree
Showing 85 changed files with 205 additions and 166 deletions.
164 changes: 82 additions & 82 deletions Cargo.lock

Large diffs are not rendered by default.

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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion account/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-account-lib"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2018"

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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-crypto"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/crypto/crypto-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-crypto-macro"
version = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion commons/scs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-canonical-serialization"
version = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2018"

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 = "0.9.0"
version = "0.9.1"
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 = "0.9.0"
version = "0.9.1"
authors = ["Parity Technologies <[email protected]>", "Starcoin Core Dev <[email protected]>"]
edition = "2018"
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 = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-consensus"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion core/accumulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-accumulator"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion core/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 = "0.9.0"
version = "0.9.1"
authors = ["Libra Association <[email protected]>", "Starcoin Core Dev <[email protected]>"]
description = "Libra jellyfish merkle"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/genesis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-genesis"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion core/traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-traits"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion dataformat-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-dataformat-generator"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion devtools/x/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-x"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
39 changes: 39 additions & 0 deletions docs/release-notes/v0.9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Main feature and update

1. [miner] trigger Generate block event by transaction only on demand mode. ([#1760](https://github.com/starcoinorg/starcoin/pull/1760))
2. [test] add functional tests for stdlib. ([#1722](https://github.com/starcoinorg/starcoin/pull/1722))
3. [miner_client] Add hash rate for solver thread ([#1772](https://github.com/starcoinorg/starcoin/pull/1772))
4. [miner] Do not log error if mint task is none. ([#1770](https://github.com/starcoinorg/starcoin/pull/1770))
5. [sync] Add a limit to rollback block count, for avoid use too much memory ([#1773](https://github.com/starcoinorg/starcoin/pull/1773))
6. [account] fix account init in executor ([#1763](https://github.com/starcoinorg/starcoin/pull/1763))
7. [network] Add report peer method to network api and do some cleanup. ([#1779](https://github.com/starcoinorg/starcoin/pull/1779))
8. [types]fix error when serialize and deserialize back 0 ([#1783](https://github.com/starcoinorg/starcoin/pull/1783))
9. [chain]fix txn info view when blockmeta ([#1785](https://github.com/starcoinorg/starcoin/pull/1785))
10. [miner & chain]refactor miner & BlockTemplate & OpenedBlock. ([#1793](https://github.com/starcoinorg/starcoin/pull/1793))
11. [sync & storage]Failed block storage ([#1786](https://github.com/starcoinorg/starcoin/pull/1786))
12. [chain]refactor block connect. ([#1795](https://github.com/starcoinorg/starcoin/pull/1795))
13. [deps] Clean some unused deps. ([#1791](https://github.com/starcoinorg/starcoin/pull/1791))
14. [node] Print node start other error. ([#1784](https://github.com/starcoinorg/starcoin/pull/1784))
15. [chain]optimize block connect. ([#1797](https://github.com/starcoinorg/starcoin/pull/1797))
16. [storage] Clean some unused deps. ([#1802](https://github.com/starcoinorg/starcoin/pull/1802))
17. [indexer] sync node data to elasticsearch ([#1794](https://github.com/starcoinorg/starcoin/pull/1794))

## 中文说明

1. [miner]只在按需模式下使用定时出块. ([#1760](https://github.com/starcoinorg/starcoin/pull/1760))
2. [test]添加Stdlib测试用例. ([#1722](https://github.com/starcoinorg/starcoin/pull/1722))
3. [miner_client]添加算力统计([#1772](https://github.com/starcoinorg/starcoin/pull/1772))
4. [miner]调整挖矿任务为空的日志级别 ([#1770](https://github.com/starcoinorg/starcoin/pull/1770))
5. [sync]添加回滚区块数限制 ([#1773](https://github.com/starcoinorg/starcoin/pull/1773))
6. [account]优化执行器的账号初始([#1763](https://github.com/starcoinorg/starcoin/pull/1763))
7. [network]添加上报节点方法的网络接口,做一些代码清理([#1779](https://github.com/starcoinorg/starcoin/pull/1779))
8. [types]修复系列化、反序列化的问题([#1783](https://github.com/starcoinorg/starcoin/pull/1783))
9. [chain]修改BlockMetadata的交易信息([#1785](https://github.com/starcoinorg/starcoin/pull/1785))
10. [miner & chain]重构miner、BlockTemplate、OpenedBlock ([#1793](https://github.com/starcoinorg/starcoin/pull/1793))
11. [sync & storage]存储执行失败区块 ([#1786](https://github.com/starcoinorg/starcoin/pull/1786))
12. [chain]构成区块执行 ([#1795](https://github.com/starcoinorg/starcoin/pull/1795))
13. [deps]清理无用依赖. ([#1791](https://github.com/starcoinorg/starcoin/pull/1791))
14. [node]打印节点启动错误 ([#1784](https://github.com/starcoinorg/starcoin/pull/1784))
15. [chain]优化区块执行. ([#1797](https://github.com/starcoinorg/starcoin/pull/1797))
16. [storage]清理无用依赖 ([#1802](https://github.com/starcoinorg/starcoin/pull/1802))
17. [indexer]同步数据到搜索引擎 ([#1794](https://github.com/starcoinorg/starcoin/pull/1794))
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-executor"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion executor/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-executor-benchmark"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions kube/manifest/starcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: starcoin
image: starcoin/starcoin:v0.9.0
image: starcoin/starcoin:v0.9.1
imagePullPolicy: Always
command:
- bash
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
name: starcoin-config
key: start_disable_seed_node
- name: txfactory
image: starcoin/starcoin:v0.9.0
image: starcoin/starcoin:v0.9.1
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starcoin-miner"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion network-p2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "network-p2p"
version = "0.9.0"
version = "0.9.1"
authors = ["Starcoin Core Dev <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion network-p2p/peerset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Connectivity manager based on reputation"
homepage = "http://parity.io"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
name = "sc-peerset"
version = "0.9.0"
version = "0.9.1"
authors = ["Parity Technologies <[email protected]>", "Starcoin Core Dev <[email protected]>"]
edition = "2018"
repository = "https://github.com/paritytech/substrate/"
Expand Down
Loading

0 comments on commit 5056dfc

Please sign in to comment.