Skip to content

Commit

Permalink
chore: bump version to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Nov 27, 2022
1 parent a62142e commit 48991a8
Show file tree
Hide file tree
Showing 28 changed files with 57 additions and 52 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## [Unreleased]

## [v1.7.3] - 2022-11-27

- config: deny unknown fields in the config toml file [#862](https://github.com/godwokenrises/godwoken/pull/862)
- Cherry pick commits from develop branch to fix CI script tests [#878](https://github.com/godwokenrises/godwoken/pull/878)

## [v1.7.2] - 2022-11-25

- fix: use mem pool state for “get block” RPCs [#871](https://github.com/godwokenrises/godwoken/pull/871)
Expand Down
52 changes: 26 additions & 26 deletions 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 crates/benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-benches"
version = "1.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"
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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2021"

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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

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

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2021"

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

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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.7.2"
version = "1.7.3"
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.7.2"
version = "1.7.3"
edition = "2018"

# 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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

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.7.2"
version = "1.7.3"
authors = ["jjy <jjyruby@gmail.com>"]
edition = "2018"

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.7.2"
version = "1.7.3"
authors = ["Nervos Network"]
edition = "2018"

Expand Down
Loading

0 comments on commit 48991a8

Please sign in to comment.