This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
Releases: godwokenrises/godwoken-polyjuice
Releases · godwokenrises/godwoken-polyjuice
v1.1.4-beta
fix: CALLCODE and DELEGATECALL should skip transfer
Full Changelog: v1.1.3-beta...v1.1.4-beta
v0.8.12
fix: CALLCODE and DELEGATECALL should skip transfer
Full Changelog: v0.8.11...v0.8.12
v1.1.3-beta
What's Changed
- Refactor registry address by @magicalne in #135
- BREAKING CHANGE: change ckb decimal to 18 by @zeroqn in #146
- Fix the address of coinbase (block producer) by @Flouse in #130
- Fix
copy_code
evmc host interface by @Flouse in #140 - Fix integration tests by @Flouse in #139
- test: add error handling cases about Assert, Require, Revert by @Flouse in #145
Docs
- docs: update EVM-compatible.md by @Flouse in #129
- docs: How to debug Polyjuice generator on x86 by @Flouse in #122
- docs: add size limit for contract storage and return data by @keroro520 in #136
- docs: All Tokens Are ERC20 Tokens by @Flouse in #133
- docs: update some links and rename pETH to pCKB by @Flouse in #141
- docs: about evm memory limit on ckb-vm by @magicalne in #147
- Update EVM-compatible.md by @ashleewang888 in #148
New Contributors
- @magicalne made their first contribution in #131
- @keroro520 made their first contribution in #136
- @ashleewang888 made their first contribution in #148
Full Changelog: v1.0.0-rc1...v1.1.3-beta
v0.8.11
v1.0.0-rc1
What's Changed
- fix erc20 total supply by @zeroqn in #115
- Fix memory leaks in bn256_pairing_istanbul() by @Flouse in #99
- BREAKING CHANGE: support native eth_address by the
ETH Address Registry
layer2 contract by @Flouse in #113 - feat: batch native eth addrs register by @zeroqn in #117
- Update godwoken and scripts by @Flouse in #119
- refactor: locate ETH Polyjuice code hash by
Type
name by @Flouse in #120 - refactor: add eth_addr_reg_id into creator_script.args by @Flouse in #121
- Patch generator to support AOT VM mode by default by @Flouse in #125
- test: set rollup_type_hash into the args of eth_addr_reg_script by @Flouse in #124
- fix(eth_addr_reg): init g_eth_addr_reg_id by @Flouse in #126
- fix: chain_id = compatible_chain_id(u32) | creator_account_id(u32) by @Flouse in #128
Full Changelog: v0.8.10...v1.0.0-rc1
v1.0.0-alpha
What's Changed
- fix erc20 total supply by @zeroqn in #115
- Fix memory leaks in bn256_pairing_istanbul() by @Flouse in #99
- BREAKING CHANGE: support native eth_address by the
ETH Address Registry
layer2 contract by @Flouse in #113 - feat: batch native eth addrs register by @zeroqn in #117
- Update godwoken and scripts by @Flouse in #119
- refactor: locate ETH Polyjuice code hash by
Type
name by @Flouse in #120 - refactor: add eth_addr_reg_id into creator_script.args by @Flouse in #121
- Patch generator to support AOT VM mode by default by @Flouse in #125
- test: set rollup_type_hash into the args of eth_addr_reg_script by @Flouse in #124
- fix(eth_addr_reg): init g_eth_addr_reg_id by @Flouse in #126
Full Changelog: v0.8.10...v1.0.0-alpha
v0.8.10-aot
- Patch generator to support AOT VM mode by default
build/generator = build/generator.aot
Full Changelog: v0.8.10...v0.8.10-aot
v0.8.10
What's Changed
- docs: comparison with EVM by @Flouse in #101
- gw-scripts: Update capsule to v0.7.0 by @Flouse in #97
- test: update sudt_erc20_proxy test case by @Flouse in #104
- Update Godwoken version of integration test by @Flouse in #106
- Support VM Ahead-of-time compilation mode(AOT mode) by @Flouse in #109
- chore: update nervosnetwork/ckb-binary-patcher by @Flouse in #112
- test: Update Godwoken in integration-test by @Flouse in #110
Full Changelog: v0.8.9...v0.8.10
v0.8.9: fix(gw-scripts): recover-account-invalid-data-format
Compare v0.8.8...v0.8.9