Skip to content

Commit

Permalink
chore: bump version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jun 12, 2023
1 parent 2a92c30 commit ca5a5de
Show file tree
Hide file tree
Showing 36 changed files with 100 additions and 106 deletions.
124 changes: 59 additions & 65 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-benches"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"
description = "Godwoken benchmarks."
Expand Down
2 changes: 1 addition & 1 deletion crates/block-producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-block-producer"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/builtin-binaries/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-builtin-binaries"
version = "1.14.0-rc1"
version = "1.14.0"
edition = "2021"
authors = ["Godwoken"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-chain"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/challenge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-challenge"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-config"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-generator"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/godwoken-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "godwoken-bin"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/jsonrpc-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-jsonrpc-types"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/mem-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-mem-pool"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-metrics"
version = "1.14.0-rc1"
version = "1.14.0"
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 crates/p2p-network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-p2p-network"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/polyjuice-sender-recover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-polyjuice-sender-recover"
version = "1.14.0-rc1"
version = "1.14.0"
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 crates/replay-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-replay-chain"
version = "1.14.0-rc1"
version = "1.14.0"
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 crates/rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-rpc-client"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-rpc-server"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["jjy <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/smt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-smt"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-store"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-telemetry"
version = "1.14.0-rc1"
version = "1.14.0"
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 crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-tests"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["jjy <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-tools"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-traits"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/tx-filter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-tx-filter"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-utils"
version = "1.14.0-rc1"
version = "1.14.0"
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 crates/version/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-version"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion gwos/crates/c-uint256-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c-uint256-tests"
version = "1.14.0-rc1"
version = "1.14.0"
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 gwos/crates/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-common"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion gwos/crates/hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-hash"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion gwos/crates/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-types"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
12 changes: 6 additions & 6 deletions web3/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web3/crates/indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-web3-indexer"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion web3/crates/rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-web3-rpc-client"
version = "1.14.0-rc1"
version = "1.14.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint": "^8.5.0",
"prettier": "^2.2.1"
},
"version": "1.14.0-rc1",
"version": "1.14.0",
"author": "hupeng <[email protected]>"
}
4 changes: 2 additions & 2 deletions web3/packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/api-server",
"version": "1.14.0-rc1",
"version": "1.14.0",
"private": true,
"scripts": {
"start": "concurrently \"tsc -w\" \"nodemon ./bin/cluster\"",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@ckb-lumos/base": "0.18.0-rc6",
"@ckb-lumos/toolkit": "0.18.0-rc6",
"@godwoken-web3/godwoken": "1.14.0-rc1",
"@godwoken-web3/godwoken": "1.14.0",
"@ethersproject/bignumber": "^5.7.0",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/exporter-jaeger": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion web3/packages/godwoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/godwoken",
"version": "1.14.0-rc1",
"version": "1.14.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit ca5a5de

Please sign in to comment.