Skip to content

Commit

Permalink
chore: release v1.2.2 (godwokenrises#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroqn committed Jun 21, 2022
1 parent 74c3dc8 commit 5c1f076
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 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/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.2.1"
version = "1.2.2"
authors = ["Nervos Network"]
edition = "2021"

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

Expand Down

0 comments on commit 5c1f076

Please sign in to comment.