* Remove history infrastructure.
* Remove history information
* Revert "Remove history information"
This reverts commit e490134192e3c99b0815cf5a87a574916f038ba7.
* 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>
* Force include and exclude implementation.
* Rename update to updateAuto
* UpdateManual hooks
* UpdateManual hook fix
* Update existing tokenlist.json file, use exclude/include config.
* Force include only pairs against the main currency.
* PS config adjustment
* Remove tokenlist_base files
* Lint fix
* Remove all pairs first.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
* Make non-mandatory action interface elements optional.
* Remove one unused import
* Scripts main renamed to entrypoint.
* Script common rename to generic
* Move generic scripts from action to generic.
* Move chain-specific scripts to blockchain.
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>