Skip to content

Releases: KuChainNetwork/kratos

Kratos v0.5.6-RC Release

19 Jan 03:22
Compare
Choose a tag to compare
Pre-release

Fix genesis export

Kratos v0.5.5 Release

26 Nov 03:50
Compare
Choose a tag to compare

Kratos v0.5.4 Release

28 Oct 09:21
Compare
Choose a tag to compare

Introduction

Fix run bug in testnet.

Warning

This Version MUST replay all blocks:

./kucd_linux_amd64 unsafe-reset-all --home /path/to/node
./kucd_linux_amd64 start --home /path/to/node

Need Add Param or config:

--pruning default

Note: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.0

Kratos v0.5.3-RC Release

27 Oct 03:18
b32e73b
Compare
Choose a tag to compare

Introduction

Fix run bug in testnet.

Warning

This Version MUST replay all blocks:

./kucd_linux_amd64 unsafe-reset-all --home /path/to/node
./kucd_linux_amd64 start --home /path/to/node

Need Add Param or config:

--pruning default

Note: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.0

Kratos v0.5.2-RC Release

21 Oct 02:28
Compare
Choose a tag to compare
Pre-release

Introduction

Add supports for build chain.

Fix run bug in testnet.

Warning

This Version MUST replay all blocks:

./kucd_linux_amd64 unsafe-reset-all --home /path/to/node
./kucd_linux_amd64 start --home /path/to/node

Kratos v0.5.1-RC Release

14 Sep 13:35
f3c3194
Compare
Choose a tag to compare
Pre-release

Introduction

Add supports for boot chain.

Add Features:

  • Fix coin max supply for core token
  • Add support for gentx

PRs

  • #48 : Add Supports for boot chain
  • #47 : modify Mint parameter
  • #46 : Core token no check MaxSupply in issue
  • #45 : delegation add systemaccount check

Checksum

Sha256:

116076806c056d44b0a622a8078052cb41de9a62c9f75d5f09be1ed729c818f6 ./kucd_darwin_amd64
f0b62ccc97dd02ff8ebedfbe8ea174c23966be8a0b032e5b1b3c51e720e3e0d7 ./kucd_linux_amd64
88ec6a31cf91590c211e53ca5553914b14d1e3b0b662389b7c16a014791e3c04 ./kucd_linux_arm
a54e4549d157c9324eba2e891e2538abea6045ad8034b8478d089e4c86e2bf6c ./kucd_windows_amd64.exe
f6ce5139cb539c10d4102c19ea047243936965bd3ff7350ad26dd036a08f5868 ./kucli_darwin_amd64
ffc72d54bebc4d662e8643c4e9112034612e042c83497cb1681b5ca3a6a39dc0 ./kucli_linux_amd64
c3c14dca2829941c54b87609521e6e8c9ee7aa86ca2ef11a11200dd9aac3d49d ./kucli_linux_arm
95702a316cf4f570d09e9e5d49de7e358ba8e43ed74e155e951e65a55a6960e7 ./kucli_windows_amd64.exe

Kratos v0.5.0 Release

03 Sep 09:28
Compare
Choose a tag to compare

Introduction

Fix some bugs and delete some useless code.

Add Features:

  • Add a version cmd for kucd
  • Add some query api

PRs

  • #33 : add gas query interface
  • #35 : Add version cmd to get build and version info for Kuchain
  • #36 : Delete Some Useless Codes
  • #39 : query validator by consaddr add
  • #41 : fix estimated gas

Checksum

Sha256:

4cbe2156621b1c0aabf406e8512dd99e33ee1fedae434cecb03c3c10675a5f23 ./kratos_0.5.0_darwin_amd64.tar.gz
9368d500f77407bf7dc25fe86e637498ec84df8ebe31b8d68c798d2610ddc812 ./kratos_0.5.0_linux_amd64.tar.gz
88587f6c9c42e5ed327158aa2663cf12ecaa0bb28aa7d818099333bea2bd0add ./kratos_0.5.0_linux_arm.tar.gz

637a923749230d9cdf41f89289e2b2dcfe2e61ec82faf4855a6e834f3745d904 ./kucd_darwin_amd64
573a74b6dc5dc3b7d567bd40ed46356568c1e1c4a9b006454313eb33213bd65a ./kucd_linux_amd64
81bb513fadf83be91663b50acdae4e7f9a0d45a16b49176e78e510f4830f7d73 ./kucd_linux_arm
b692bc5e8ed83830a4a7fa196b3c0dc0edc0f4015e00c8340869a10a6aaef551 ./kucli_darwin_amd64
72f73339f8f2798809e971f49cd818d5c85d05ebb296810ccd3615a7f17c21d0 ./kucli_linux_amd64
0c1fe27c5f55ec1bdbc0ca6ee0a1a3e63d90d6f2d1d95f721aeb6b2c2fd3167c ./kucli_linux_arm

Kratos v0.3.3-RC Release

18 Aug 11:35
1e4d433
Compare
Choose a tag to compare
Pre-release

Introduction

Add Can Burn Optional.

PRs

  • #34 Add CanBurn Tag in Asset State

Kratos v0.3.2-RC Release

14 Aug 03:05
333ca37
Compare
Choose a tag to compare
Pre-release

Introduction

Fix some event info error.

PRs

  • #32 Fix Create a reward event for the proposer Cannot get validator account

Kratos v0.3.1-RC Release

13 Aug 08:37
d218adb
Compare
Choose a tag to compare
Pre-release

Introduction

Add MsgExerciseCoin for user to exercise coin from coinpower, and add a testnet boot script

PRs

  • #30 Add Coinpower Exercise Msg and Handler
  • #31 Add a testnet boot script by python