IMPORTANT: Kaia v1.0.2 contains a hardfork upgrade that results in changes that are not backward compatible. All Mainnet nodes must be upgraded to v1.0.2 or later before the target block number.
The Kaia network starts by transitioning the Klaytn network at a transition hardfork. This version contains the Mainnet hardfork block number configurations. Please refer to the v1.0.0 Release Notice and v1.0.1 Release Notice for more details.
Here's the hardfork schedule for the Mainnet:
- Block number: 162900480 (estimated time: Aug 29, 10:29 UTC+9)
- Hardfork contents: Kaia Transition hardfork, KIP-160 hardfork
Notes
If you have been using the Klaytn yum repository, please update the URL as follows:
sudo rm -rf /var/cache/yum
sudo rm /etc/yum.repos.d/klaytn.repo
sudo curl -o /etc/yum.repos.d/kaia.repo https://packages.kaia.io/config/rhel/7/kaia.repo
sudo yum list kend
If you see the message below, then the repository is correctly updated.
Available Packages
kend.x86_64 v1.0.2-0.el7 packages-kaia-prod
Improvements
- Added PebbleDB support (#42, #56)
- Added configuration features to the token allocation contract related to KIP-160 (#55)
Fixes
- Fixed kaia_getTotalSupply API regarding Upstream EN and Archive EN (#58, #62, #65)
- Fixed kaia_getTotalSupply API regarding block rewinding (#67, #68)
- Fixed kaia_recoverFromTransacion API regarding Ethereum transaction types (#71)
Miscellaneous
- Changed the RPM repository URL (#51)
- Minor maintenance (#50, #52, #53, #54, #59, #60, #63, #64, #66)
Downloads
- Linux Mainnet: (tgz) kcn kpn ken (rpm) kcn kpn ken
- Linux Kairos: (tgz) kcn kpn ken (rpm) kcn kpn ken
- Linux Common: (tgz) kscn kspn ksen kbn kgen homi (rpm) kscn kspn ksen kbn kgen homi
- Darwin: kcn kpn ken kscn kspn ksen kbn kgen homi
- Docker:
kaiachain/kaia:v1.0.2
Thank you @fivecut, @osrm, and @rubyisrust for your first contribution to Kaia.