Right now, when parsing new transaction, neoscan will detect new asset it needs to retrieve details from, however this is done in memory, if the application crash it will loose the list of which token it should query the details of. To prevent this, this list should be persisted in postgres to survive crashes
Right now, when parsing new transaction, neoscan will detect new asset it needs to retrieve details from, however this is done in memory, if the application crash it will loose the list of which token it should query the details of. To prevent this, this list should be persisted in postgres to survive crashes