Skip to content

Releases: godwokenrises/godwoken

v1.15.0

03 Nov 14:06
fddf7e2
Compare
Choose a tag to compare

What's Changed

Notable Changes

🧰 Chore

  • chore: fix Dockerfile of godwoken-web3 by @Flouse in #1108
  • chore: Update the Dockerfile of godwoken-web3 by @Flouse in #1098
  • chore: create dependabot to update github-actions by @Flouse in #1089
  • chore: fix out-of-disk in the rust.yml workflow by @Flouse in #1097
  • chore(CI): split cargo clippy and test into 2 jobs by @Flouse in #1100
  • chore(gwos-evm): update godwoken-scripts's prebuilt image by @Flouse in #1101
  • chore: use toml version rust-toolchain by @jjyr in #1111

⬆️ Dependency Updates

Full Changelog: v1.14.0...v1.15.0

v1.14.0

12 Jun 06:07
Compare
Choose a tag to compare

[v1.14.0] - 2023-06-12

Features:

  • feat: timeout for rpc serve #1060

Bug fixes:

  • fix: Cancel zero address as the default from address #1073
  • fix: fix re-syncing race condition #1066
  • fix: from > to should compare with number type, not string #1063
  • Verify raw tx format when send raw transaction #1076

Full Changelog: https://github.com/godwokenrises/godwoken/compare/v1.13.0…v1.14.0

v1.14.0-rc1

29 May 02:42
Compare
Choose a tag to compare
v1.14.0-rc1 Pre-release
Pre-release

[v1.14.0-rc1] - 2023-05-26

Features:

  • feat: timeout for rpc serve #1060

Bug fixes:

  • fix: Cancel zero address as the default from address #1073
  • fix: fix re-syncing race condition #1066
  • fix: from > to should compare with number type, not string #1063

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

v1.13.0

25 Apr 09:45
Compare
Choose a tag to compare

What's Changed

  • config: add new fork for mainnet at block#556000 by @Flouse in #1055

Full Changelog: v1.13.0-rc2...v1.13.0

v1.13.0-rc2

11 Apr 06:37
Compare
Choose a tag to compare
v1.13.0-rc2 Pre-release
Pre-release

What's Changed

  • config: add new fork for testnet at block#2430000 by @Flouse in #1040

Full Changelog: v1.13.0-rc1...v1.13.0-rc2

v1.13.0-rc1

29 Mar 08:27
Compare
Choose a tag to compare
v1.13.0-rc1 Pre-release
Pre-release

Bug Fixes

Features

  • Add fullnodeInfo to poly_version - @classicalliu in #1005
  • refactor: Remove some zero address limit - @classicalliu in #1008
  • Automatically adjust the fee rate of rollup transactions - @sopium in #999
  • Add ckb-rpc-client retry mechanism on network error - @sopium in #1033
  • Use delegate cell lock as rollup cell lock - @sopium in #940
  • Enhance gw-tools commands - @sopium in #983

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

v1.12.2

08 Mar 04:13
Compare
Choose a tag to compare

[v1.12.2] - 2023-03-03

  • fix debug_replay_transaction rpc name #1016

v1.12.1

03 Mar 13:07
8664cec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

v1.12.0

27 Feb 03:49
Compare
Choose a tag to compare

[v1.12.0] - 2023-02-27

  • config(mainnet.toml): bump Polyjuice backend to v1.5.3 #1000

v1.12.0-rc2

21 Feb 07:19
9cc123c
Compare
Choose a tag to compare
v1.12.0-rc2 Pre-release
Pre-release

[v1.12.0-rc2] - 2023-02-21

  • config: add new fork for testnet at block#1916000 #993
  • fix(withdrawal_unlocker): remove dry_run_transaction and fix error display #992