Skip to content

Commit

Permalink
chore: release v1.2.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jun 15, 2022
1 parent e733a17 commit 180a904
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

- Automatically create account for undeposited sender [#710](https://github.com/nervosnetwork/godwoken/pull/710)

## [v1.2.1-rc1] - 2020-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)

## [v1.2.0-rc1] - 2020-06-11

- Support packaging failed transactions into layer2 block [#684](https://github.com/nervosnetwork/godwoken/pull/684)
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.0"
version = "1.2.1"
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.0"
version = "1.2.1"
authors = ["Nervos Network"]
edition = "2018"

Expand Down

0 comments on commit 180a904

Please sign in to comment.