Releases: sudoblockio/icon-transformer
Releases · sudoblockio/icon-transformer
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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
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
v0.1.2
v0.1.1
v0.1.0-alpha.1
chore: update ci