* 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 status field to all info files (where missing, with value active).
* Enforce check for field status.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Rearrange info field checks.
* Fill missing id field in some infos; enable check for filled id field.
* Minor script change
* Fill missing type field in some infos; enable check for filled type field.
* Enable check for filled symbol type.
* Enable check for decimals field.
* Enable check for filled description field.
* Enforce non-empty website field.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Rename short_description to description in all info.json files.
* Adjust check of fields
* Adjust field check
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Rename tronscan.org to tronscan.io
* Make explorer links in checksum.
* Fix explorer links.
* Add explorerUrl check.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>