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
Atm, the demo preset is using old versions of Faucet and Explorer. In order to upgrade, the demo preset must include the statistic service and a mongo db. The last time I tried, the statistic service returned empty lists when connected to a single node network (when a singleton node list was expected).
Once statistic service is upgraded, Explorer and Faucet can be too. Ideally, Faucet and Explorer should be able to connect to both status service node lists and a static node list for reliability (too fallback in case the static service is down).
The text was updated successfully, but these errors were encountered:
fboucquez
changed the title
Add statistic service to demo preset
Add statistic service to 'demo' assembly
Jan 17, 2022
* fix: specific explorer version (pre statistic service)
* fix: specific faucet version (pre statistic service)
Full explorer and faucet upgrade require #364
Both demo and services assemblies would need update once the statistic service is refactored (and if it's possible to run in a container context, not just Lamba).
It would be great if both faucet and explorer can fall back to a static list of nodes for symbol test networks that don't have or require stats service.
Atm, the demo preset is using old versions of Faucet and Explorer. In order to upgrade, the demo preset must include the statistic service and a mongo db. The last time I tried, the statistic service returned empty lists when connected to a single node network (when a singleton node list was expected).
Once statistic service is upgraded, Explorer and Faucet can be too. Ideally, Faucet and Explorer should be able to connect to both status service node lists and a static node list for reliability (too fallback in case the static service is down).
The text was updated successfully, but these errors were encountered: