-
Notifications
You must be signed in to change notification settings - Fork 56
Show collided transactions in Explorer #817
Comments
@shelegdmitriy well, there is no way to query the collided transaction via RPC yet, so there is no way to have a proper Transaction Details page before we actually expose the API to query it from nearcore (not any time soon, I believe), but let's at least see if we can do anything on the Block Details page since I would expect to see the transaction there: https://explorer.near.org/blocks/6Z5iLBjHzXZUsuC6iDTthXw2AYe32AmnbowKNgPtRJK9 |
Account Details page does not show the transaction either: https://explorer.near.org/accounts/9807f85f65c59573d247ba3ef9a3fb3a7ff1cd5c33a851237c337127b486ecfb. @shelegdmitriy Before you fix the issue, please, write your findings as to why Explorer does not get the transaction listed (maybe we will decide not to fix it right now and instead wait for Activities list that will change the way we query the data in the first place) |
@frol ok, I'll take a look |
About transactionActions we can query for them from indexer |
I haven't read the implementation, maybe my idea is hard to achieve. |
I suggest not to use |
Ok, so "issue84" is not required for those transactions. Let me think about it ones again |
I just suggested that we can use it but it doesn't make any sense |
@telezhnaya we can do as you said. I just need to make some fix. But still I can't get how we'll show this transaction on the BlockDetails page. |
@shelegdmitriy |
No, we don't use |
Oh, I see. It's better to hear @frol opinion here. Created the issue about missing entries in |
I discussed this with @frol and we decided to leave it as is because of several points:
|
I guess we can close this issue as we have the new interpretation of account details page |
We have a sad story with transaction hash collisions both on mainnet and testnet near/near-indexer-for-explorer#84
We created the fix on Indexer side, now we are collecting collided transactions. One of the new transaction hashes is in the mainnet DB, its hash:
AUh97Kbbg962AfqnQTnmM7tSSy5rnczZ99xXNjAxkctL_issue84_35056813
But it's not possible to look at it on Explorer: https://explorer.near.org/transactions/AUh97Kbbg962AfqnQTnmM7tSSy5rnczZ99xXNjAxkctL_issue84_35056813 It is stored at block
35056813
, it's not shown in the block info either.All the collided hashes will have such format. We need to support these transactions.
The text was updated successfully, but these errors were encountered: