Skip to content

Releases: fetchai/fetchd

v0.8.1

01 Jul 09:29
c75e72c
Compare
Choose a tag to compare

Changes in this release

  • Bump cosmos-sdk to v0.17.1, setting allow_duplicate_ip in configuration to true by default

For a complete list of changes, refer to the cosmos-sdk CHANGELOG

Ecosystem

Component Version Baseline
Consensus 1.0.0 0.34.11
SDK 0.17.1 0.42.5
Wasmd - 0.16.0

v0.8.0

01 Jul 07:56
f388b13
Compare
Choose a tag to compare

Changes in this release

  • First stargate compatible release of fetchd.
  • fetchcli have been removed, all fetchcli commands are now part of fetchd
  • Helper commands have been added to help with migration:
    • fetchd stargate-migrate to migrate a genesis used by fetchd v0.7.3 to one used by fetchd v0.8.0
    • add-genesis-delegations to directly add delegations from accounts to validators at genesis

For a complete list of changes, refer to the cosmos-sdk CHANGELOG

Ecosystem

Component Version Baseline
Consensus 1.0.0 0.34.11
SDK 0.17.0 0.42.5
Wasmd - 0.16.0

v0.7.4

01 Jul 07:42
3027034
Compare
Choose a tag to compare

Changes in this release

  • Last release on the launchpad version
  • Added option to pass additional parameters to the rest-server via entrypoint script

Ecosystem

Component Version Baseline
Consensus 0.16.1 0.33.9
SDK 0.16.4 0.38.3
Wasmd - 0.9.1

v0.7.3

04 May 13:34
e4c985e
Compare
Choose a tag to compare

Changes in this release

  • Update SDK to v0.16.5
  • Update Consensus to v0.16.3

Ecosystem

Component Version Baseline
Consensus 0.16.1 0.33.9
SDK 0.16.4 0.38.3
Wasmd - 0.9.1

v0.7.2

30 Mar 15:30
v0.7.2
f49ffed
Compare
Choose a tag to compare

Changes in this release

  • Update SDK to v0.16.4
  • Update Consensus to v0.16.1

Ecosystem

Component Version Baseline
Consensus 0.16.1 0.33.3
SDK 0.16.4 0.38.3
Wasmd - 0.9.1

v0.7.1

29 Mar 16:32
5139274
Compare
Choose a tag to compare

Changes in this release

  • Fix go1.15+ compatibility issue with keyring

Ecosystem

Component Version Baseline
SDK 0.16.3 0.38.3
Wasmd - 0.9.1

v0.7.0

29 Mar 10:34
ee1420d
Compare
Choose a tag to compare

Changes in this release

  • Implemented fixed rate rewards

Ecosystem

Component Version Baseline
SDK 0.16.2 0.38.3
Wasmd - 0.9.1

v0.6.5

23 Mar 10:09
fc19b9a
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release

Changes in this release

  • Error checks on genesis.json overwrite in run_node.sh script
  • CI linter fixes

Ecosystem

Component Version Baseline
Tendermint 0.15.2 0.33.6
SDK 0.15.3 0.39.1
Wasmd - 0.10.0

Pull Requests

  • fix: stop on genesis overwrite failure (#85)
  • fix: add underscore support to CI lint subject pattern (#84)

v0.6.4

22 Mar 15:01
e8c31ea
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

Changes in this release

  • Extra options to fetch genesis.json in run_node.sh script

Ecosystem

Component Version Baseline
Tendermint 0.15.2 0.33.6
SDK 0.15.3 0.39.1
Wasmd - 0.10.0

Pull Requests

  • feat: add run_node.sh option to overwrite genesis (#83)

v0.6.3

17 Mar 15:54
aa6fb4a
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

Changes in this release

  • SDK update to v0.15.3
  • Documentation improvments

Ecosystem

Component Version Baseline
Tendermint 0.15.2 0.33.6
SDK 0.15.3 0.39.1
Wasmd - 0.10.0

Pull Requests

  • chore: prepare v0.6.3 (#81)
  • docs: update beaconworld network infos (#80)
  • docs: correct command for show-validator; language tweaks (#79)
  • docs: add fetchcli versions requirements per network (fix #74) (#78)
  • docs: add delegation and redelegation cli documentation (#77)
  • docs: add cli staking queries documentation (#75)