Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Releases: godwokenrises/godwoken-polyjuice

v1.1.4-beta

06 May 15:24
972521f
Compare
Choose a tag to compare
v1.1.4-beta Pre-release
Pre-release

fix: CALLCODE and DELEGATECALL should skip transfer

Full Changelog: v1.1.3-beta...v1.1.4-beta

v0.8.12

06 May 08:31
c927fb6
Compare
Choose a tag to compare

fix: CALLCODE and DELEGATECALL should skip transfer

Full Changelog: v0.8.11...v0.8.12

v1.1.3-beta

05 May 14:53
8688af8
Compare
Choose a tag to compare
v1.1.3-beta Pre-release
Pre-release

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

New Contributors

Full Changelog: v1.0.0-rc1...v1.1.3-beta

v0.8.11

08 Apr 03:45
15b53ce
Compare
Choose a tag to compare

What's Changed

  • Patch generator to support AOT VM mode by default by @Flouse in #123
  • v0: fix copy_code evmc host interface by @Flouse in #142

Full Changelog: v0.8.10...v0.8.11

v1.0.0-rc1

29 Mar 08:34
Compare
Choose a tag to compare

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

20 Mar 08:40
7c986af
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

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

21 Feb 16:46
Compare
Choose a tag to compare
  • 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

21 Jan 13:34
Compare
Choose a tag to compare

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

18 Oct 05:51
Compare
Choose a tag to compare

Compare v0.8.8...v0.8.9

Changed:

  • fix: return evmc_result.output_data even failed to handle_message (#95)
  • fix(gw-scripts): recover-account-invalid-data-format (#96)
    ckb_load_cell_data should skip SigningType byte

v0.8.8

09 Oct 01:44
e7940b2
Compare
Choose a tag to compare

Compare v0.8.6-rc...v0.8.8

Changed:

  • tune GW_MAX_DATA_SIZE | max_contract_code_length to 25KB