Skip to content

Releases: iotexproject/iotex-core

improve native staking stability

13 Feb 01:42
335a5ee
Compare
Choose a tag to compare

Introduced a fix to make native staking reliable for reading large amount of buckets

Fix native staking gas limit

31 Jan 23:07
b529087
Compare
Choose a tag to compare

Increase the gas limit when reading native staking contract, so program can read out native staking buckets as intended.

Fix bug in streamBlock API

22 Nov 22:59
Compare
Choose a tag to compare
  • fix bug in streamBlock API which will block all streaming for one node
  • not a mandatory upgrade for delegate

v0.10.0 (Dardanelles)

05 Nov 00:16
Compare
Choose a tag to compare
  • Reduce block interval to 5s
  • Other minor improvements

v0.9.2

23 Oct 23:14
Compare
Choose a tag to compare
  • fix a bug could cause an API gateway node to crash when got an invalid API request
  • fix an issue caused by eth fork back ago made our node fetch a different candidate list from what we had before at height 1,292,941
  • NOT mandatory upgrade for delegates

v0.9.1

23 Oct 22:39
Compare
Choose a tag to compare
  • fixed a bug we found in v0.9.0 may impact agreement between different version
  • mandatory upgrade for delegates

v0.9.0 (Cook)

16 Oct 20:54
Compare
Choose a tag to compare

This release is a major upgrade from 0.8.x, and the code name for this release is Cook. The change will be activated from block height 1641601 on mainnet. After this block height, IoTeX token holders could stake the native tokens and use them to vote delegates.

v0.8.3 (Bering)

26 Sep 20:54
Compare
Choose a tag to compare

This release is a major upgrade from 0.7.x, and the code name for this release is Bering. The change will be activated from block height 1512001 on mainnet. Major details are listed bellow:

  • Upgrade EVM version to Petersburg
  • Support fine-grained EVM error status code
  • Fix bugs in consensus and materialized the consensus state
  • Partition blockchain data

v0.7.3 (Aleutian)

05 Aug 17:56
Compare
Choose a tag to compare

This is a minor upgrade with the following two fixes:

  1. Remove the duplicate items in the action index
  2. Fix the contract execution with 0 native token

v0.7.2 (Aleutian)

12 Jul 20:39
Compare
Choose a tag to compare

This release is a major upgrade from 0.6.x, and the code name for this release is Aleutian. There are a few significant improvements, and one of the biggest changes is increasing the epoch reward to 18,750 IOTX. The change will be activated from block height 864001 on mainnet and 294121 on testnet. More change details are listed bellow:

  • Increasing epoch reward from 12,500 to 18,750
  • Implementing bloom filters to index contract events
  • Add GRPC streaming APIs to subscribe blocks and contract events
  • Supporting XRC-20 commands in ioctl
  • Non-blocking ethereum data sync on start
  • Improving action index
  • Fixing the bug of duplicate logs in contraction execution receipt