Skip to content

Releases: felixbrucker/chia-dashboard-satellite

Chia-Dashboard-Satellite v1.19.1

22 Feb 05:19
6a37fa5
Compare
Choose a tag to compare

Changelog:

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

Chia-Dashboard-Satellite v1.19.0

22 Sep 19:27
f5f2ef9
Compare
Choose a tag to compare

Changelog:

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

Chia-Dashboard-Satellite v1.18.1

05 Sep 18:42
429a52f
Compare
Choose a tag to compare

Changelog:

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

Chia-Dashboard-Satellite v1.18.0

05 Sep 18:31
b787f84
Compare
Choose a tag to compare

Changelog:

  • Adds support for retrieving the chia version.

Chia-Dashboard-Satellite v1.17.2

24 May 19:46
b59ab1a
Compare
Choose a tag to compare

Changelog:

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

Chia-Dashboard-Satellite v1.17.1

26 Apr 11:32
a5f9076
Compare
Choose a tag to compare

Changelog:

  • Fix wallet stat collection errors.

Chia-Dashboard-Satellite v1.17.0

26 Apr 10:07
272dd7a
Compare
Choose a tag to compare

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.

Chia-Dashboard-Satellite v1.16.0

25 Apr 07:37
5c0eacc
Compare
Choose a tag to compare

Changelog:

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

Chia-Dashboard-Satellite v1.15.0

24 Apr 09:00
adf955e
Compare
Choose a tag to compare

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.

Chia-Dashboard-Satellite v1.14.0

24 Feb 18:19
486b013
Compare
Choose a tag to compare

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.