status-desktop
status-desktop copied to clipboard
Community -> Minting: minting owner token on Arbitrum testnet results in error
Description
Steps:
- create community
- mint owner token on Arbitrum Goerli
Transaction example: https://goerli.arbiscan.io//tx/0x32e5e8f189f5ff73e2bf68a9ee25d8559205c6a2f70fa1b38ba4e816a9b50b52
ERR 2023-09-15 11:15:05.603+03:00 rpc response error topics="rpc" tid=2313574 file=core.nim:36 err="\nstatus-go error [methodName:communitytokens_remoteDestructedAmount, code:-32000, message:no contract code at given address ]\n"
ERR 2023-09-15 11:15:05.604+03:00 error doing rpc request topics="rpc" tid=2313574 file=core.nim:40 methodName=communitytokens_remoteDestructedAmount exception="\nstatus-go error [methodName:communitytokens_remoteDestructedAmount, code:-32000, message:no contract code at given address ]\n"
ERR 2023-09-15 11:15:05.604+03:00 Error getting remote destructed amount topics="community-tokens-service" tid=2313574 file=service.nim:617 message="\nstatus-go error [methodName:communitytokens_remoteDestructedAmount, code:-32000, message:no contract code at given address ]\n"
I think that it is rather the problem with transaction notification system. The error is because we get remote destructed amount but the contract does not exist yet. In such a case the function will return 0. But minting should be successful.
probably already fixed
moved to 2.29 due to lack of space in this milestone
@anastasiyaig I think we can close this one.
yes sure thanks for heads up