* wip
* rename
* remove inserted timestamp filter
* revert
* remove semi colon
* add silver tx data quality checks, test hourly
* re-ingest any discrepancies found in solcan+silver check
* limit amount we can retry at one time
* initial
* block range macro and model work
* fix incr
* drop _2 update workflow
* delete the right file
---------
Co-authored-by: Desmond Hui <desmond@flipsidecrypto.com>
* external funcs (wip)
* call compressed nft mint parser with external func
* ignore bronze_api models
* move to match standard location
* fix missing mints due to inconsistent ordering
* add a tag to bronze_api model, exclude accordingly
* update silver table to use new bronze api data
* wip
* handle non-mint events and multi mints per tx_id
* add regression test
* wip
* change udf name, fix surrogate key for inner instruct calls
* (wip) decoded instructions backfill helpers
* complete backfill helpers, clean up views with 0 requests
* rename
* revert
* temp change will revert
* rename
* use streamline 2.0 verify idl api endpoint
* this is placeholder model, will replace existing when ready
* reorg files
* add workflow for decode instructions real time
* use pip cache
* update with prod endpoints
* update sql limit to real value, should be union all
* use ref for model names
* remove placeholder, replace existing model logic
* add new decoder flow to gha
* temp disable incremental
* add inner index to core tables
* match existing behavior until we properly incorporate inner_instruction txs
* temp disable
* re-enable models
* remove unused comment
* properly handle inner_index null instances in unique key
* wip
* change udf name, fix surrogate key for inner instruct calls
* (wip) decoded instructions backfill helpers
* complete backfill helpers, clean up views with 0 requests
* rename
* revert
* temp change will revert
* rename
* use streamline 2.0 verify idl api endpoint
* this is placeholder model, will replace existing when ready
* reorg files
* add workflow for decode instructions real time
* use pip cache
* update with prod endpoints
* update sql limit to real value, should be union all
* wip
* seperate silver models and create core
* update tag and desc
* update per pr comment
* use prod db source
* adjust fr partition range
* add batc load var
* add gold col descriptions
* update package
* setup GHA dispatches via Snowflake tasks
* remove unused workflows
* add model qualifier to only run models in solana
* include task status monitoring workflow
* wip
* wip udf
* bronze and silver models for txcounts (wip)
* optimize for chainhead
* check for blocks with 0 txs
* change tx count call to solscan blocks
* only call 1000 at a time to solscan due to rate limits
* update rewards realtime task (#378)
* run solscan blocks multiple times per workflow dispatch
* fix name
* disable full refresh on bronze api table
* external funcs (wip)
* call compressed nft mint parser with external func
* ignore bronze_api models
* move to match standard location
* fix missing mints due to inconsistent ordering
* add a tag to bronze_api model, exclude accordingly