Open
Description
While investigating https://github.com/telezhnaya/indexer_balances/issues/1, I've found the issue
We have the receipt in this block, but we don't have execution_outcome
select * from blocks where block_height = 22633808; – 1605411776828600726 68v7s5fg8inLQ2VVnFvZ375bbbx1akU4kbH8ezo6RyFg
select * from account_changes where account_changes.changed_in_block_timestamp = 1605411776828600726;
select * from receipts where receipt_id = '6QKTEHsLihDgVrdtWYbURA28zF29Xdw5dnfWbDVWHPv4';
select * from execution_outcomes where receipt_id = '6QKTEHsLihDgVrdtWYbURA28zF29Xdw5dnfWbDVWHPv4';
Please check why receipt_execution_outcomes
is empty for block 22633808