ict
ict copied to clipboard
Instead, this appears in my browser console (Google Chrome) ``` :2187/getModules:1 Failed to load resource: the server responded with a status of 401 (Unauthorized) :2187/getModules:1 Failed to load resource: the...
Can we add a button to restart ict from the web GUI?
**To fix:** Divide stats by segment interval: ```js const interval_ms = stats[1]["timestamp"] - stats[0]["timestamp"]; const interval_mins = interval_ms / 60000; for(let i = 0; i < stats.length; i++) { stats[i]['new']...
#31 already addressed the stats history submitted by the API growing too large. The issue was fixed with https://github.com/iotaledger/ict/commit/13b237a7593d6718ec9054e72bfa70f912fa9887 which compresses the internally available stats history before submitting through the...