* Allow assets to exist with no logo, info only (typically spam)
* Allow missing logo only for spam assets
* Lint fix
* Remove logo for a few spam tokens
* Revert "Remove logo for a few spam tokens"
This reverts commit 95e93cd7b2e9c3c03f4e8369f59a5c56c593e13d.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Include coin info.json's in checks as well
* Put all chain coin cheks into one check step
* Socials->links adaptation in coin info.json's
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Handle fields, 1
* Few more fields
* Discord field, fixes
* Facebook, youtube fields
* Telegram_news, docs, ignored fields
* New fields Coinmarketcap & coingecko, better handling of handles.
* Code to commit links into info.json, commented out
* Add checks for new links fields
* Minor log fixes
* Extra check for URLs must start with https://
* Duplicate info from 'socials' to 'links'.
* Fix for one links (was not array)
* Revert asset-infos, except checking
* Lint fix
* Fix discord.gg .com//invite links
* Add error for lone socials section (w/o links)
* Remove empty socials section
* Manual fix of some socials sections.
* Check for invalid fields in links.
* Lint fix
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Add tagging support
* Add example dao support for TWT
* Update info.json
* Rename daos => dao
* Update tags.json
* Update tag in TWT, governance/dao
* Update test
* Add staking-native tag
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Add check for tags field (array)
* Lint fix
* Using reduce() instead of forEach() for checking all values
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Add check for existence of id field.
* Fix id field if it differs from address.
* Fix a few tokens with casing differences.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Assets fix script: format all JSON files, not only eth-fork info files.
* More debug message
* Cleanup
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Update ETH tokenlist from Uniswap.
* Remove BUSD (has no active pairs)
* Remove BUSD from forced tokens on Uniswap.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Info type files: accept both casing, in fix make it uppercase.
* Minor, to re-trigger CI
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Add checks for dapps folder files, extension and casing.
* Add checks for dapps logo dimansions/size.
* Reduce size of large dapps logos
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Disable full change support
* Reset history
* Init history, version 2 with ALL changes.
* Take out changeCount field; extra trim
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Infrastructure for change management (history).
* Always take latest commit from master
* Allow history folder.
* Lint fixes
* Error handling, do not update LATEST if version writing failed
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>