From 697e8a08d4d04d690f8b1032bf27f3b1288ddc45 Mon Sep 17 00:00:00 2001 From: zeroqn Date: Tue, 21 Jun 2022 10:13:56 +0800 Subject: [PATCH] chore: release v1.2.2 (#739) --- CHANGELOG.md | 5 ++++- Cargo.lock | 4 ++-- crates/block-producer/Cargo.toml | 2 +- crates/version/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e031cca..cbd1512ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,14 @@ Documentation of all notable changes to the Godwoken related projects. The format is based on [Keep a Changelog](https://keepachangelog.com). - ## [Unreleased] - Automatically create account for undeposited sender [#710](https://github.com/nervosnetwork/godwoken/pull/710) +## [v1.2.2] - 2022-06-20 +- Improve block producer chain task tracing [#732](https://github.com/nervosnetwork/godwoken/pull/732) +- fix: readonly nodes without p2p sync [#737](https://github.com/nervosnetwork/godwoken/pull/737) + ## [v1.2.1-rc1] - 2022-06-15 - Refresh readonly mem-pool when receives new mem-block [#721](https://github.com/nervosnetwork/godwoken/pull/721) - fix: reject transactions has less gas than the intrinsic gas [#725](https://github.com/nervosnetwork/godwoken/pull/725) diff --git a/Cargo.lock b/Cargo.lock index f6064df25..2e5a3f72b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1723,7 +1723,7 @@ dependencies = [ [[package]] name = "gw-block-producer" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "async-channel", @@ -2296,7 +2296,7 @@ dependencies = [ [[package]] name = "gw-version" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", ] diff --git a/crates/block-producer/Cargo.toml b/crates/block-producer/Cargo.toml index 2ccd93375..96a439a81 100644 --- a/crates/block-producer/Cargo.toml +++ b/crates/block-producer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gw-block-producer" -version = "1.2.1" +version = "1.2.2" authors = ["Nervos Network"] edition = "2021" diff --git a/crates/version/Cargo.toml b/crates/version/Cargo.toml index e325cbd50..626c10428 100644 --- a/crates/version/Cargo.toml +++ b/crates/version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gw-version" -version = "1.2.1" +version = "1.2.2" authors = ["Nervos Network"] edition = "2018"