Commit Graph

4 Commits

Author SHA1 Message Date
tarikceric
42d48b925f
get missing mints (#422) 2023-12-08 10:25:18 -08:00
tarikceric
60c4af1e66
Hot fix/nft price exclude burns (#229)
* add test cases

* filter out burn actions

* fix test

* adjust incremental date

* add test cases

* remove null rows

* join post_token_bal using tx_id

* fix distinct logic

* revert distinct

* exclude models from incremental
2023-02-01 14:54:36 -08:00
tarikceric
8bee42b2b1
capture additional metaplex mints (#216)
* capture additional metaplex mints

* add downstream model tests

* add extra tests for downstream tables

* ignore transfer when source = destination

* add test cases

* temp exclude impacted nft models
2023-01-25 13:30:02 -08:00
desmond-hui
af2ce900af
An 1605/nft mints refactor (#102)
* refactor nft mints model

* An 1949/bt (#95)

* date limit some program

* block timestamp

* fixes

* fix

* An 1937/blocks txs2 (#94)

* blocks

* transactions and deduping wip

* silver reorganization

* remove tx count from blocks

* wip

* load blocks backfill incrementally

* wip

* wip

* wip

* remove unused comments

* fix ref to wrong table

* update to tests

* test fixes

* moved yawww bids

* merge main & fix refs

Co-authored-by: Desmond Hui <desmond@flipsidecrypto.com>

* description updates (#96)

* fix missing incremental block (#97)

* reduce batch load size (#98)

* Adjust tx2 incremental load size (#99)

* reduce batch load size

* revert change

* revert change

* minor cleanup and add model output comparison test

* move models to nft folder

* add test case

* update/add descriptions and tests

* adjust unique key

* adjust unique key, add columns to output

* add alias for new tx_id name from underlying model

* add index + inner_index to output and unique key

* remove inner index test

* fix unique key

Co-authored-by: Jessica Huhnke <91915469+jhuhnke@users.noreply.github.com>
2022-09-14 07:50:59 -07:00