Releases: iotexproject/iotex-core
Releases · iotexproject/iotex-core
v1.8.2
v1.8.2 is a regular maintenance release
- Enhanced p2p network robustness by adding GroupID to DHT protocol in peer discovery (#3409,#3580)
- Multiple API improvments and code refactor (#3303,#3432,#3433,#3434,#3441,#3442,#3443,#3485)
- Remove the global config.EVMNetworkID() (#3431,#3437,#3460,#3491)
- Use internal caching to speed up action.Address(), action.Hash(), and action.SenderAddress() (#3420,#3446)
- Clean-up of certain obsolete code (#3453,#3463,#3464,#3465)
v1.8.1
v1.8.1 is a regular maintenance release
v1.8.0
Note that v1.8.0 has a hardfork, which will be activated at block height 17,662,681 (ETA is 05/30/2022 around 11pm UTC) on IoTeX mainnet.
- Added chain ID into transaction for enhanced transaction security (#3188)
- Supported staking transactions via web3 protocol (#3209)
- Improved p2p connection robustness (#3371)
- Multiple API improvements (#3073, #3174, #3205, #3217)
- Introduced chainservice builder to better manage service start-up and shut-down (#3235,#3364)
v1.7.1
v1.7.0
Note that v1.7.0 has a hardfork, which will be activated at block height 16,509,241 (ETA is 03/24/2022 around 11pm UTC) on IoTeX mainnet.
v1.6.4
v1.6.3
- Implemented HTTP server to support web3.js API in iotex-core (this removes the need of intermediate Babel bridge/service)
- Added
eth_getStorageAt
method - Instrumented tracing to measure timing on critical code path
- Enabled EVM tracing to collect calling stacks inside EVM
- Performance improvement of ActPool
- Enabled log rotate
- Corrected nested context usage in transaction processing loop
v1.6.2
v1.6.1
v1.6.0
Note that v1.6.0 has a hardfork, which will be activated at block height 13,979,161 (ETA is 10/28/2021 around 11pm UTC) on IoTeX mainnet.
- Added API tracing functionality, which enables measuring and visualizing the break-down of API call timing. We'll work on API performance improvement based on the observability this tool provides in future releases
- Exposed gRPC health check point in the API server
- Fixed contract read issue for certain smart contracts we've seen earlier
- ioctl tool can export private key from HDWallet now