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

Handle transaction hash collisions #31

Open
telezhnaya opened this issue Mar 21, 2022 · 2 comments
Open

Handle transaction hash collisions #31

telezhnaya opened this issue Mar 21, 2022 · 2 comments
Assignees

Comments

@telezhnaya
Copy link
Collaborator

telezhnaya commented Mar 21, 2022

Same story as in near/near-indexer-for-explorer#84

Decided to create almost the same solution

@telezhnaya
Copy link
Collaborator Author

select * from action_receipts where receipt_id = "7SdPiQwWkXkNsmASztLtgHqhT52CwV19eNKKRezWCLqi";
select * from transactions where transaction_hash = "AUh97Kbbg962AfqnQTnmM7tSSy5rnczZ99xXNjAxkctL";

@telezhnaya
Copy link
Collaborator Author

I created the other solution because SingleStore requires doing so.
Now we put all the tx and receipts without the problems, but the second select gives 2 transactions.
I guess I want to think about it more.

@telezhnaya telezhnaya transferred this issue from near/near-indexer-base Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant