near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

refactor: Handle ExecutionOutcomes #4

Closed khorolets closed 4 years ago

khorolets commented 4 years ago

Since 0.2.x NEAR Indexer Framework we are receiving receipts' execution outcomes separately from transaction ones (see #3 ), so we need to handle ExecutionOutcomes properly (separate table and here we should have only outcomes for receipts.

khorolets commented 4 years ago

@frol btw don't you think there can be a scenario when we want to query through all execution outcomes, including the transaction ones? Clarifying just in case.

frol commented 4 years ago

I cannot think of any use-case that would require that

khorolets commented 4 years ago

Closing by #10