Skip to content

Commit

Permalink
chore: bump version to v1.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jul 1, 2022
1 parent 977da81 commit 459e156
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.3.0-rc1] - 2022-07-01

- Fix gw-tools `transfer` command [#744](https://github.com/nervosnetwork/godwoken/pull/744)
- Fix gw-tools `create-sudt-account` command [#747](https://github.com/nervosnetwork/godwoken/pull/747)
- Return error if withdrawal capacity is lower than minimal withdrawal capacity [#748](https://github.com/nervosnetwork/godwoken/pull/748)
- Check sender's balance before execute transaction [#750](https://github.com/nervosnetwork/godwoken/pull/750)

## [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)
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.2"
version = "1.3.0"
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.2"
version = "1.3.0"
authors = ["Nervos Network"]
edition = "2018"

Expand Down

0 comments on commit 459e156

Please sign in to comment.