Skip to content

Commit

Permalink
chore: bump version v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr authored and Flouse committed Apr 25, 2023
1 parent a6c29c5 commit e562ec6
Show file tree
Hide file tree
Showing 38 changed files with 76 additions and 74 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
target/
build/
.tmp/
.vscode/
crates/benches/smt_data/db/
crates/tests/mem_block/
gwos-evm/deps/ckb-binary-patcher/
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## [Unreleased]

## [v1.13.0-rc2] - 2023-04-11
## [v1.13.0] - 2023-04-25

* config: add new fork for testnet at block#2430000 https://github.com/godwokenrises/godwoken/pull/1040
Upgrades:

## [v1.13.0-rc1] - 2023-03-29
* config: add new fork for mainnet at block#556000 https://github.com/godwokenrises/godwoken/pull/1055
* config: add new fork for testnet at block#2430000 https://github.com/godwokenrises/godwoken/pull/1040

Bug Fixes:

Expand All @@ -28,7 +29,7 @@ Features:
* Enhance gw-tools commands - @sopium in https://github.com/godwokenrises/godwoken/pull/983
* Automatically adjust fee rate - @sopium in https://github.com/godwokenrises/godwoken/pull/999

Full Changelog: https://github.com/godwokenrises/godwoken/compare/v1.12.2…v1.13.0-rc1
Full Changelog: https://github.com/godwokenrises/godwoken/compare/v1.12.2…v1.13.0

## [v1.12.2] - 2023-03-03

Expand Down
58 changes: 29 additions & 29 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/benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-benches"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"
description = "Godwoken benchmarks."
Expand Down
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.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/builtin-binaries/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-builtin-binaries"
version = "1.13.0-rc2"
version = "1.13.0"
edition = "2021"
authors = ["Godwoken"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-chain"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/challenge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-challenge"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-config"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-generator"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/godwoken-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "godwoken-bin"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/jsonrpc-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-jsonrpc-types"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/mem-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-mem-pool"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-metrics"
version = "1.13.0-rc2"
version = "1.13.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/p2p-network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-p2p-network"
version = "1.13.0-rc2"
version = "1.13.0"
authors = ["Nervos Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/polyjuice-sender-recover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw-polyjuice-sender-recover"
version = "1.13.0-rc2"
version = "1.13.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit e562ec6

Please sign in to comment.