Commit Graph

45 Commits

Author SHA1 Message Date
Austin
3e0d7fe13e
add decoder models to overview (#44)
* add decoder models to overview

* convenience

---------

Co-authored-by: drethereum <trevor.wenokur@gmail.com>
2023-07-31 13:41:33 -06:00
Austin
5b157426b8
release decoded logs (#43)
* release decoded logs

* incremental
2023-07-31 15:24:40 -04:00
Austin
f2ee716713
stash (#42) 2023-07-31 14:43:20 -04:00
Sam
12b618bea4
start date (#36) 2023-07-26 23:18:42 +08:00
Austin
02fc7f28fc
contract and abis pipeline (#35)
* contract and abis pipeline

* lower volume
2023-07-25 16:55:10 -04:00
Austin
05651b9f50
mainnet core models (#34)
* mainnet core models

* docs ref to base

* workflow cron comment

* weird error

* exclude goerli tests

* overview

---------

Co-authored-by: drethereum <trevor.wenokur@gmail.com>
2023-07-25 10:56:24 -04:00
Ryan-Loofy
74af425872
Delete temp file (#33) 2023-07-24 15:07:08 -04:00
Ryan-Loofy
68b54a9f62
An 3571/integration prep (#32)
* rename

* Base mainnet integration

* Add trace timeout

* Update loads

* Add prod integration

---------

Co-authored-by: Austin <austin@flipsidecrypto.com>
2023-07-24 14:41:22 -04:00
drethereum
6442c013f2
update/overview-docs 2023-07-19 13:56:54 -07:00
Matt Romano
a50a71d8f5
utils-quick-fix (#30)
* missed logs test

* typo
2023-07-18 12:13:46 -06:00
Matt Romano
62e1bbf83d
AN-3464/utils-macros-update (#29)
* update package version and point tests

* 1.4.1 update
2023-07-18 10:52:27 -07:00
mattromano
1e67710802
AN-3306/swap-public-to-utils
Co-authored-by: mattromano <mattromano@flipsidecrypto.com>
2023-06-27 10:54:12 -07:00
drethereum
717d08f766
added null filter to receipts (#25) 2023-05-04 08:59:47 -06:00
drethereum
4a581ee5b6
removed hex_to_int conversion on l1feescalar column (#24) 2023-04-10 09:16:34 -06:00
drethereum
75ae33b9bd
removed recency tests on unused models (#23) 2023-03-22 16:19:14 -04:00
drethereum
d96c03fba0
AH-2950/receipts-tx-lvl (#21)
* moved receipts to tx level, flattened logs in logs and removed qualify from transactions model

* removed merge_update and moved incremental
2023-03-21 20:49:58 -06:00
drethereum
73fa69e40d
Add/gap-tests (#20)
* added cte to capture missing data on incremental

* removed commas

* removed merge_update_columns

* simplified fact_event_logs

* join key

* config for sequence gap test

---------

Co-authored-by: austin <austin@flipsidecrypto.com>
2023-03-21 19:56:42 -06:00
drethereum
5d1af55f87
AN-2932/missing-txns (#19)
* restored missing transactions

* removed initial qualify statement
2023-03-20 18:24:24 -06:00
drethereum
3930902cdf
removed null logs test (#17) 2023-03-07 09:54:25 -07:00
drethereum
97af0edb35
fix/null-receipts (#16)
* filtered out null log_id

* test for logs
2023-03-07 09:49:36 -07:00
drethereum
8f140df3b7
updated reference (#15) 2023-03-06 10:59:36 -07:00
Ryan-Loofy
0b8903c73c Reduce batch size to slow down calls 2023-03-02 09:45:21 -05:00
Austin
f9ab9b2c2c
swap streamline source (#14) 2023-03-01 22:43:11 -05:00
drethereum
7bc73e0d99
Add/traces-receipts (#10)
* removed temp model

* restructured and renamed folders/models

* base goerli logs

* fact event logs

* added missing columns

* added columns to yml

* tx_status and gas used to txn model

* adds adhoc and incremental workflows

* added workflows and minor syntax changes

* new source for receipts

* new source for receipts

* traces models, docs, and tests

* source change

* add docs

* removed gas references from logs

* added fees to txn models

* tests and columns in txns

* coalesce

* misc fixes

* format

* clean sources

* clean up

---------

Co-authored-by: austin <austin@flipsidecrypto.com>
2023-03-01 22:40:24 -05:00
Ryan-Loofy
25d904ef7a
Add traces and receipts transaction level models (#12) 2023-03-01 18:01:05 -05:00
Austin
209a31cc50
lower range 2 (#11) 2023-03-01 09:15:23 -05:00
Ryan-Loofy
e9b64d4071 Update sql limit 2023-02-28 15:26:43 -05:00
Ryan-Loofy
decaade9b7 Update batch sizing 2023-02-28 15:19:56 -05:00
Ryan-Loofy
9b0acae7f0 Add comma 2023-02-28 15:10:02 -05:00
Ryan-Loofy
a777a881ab Add tracer and update batch size 2023-02-28 15:01:32 -05:00
Ryan-Loofy
88695e4dee Remove extra spaces 2023-02-28 13:16:11 -05:00
Ryan-Loofy
d9f0836e56
Add partitioning to complete models, update realtime json parsing (#9) 2023-02-28 11:09:45 -05:00
Austin
f11173cfee
adjust block ranges (#8) 2023-02-28 08:58:35 -05:00
Ryan-Loofy
90fe321634 Update traces batch sizing 2023-02-27 18:34:43 -05:00
Ryan-Loofy
71c24a28e7 Merge branch 'main' of github.com:FlipsideCrypto/base-models 2023-02-27 18:25:49 -05:00
Ryan-Loofy
6567b5f187 Update batch size 2023-02-27 18:25:47 -05:00
Austin
ba0f60dc80
Add/goerli data (#7)
* logs pipeline for goerli

* workflow

* tests

* fix source

* remove sources
2023-02-27 14:17:58 -07:00
Austin
792b5d94e6
core models (#4)
* core models

* add type column

* gold models

* added docs workflow

* added gold transactions view and docs

* overview docs

* yml typo

* changed network name

---------

Co-authored-by: drethereum <trevor.wenokur@gmail.com>
2023-02-27 14:07:57 -07:00
Ryan-Loofy
7b1abfeaf7 Update batch sizes and run every 3 hours 2023-02-27 15:46:49 -05:00
Ryan-Loofy
5984a7b43b
Add traces and receipts streams (#6) 2023-02-27 15:10:11 -05:00
Ryan-Loofy
c3f8bc5a9a Update complete blocks and transactions 2023-02-25 10:40:31 -05:00
Ryan-Loofy
eca5a1b564 Update batch size 2023-02-24 14:33:13 -05:00
Ryan-Loofy
e4336a6e18
adjust loads, add github actions, add chainhead (#3) 2023-02-24 14:32:26 -05:00
Ryan-Loofy
e7f56a6d83
Add generic stream (#2)
* Add generic stream

* Add generic stream
2023-02-24 11:47:49 -05:00
Austin
3cad429943
stash initial (#1) 2023-02-20 15:03:59 -05:00