Skip to content

Commit

Permalink
chore: bump version to v1.8.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Dec 19, 2022
1 parent a657ec5 commit e3adced
Show file tree
Hide file tree
Showing 33 changed files with 82 additions and 61 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## [Unreleased]

## [v1.8.0-rc2] - 2022-12-19

A major change in this release is re-interpreting the meaning of the `xxx_timepoint` field to `finalized timestamp`.
Thus, we can use the CKB transaction's `since` field to determine the l1 timestamp and to unlock l1 cells without reference to the Rollup cell. It also simplifies the finality determination of withdrawal cells.

- feat: change timepoint interpretation [#897](https://github.com/godwokenrises/godwoken/pull/897)
- refactor: rename structure fields [#912](https://github.com/godwokenrises/godwoken/pull/912)

We also adjust the documentation:

- doc: update Finality Mechanism Changes [#913](https://github.com/godwokenrises/godwoken/pull/913/files)

Other changes:

- refactor: move gw-types and gw-common to gwos folder [#905](https://github.com/godwokenrises/godwoken/pull/905)
- feat: support CKB built-in indexer #907 [#907](https://github.com/godwokenrises/godwoken/pull/907)

## [v1.8.0-rc1] - 2022-12-09

In this version, an upgrading of on-chain scripts is included:
Expand All @@ -16,6 +33,10 @@ We also introduce a change to activate the new behavior.

- feat: determine global state version according to fork height[#858](https://github.com/godwokenrises/godwoken/pull/858)

Experimental gas-less feature [(discussion link)](https://github.com/godwokenrises/godwoken/discussions/860):

- feat: (optionally) support gasless transactions [#869](https://github.com/godwokenrises/godwoken/pull/869)

Other changes:

- perf: optional SMT trie feature and migrate command [#859](https://github.com/godwokenrises/godwoken/pull/859)
Expand Down
60 changes: 30 additions & 30 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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2018"
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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2021"

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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2018"

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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2018"

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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2018"

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

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

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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2018"

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.8.0-rc1"
version = "1.8.0-rc2"
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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2018"

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.8.0-rc1"
version = "1.8.0-rc2"
authors = ["Nervos Network"]
edition = "2018"

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.8.0-rc1"
version = "1.8.0-rc2"
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 e3adced

Please sign in to comment.