Godwoken does not have the corresponding "zero address"(0x0000000000000000000000000000000000000000) concept, so Polyjuice won't be able to handle zero address as well.
Transaction with zero address in from/to filed is not supported.
known issue: #246
- if you are trying to use zero address as a black hole to burn ethers, you can use
transfer function
inCKB_ERC20_Proxy
to send ethers to zero address. more info can be found in the above sectionTransfer Value From EOA To EOA
.
Godwoken limit the transaction execution resource in CKB-VM with Cycle Limit, we set the RPC_GAS_LIMIT
to 50000000
for max compatibility with Ethereum toolchain, but the real gas limit you can use depends on such Cycle Limit.