Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

71 lines (41 loc) · 5.03 KB

Changelog

0.3.4 (2023-03-20)

Bug Fixes

  • add decimals to token address balance #74 (2e3ce95)

0.3.3 (2023-03-01)

Bug Fixes

  • 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)

Bug Fixes

  • add appropriate indexes for speeding up queries for *_by_address tables #66 (0b55c08)

0.3.1 (2022-12-20)

Bug Fixes

  • add count routine to cron (3c5262b)

0.3.0 (2022-11-18)

Features

  • add deduplication preprocessor to crud loader (447ee0b)
  • add metrics to addresses transformer (05c4b28)

Bug Fixes

  • 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)

0.2.0 (2022-08-17)

Features

  • add batching to token_transfers_by_address (49708e3)
  • add irc3 token transfer and nft id to table (9ce08fb)
  • add irc31 TransferSingle method for token transfers (701c2a3)
  • add new generic crud base and rebuild token_transfers with batch (e3f2428)
  • add transaction_type classification (a317e84)

Bug Fixes

  • error in tx count crud (0b541f4)
  • transaction counts in recovery (66e3dc8)
  • transaction type updater which was not comparing the right hash before (a17fcb0)