Skip to content

Releases: sudoblockio/icon-transformer

v0.3.4

16 May 13:41
7d0670b
Compare
Choose a tag to compare

0.3.4 (2023-03-20)

Bug Fixes

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

v0.3.3

01 Mar 14:53
70fe555
Compare
Choose a tag to compare

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)

v0.3.2

07 Feb 16:33
e514bd7
Compare
Choose a tag to compare

0.3.2 (2023-02-07)

Bug Fixes

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

v0.3.1

21 Dec 12:29
0073e5b
Compare
Choose a tag to compare

0.3.1 (2022-12-20)

Bug Fixes

  • add count routine to cron (3c5262b)

v0.3.0

24 Nov 11:14
fd00586
Compare
Choose a tag to compare

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)

v0.2.0

23 Sep 17:28
9cfdadb
Compare
Choose a tag to compare

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)

v0.1.2

15 Jul 06:28
Compare
Choose a tag to compare

Fix overwrite of address data issue.

v0.1.1

12 Jul 07:40
Compare
Choose a tag to compare
fix: add exeception for hx0 and hx01 addresses that return InvalidAdd…

v0.1.0-alpha.1

13 Apr 01:35
Compare
Choose a tag to compare
chore: update ci