Chia Dashboard Satellite Versions Save

1.19.1

2 months ago

Changelog:

  • Use highly available api endpoint.
  • Update dependencies.
  • Switch to using pnpm instead of yarn.

1.19.0

7 months ago

Changelog:

  • Adds support for retrieving the harvester and farmer node id.

1.18.1

8 months ago

Changelog:

  • Fixes a bug which caused the chia version to be removed periodically.

1.18.0

8 months ago

Changelog:

  • Adds support for retrieving the chia version.

1.17.2

11 months ago

Changelog:

  • Correctly parse CAT balances.
  • Skip logging in with the first fingerprint if already logged in to a wallet.

1.17.1

1 year ago

Changelog:

  • Fix wallet stat collection errors.

1.17.0

1 year ago

Changelog:

  • 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.

1.16.0

1 year ago

Changelog:

  • Add updateMode config option to change how often the satellite updates the dashboard. Possible values: slow, regular, fast. Default value: regular.

1.15.0

1 year ago

Changelog:

  • 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.

1.14.0

1 year ago

Changelog:

  • 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.