Skip to content

Commit

Permalink
Merge 1.2-rc into develop (#731)
Browse files Browse the repository at this point in the history
* chore: release v1.2.1-rc1

Co-authored-by: Flouse <[email protected]>
  • Loading branch information
jjyr and Flouse authored Jun 16, 2022
1 parent 6905a78 commit 371f656
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ 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.0-rc1] - 2020-06-11
## [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)

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

- Support packaging failed transactions into layer2 block [#684](https://github.com/nervosnetwork/godwoken/pull/684)
- Support upgrade backend executable binaries [#713](https://github.com/nervosnetwork/godwoken/pull/713)
- Support new option `max_txs`, `max_deposits` and `max_withdrawals` in config file, these options controls the maximum number of each items in a block [#714](https://github.com/nervosnetwork/godwoken/pull/714)
- Return committed info on withdrawal query RPC [#706](https://github.com/nervosnetwork/godwoken/pull/706)

## [v1.1.4] - 2020-05-30
## [v1.1.4] - 2022-05-30
- Improve the withdrawal packaging performance [#701](https://github.com/nervosnetwork/godwoken/pull/701)
- Improve the performance of deposits [#703](https://github.com/nervosnetwork/godwoken/pull/703)

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 371f656

Please sign in to comment.