- Use highly available api endpoint.
- Update dependencies.
- Switch to using pnpm instead of yarn.
- Adds support for retrieving the harvester and farmer node id.
- Fixes a bug which caused the chia version to be removed periodically.
- Adds support for retrieving the chia version.
- Correctly parse CAT balances.
- Skip logging in with the first fingerprint if already logged in to a wallet.
- Fix wallet stat collection errors.
- Add config option
enableCompatibilityMode
to enable/disable compatibility with older dashboards. Is automatically enabled if not set when using a different dashboard core url from foxy. - Reduce traffic by only updating changed values.
- Add
updateMode
config option to change how often the satellite updates the dashboard. Possible values:slow
,regular
,fast
. Default value:regular
.
- Allow changing the response time sample size (default is 100) as well as the maximum number of farming infos (default is 20, maximum is 100).
- Include raw and effective capacities for plot compression.
- Update the dashboard core api url only on unavailability.
- Add support for fallback dashboard core urls through
chiaDashboardCoreUrlKeyPairs
config field. Users of the foxy dashboard have this auto enabled without needing to change anything. - Bump the docker image and binaries to use node v18.
- Update dependencies.
- Fix precompiled binaries not working.
- Fix a crash when checking for running services and timeouts happened.
- Update dependencies.
- Increase sync interval.
- Remove unused fields from request bodies.
- Move docker image to github.
- Fix plotting stats on chia >= 1.2.11.
- Add
ogPlots
andnftPlots
to harvester stats.
- Add
https://us.chiadashboard.com
dashboard core url to first run wizard. - Decrease stats update payload size for farmer, harvester and full nodes.
- Fix wallets without any keys present preventing satellite initialization.
- Fix wallet stats unavailable when the wallet was never logged into before.
- Add support for selecting the
chiaDashboardCoreUrl
config option in the first run wizard. - Show the used
chiaDashboardCoreUrl
on startup.
- Add support for using any chia-dashboard-core via
chiaDashboardCoreUrl
config option.
- Add support for only counting unique balances in the wallet summary.
- Fix a problem that could result in increased RTs when a chain re-org happens within the last 20 SPs.
- Fix the daemon api connection not getting properly closed on exit.
- Fix custom config location validation in first run wizard.
- Use unified service names for stats reporting.
- Increase stats updating interval.
- Add support for reporting harvester response times for the farmer stats.
- Fix satellite initialization throwing unhandled errors when the chia node is slow to respond.
- Fix errors being thrown with full stack traces for some failed http requests.
- Add the satellite version to dashboard api requests.
- Add an info log on startup showing the loaded config location.
- Show a better error message when the api key is invalid.
- Reset the plotter stats on startup as well.
- Add support for basic gui plotter stats.
- Add support for excluding services via
excludedServices
config option.
- Do not require git anymore.
- Fix a bug where throwing an error failed.
- Add missing shebang line.
- Aggregate farming infos.
- Initial release.