0.3.4 (2023-03-20)
0.3.3 (2023-03-01)
- add transaction_index to token_transfers to allow sorting #71 (70907cc)
- add tx index to token_transfers_by_addres (b6fbf1e)
0.3.2 (2023-02-07)
0.3.1 (2022-12-20)
- add count routine to cron (3c5262b)
0.3.0 (2022-11-18)
- add deduplication preprocessor to crud loader (447ee0b)
- add metrics to addresses transformer (05c4b28)
- add addr on tx create score transformer (1b829ef)
- add contract metadata to addresses table (ec638e6)
- add token contract deduper to reduce deadlock issues (9a3df67)
- adding recovery for key=token_transfer_count_by_token_contract_ (be3ac3a)
- deadlock errors on upsert with metric to count errors (e8e2a26)
- deadlock on find missing routine (28006c5)
- dropped records from non-string primary keys in removeDuplicatePrimaryKeys func (45f94d4)
- load address types for non-mainnet networks (563957f)
- log counts not showing up properly #58 (463b1c8)
- returning nil for addreses with no balance / failed txs (53f806f)
- soft error handling for address count routine that was overwriting with wrong values (31c1564)