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

Store the info about collided transaction in transaction_actions and account_changes tables #214

Open
telezhnaya opened this issue Dec 15, 2021 · 1 comment
Assignees

Comments

@telezhnaya
Copy link
Contributor

telezhnaya commented Dec 15, 2021

Continuing the work on issue #84

Info about related receipts is stored fine, but we miss the info for transaction_actions and account_changes. We have a plan to get rid of transaction_actions #176, so I suggest just to ignore this part. The only reader of account_changes is me
😄
, so this issue is not urgent, but anyway it's better to fix it in one day.

 – 2 entries
 select * from receipts
 where receipts.originated_from_transaction_hash = 'AUh97Kbbg962AfqnQTnmM7tSSy5rnczZ99xXNjAxkctL_issue84_35056813'; 
 – 0 entries
 select * from account_changes
 where account_changes.caused_by_transaction_hash = 'AUh97Kbbg962AfqnQTnmM7tSSy5rnczZ99xXNjAxkctL_issue84_35056813';
 – 0 entries
 select * from transaction_actions
 where transaction_actions.transaction_hash = 'AUh97Kbbg962AfqnQTnmM7tSSy5rnczZ99xXNjAxkctL_issue84_35056813';
@khorolets
Copy link
Member

I don't recall who, but I definitely hear from someone except you who looks into that table. I hope they will ping here

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

2 participants