Skip to content

Commit

Permalink
chore: bump version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Nov 3, 2022
1 parent 4383f46 commit 84229df
Show file tree
Hide file tree
Showing 30 changed files with 65 additions and 56 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## [Unreleased]

## [v1.7.0] - 2022-11-03

- fix(pool): insert re-injected withdrawals to db [#828](https://github.com/godwokenrises/godwoken/pull/828)
- fix(tools): fee rate is 0 in config file generated by tools [#830](https://github.com/godwokenrises/godwoken/pull/830)
- fix(mem-pool): remove re-injected failed txs in mem pool [#831](https://github.com/godwokenrises/godwoken/pull/831)
- feat: add rewind-to-last-valid-block subcommand [#832](https://github.com/godwokenrises/godwoken/pull/832)
- fix: delete withdrawal info when detach block [#833](https://github.com/godwokenrises/godwoken/pull/833)
- fix: check block size and retry if too large [#834](https://github.com/godwokenrises/godwoken/pull/834)

## [v1.7.0-rc2] - 2022-10-25

- fix(psc): don't revert if transaction input is consumed by itself [#819](https://github.com/nervosnetwork/godwoken/pull/819)
Expand Down
56 changes: 28 additions & 28 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.0-rc2"
version = "1.7.0"
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.0-rc2"
version = "1.7.0"
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.0-rc2"
version = "1.7.0"
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.0-rc2"
version = "1.7.0"
authors = ["Nervos Network"]
edition = "2018"

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

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

Expand Down
Loading

0 comments on commit 84229df

Please sign in to comment.