You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registered_tokens table is used not only to serve data directly but also for indexing metadata. It is currently read statically from a CSV file which is part of the codebase. As the number of available tokens is exploding, it is no longer enough to wait for Conseil releases to update the contents of the table. We should therefore load this information dynamically.
Lorre should read the URL of a CSV file containing registered tokens data from the conf file and use it to the populate the database periodically. Based on a configuration item in the conf file, Lorre should periodically refresh the contents of the table based on the given URL. If no URL is given, Lorre should read it from the same CSV file it uses now.
The text was updated successfully, but these errors were encountered:
The
registered_tokens
table is used not only to serve data directly but also for indexing metadata. It is currently read statically from a CSV file which is part of the codebase. As the number of available tokens is exploding, it is no longer enough to wait for Conseil releases to update the contents of the table. We should therefore load this information dynamically.Lorre should read the URL of a CSV file containing registered tokens data from the conf file and use it to the populate the database periodically. Based on a configuration item in the conf file, Lorre should periodically refresh the contents of the table based on the given URL. If no URL is given, Lorre should read it from the same CSV file it uses now.
The text was updated successfully, but these errors were encountered: