You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
The text was updated successfully, but these errors were encountered:
Continuing the work on issue #84
Info about related receipts is stored fine, but we miss the info for
transaction_actions
andaccount_changes
. We have a plan to get rid oftransaction_actions
#176, so I suggest just to ignore this part. The only reader ofaccount_changes
is me😄
, so this issue is not urgent, but anyway it's better to fix it in one day.
The text was updated successfully, but these errors were encountered: