Commit Graph

10 Commits

Author SHA1 Message Date
daniel
72854d0c40
Implement tokenlist/tokenlist-extended duplicate validaton, refactor code (#17782)
Co-authored-by: Daniil Lee <24758309+leedaniil@users.noreply.github.com>
2022-01-31 17:11:27 +03:00
daniel
ed272b256d
Remove pairs from EVM chain tokelists.json (#17637)
* Remove pairs from EVM chain tokelists.json

* Add tokenlist-extended.json

* Add command for adding token to tokenlist-extended.json

* Remove empty pairs

* Update config namings

* Add command for adding token to tokenlist.json

* Update config and file namings

* Update tokenlist-extended.json

* Add token info getting

* Fix

* Fix

* Add duplicates check

* Add duplicate check in token list

* Update commands.go

Co-authored-by: Viktor Radchenko <1641795+vikmeup@users.noreply.github.com>
2022-01-27 15:59:22 -08:00
Daniel
a915edc893
Update libs (#17533)
* Update libs

* Update go mod

* Fix
2022-01-20 16:14:34 +03:00
Daniel
72d5b319d4
Add address checksum validation for tokenlist files (#17416)
* Add address checksum validation for tokenlist files

* Remove updaters_manual.go, move tokenlist validation to assets-go-libs
2022-01-16 17:13:01 +03:00
Daniel
4c38c9aed4
Add fixer for inactive tokens in list, remove KNCL token as abandoned (#17149)
* Add token status checking

* Fix binance tokenlist generating

* Remove abandoned tokens from eth tokenlist
2022-01-09 23:30:49 +03:00
Daniel
e7f9efcd2c
Add tokenlist validation (#17111)
* Add tokenlist validation

* Fix according to review
2022-01-07 14:45:16 +03:00
Daniel
56295a6795
Turn on linter (#16855) 2021-12-27 12:39:11 +03:00
Daniel
1aad5824aa
Add UniSwap and PancakeSwap updaters (#16751) 2021-12-22 19:06:46 +03:00
Daniel
675478e122
Update assets-go-libs version (#16703) 2021-12-20 18:03:08 +03:00
Daniel
d547fb1473
Move CI scripts logic from assets-go-libs (#16680)
* Move CI scripts logic from assets-go-libs

* Add Makefile, .golangci.yml and lint jobs to workflow

* Fix
2021-12-20 00:39:53 +03:00