CityOfZion / neo-scan

Blockchain explorer for NEO
https://neoscan.io
MIT License
70 stars 65 forks source link

Token will not be retrieved properly if neoscan crash #418

Open adrienmo opened 5 years ago

adrienmo commented 5 years ago

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