near-explorer icon indicating copy to clipboard operation
near-explorer copied to clipboard

Explorer didn't log account transaction if receiver id is a param of function call

Open cuongdcdev opened this issue 2 years ago • 1 comments

This happens because of the account, which is the receiver_id parameter of the function call. For now, the explorer only shows the transactions when the user is the receiver or the signer of the transaction. Please resolve this behavior. Example: The account did not get tx recorded: https://explorer.near.org/accounts/hibaryx.near The TxId above account got: https://explorer.mainnet.near.org/transactions/EWFCLoQXrSDhkxijoDnux8yCicUqZRoKP5vE4eKKp8Ti

cuongdcdev avatar Jun 22 '22 03:06 cuongdcdev

@cuongdcdev Thanks for bringing this up! It is indeed unfortunate, but in general case there is no way we can index actions based on the arbitrary function call arguments. However, we are working on supporting FT/NFT standards as a special case. Stay tuned, we plan to release it by the end of July

frol avatar Jun 22 '22 06:06 frol