You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After successfully deploying contract deploy transaction the eth_getCode returns empty data, also calls on contract methods fails with message failure and verifying contracts returns error that there is no contract at address visible in deployed transaction.
The input of the deploy transaction doesn't seem right, it stops right away (opcode 0x00) so there's no return data. How did you generate or send the deploy transaction? Maybe you can try a different deployment tool?
Version
Describe the bug
After successfully deploying contract deploy transaction the
eth_getCode
returns empty data, also calls on contract methods fails with messagefailure
and verifying contracts returns error that there is no contract at address visible in deployed transaction.To Reproduce
Send to godwoken testnet rpc node (https://godwoken-testnet-v1.ckbapp.dev) message:
which should return
"contractAddress": "0x3d22880a87732afc0a40dc9ace540525f92e8bec"
now call
and returned code of deployed contract is empty
"result": "0x"
Expected behavior
Result of last step should give byte code visible in deploy transaction
Additional context
Tested on block 3,525,813 and before (contract was deployed on block 3,525,270)
The text was updated successfully, but these errors were encountered: