Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC721 token instance metadata cause resource leak #1551

Open
zmcNotafraid opened this issue Oct 24, 2023 · 1 comment
Open

ERC721 token instance metadata cause resource leak #1551

zmcNotafraid opened this issue Oct 24, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@zmcNotafraid
Copy link
Member

zmcNotafraid commented Oct 24, 2023

 Call gw rpc "gw_execute_raw_l2transaction" error: JSONRPCError: server error {"code":-32600,"message":"invalid exit code 3","data":{"block_number":"0x44b44b","exit_code":"0x3","last_log":{"account_id":"0x26a19","data":"0x20bcbe000000000020bcbe0000000000000000000000000000000000000000000000000003000000","service_flag":"0x2"},"return_data":"0x","tx_hash":"0x072493667766fe89804439e81c9cca9620efea072cefa7898aa2270a45cd5628"}}
2023-10-24T00:30:40.570Z [error]: JSONRPC Server Error: [bound call] RpcError: out of gas RpcError: out of gas
    at handleErrorTxReceipt (/godwoken-web3/packages/api-server/lib/methods/gw-error.js:127:11)
    at Object.handleGwError (/godwoken-web3/packages/api-server/lib/methods/gw-error.js:53:13)
    at Eth.call (/godwoken-web3/packages/api-server/lib/methods/modules/eth.js:319:28)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Eth.call (/godwoken-web3/packages/api-server/lib/methods/validator.js:36:20)
    at async methods.<computed> (/godwoken-web3/packages/api-server/lib/methods/index.js:49:36)
@zmcNotafraid zmcNotafraid added the bug Something isn't working label Oct 24, 2023
@zmcNotafraid zmcNotafraid self-assigned this Oct 24, 2023
@zmcNotafraid
Copy link
Member Author

The reason is some udt we identify as erc721,but when we call eth_call to get their balance, they return out of gas error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant