Skip to content

Releases: kcc-community/kcc

v1.4.4-stable

19 Jan 08:30
314c6ef
Compare
Choose a tag to compare

This version is dedicated to improvement and optimization

  • Update default gas ceiling for mined blocks
  • Optimize gas price oracle
  • Increase RPC size limit of the transaction

v1.4.3-unstable

16 Jan 07:11
a24c02e
Compare
Choose a tag to compare
v1.4.3-unstable Pre-release
Pre-release
  • update default gas ceiling for mined blocks
  • optimize gas price oracle
  • increase transaction calldata max size

v1.4.2-stable

25 Dec 03:21
efab8c5
Compare
Choose a tag to compare
v1.4.2-stable Pre-release
Pre-release
chore, bump golang version (#135)

* chore, bump golang version

* chore, bump patch version

---------

Co-authored-by: junnm <junm-does-not-receive-emails>

v1.4.1-stable

28 Sep 07:37
27ea3ff
Compare
Choose a tag to compare

This release includes the Amazon hardfork, scheduled at the block height of 24766075 ( approx. on 2023-10-09 9AM (GMT) ), which brings about the following changes:

  • Consensus: Reduce reorged blocks.
  • Synchronization: update the list of boot nodes.
  • KCC Staking Contract: Optimization for the future migration of KuCoin KCS Bonus

v1.4.0-unstable (only for testnet)

19 Sep 06:43
e0fe214
Compare
Choose a tag to compare
Pre-release

Please note that this release is intended solely for use on the KCC testnet. It includes the Amazon hardfork, which brings about the following changes:

  • Consensus: Reduce reorged blocks.
  • Synchronization: update the list of boot nodes.
  • KCC Staking Contract: Optimization for the future migration of KuCoin KCS Bonus

v1.3.2-stable

09 Aug 02:36
10a7ed7
Compare
Choose a tag to compare

Release Notes:

This is a patch release.

There is no hard fork in this release and it includes the following changes:

  • #124 The new 'litedebug' module has been added to the RPC

v1.3.1-stable

19 May 08:30
164ec6c
Compare
Choose a tag to compare

Release Notes:

This stable release focuses on merging upstream code to fix bugs and improve performance.

There is no hard fork in this release and it includes the following changes:

  • Resolved a crash issue during block importation #10
  • miner.gastarget will not have any impact
  • Merged upstream up to geth v1.10.26
  • Disabled options: --rpc, --rpcaddr, --rpcport, --rpcvhosts, --rpccorsdomain, --rpcapi (use --http instead of each)
  • Go version 1.17 or higher is now required

v1.3.0-unstable(Only Testnet)

28 Mar 13:20
3cc9598
Compare
Choose a tag to compare
Pre-release

Release Notes:

This release is mainly focused on merging upstream code to fix bugs and improve performance. There is no hard fork in this release. If there are no issues found during extensive testing, a stable version will be released.

This release is only for testnet and includes the following changes:

  • Fixed a crash that occurred when importing blocks #10
  • miner.gastarget will have no effect
  • Merged upstream up to geth v1.10.26
  • Disabled options: --rpc, --rpcaddr, --rpcport, --rpcvhosts, --rpccorsdomain, --rpcapi (use --http instead of each)
  • Required go version >= go 1.17

Ishikari Hardfork

18 Jun 09:26
555b10c
Compare
Choose a tag to compare

Release notes

KCC v1.2.0 enables the Ishikari hardfork for KCC mainnet at block #11171299, estimated for 24 Jun 2022 08:00 UTC.

The Ishikari hardfork aims to share the mining rewards of validators with their stakers and distribute extra rewards other than transaction fees. For more details, please refer to KIP-2.

changelog

Feature

Fixbugs

Ishikari Hardfork Patch(only testnet)

14 Jun 09:21
51b6b8a
Compare
Choose a tag to compare
Pre-release

Release Note

After testing on the KCC testnet, we have found some minor issues in Ishikari hardfork. Therefore, in this patch release, we have fixed the found minor issues:

  • The manager of the validator should be able to change the commission rate.
  • Disabled validators should not share block rewards.
  • The punishment records should be cleaned after the validator is disabled.
  • Tweak the RemoveThreshold parameter in punish contract.