Releases: godwokenrises/godwoken
Releases · godwokenrises/godwoken
v1.15.0
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
- chore(deps): bump @grpc/grpc-js from 1.6.7 to 1.8.17 in /web3 by @dependabot in #1080
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /web3 by @dependabot in #1083
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /web3 by @dependabot in #1085
- chore(deps): bump actions/checkout to v4 by @Flouse in #1099
- chore(deps): bump docker/build-push-action from 3 to 5 by @dependabot in #1091
- chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #1090
- chore(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #1094
- chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #1092
- chore(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #1093
- chore(deps): bump actions/checkout from 1 to 4 by @dependabot in #1103
- chore(deps): bump actions/stale from 6 to 8 by @dependabot in #1104
- chore(deps): bump docker/metadata-action from 3 to 5 by @dependabot in #1105
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #1107
- chore(deps): bump openssl from 0.10.48 to 0.10.55 by @dependabot in #1114
- chore(deps): bump openssl from 0.10.48 to 0.10.57 in /web3 by @dependabot in #1113
- chore: upgrade jsonrpc-utils dependencies by @jjyr in #1112
- chore: update dependencies by @jjyr in #1116
Full Changelog: v1.14.0...v1.15.0
v1.14.0
[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
[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
v1.13.0-rc2
What's Changed
Full Changelog: v1.13.0-rc1...v1.13.0-rc2
v1.13.0-rc1
Bug Fixes
- Fix get logs - @classicalliu in #1034
- Fix Topic includes null in web3 - @classicalliu in #1024
- Fix GwConfig constructor issue - @classicalliu in #1019
- Fix web3 unit tests environment issue - @classicalliu in #1015
- Fix native transfer in polyjuice to check gas limit before pay fee - @magicalne in #1011
- fix: Handle invalid inputs in bn256 syscalls - @magicalne in #1022
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
v1.12.1
What's Changed
- hotfix: Remove
extra
from RPC error in response by @classicalliu in #1013
Full Changelog: v1.12.0...v1.12.1