Skip to content

Aion v0.2.7 - Mainnet Island Peak

Compare
Choose a tag to compare
@AionJayT AionJayT released this 25 May 02:32
· 3608 commits to master since this release

Bug fix

  • transaction error handling (PR#485)
  • console check in CLI node (PR#494)
  • aion account format check in keystore (PR#481)
  • p2p handshake version length bug (PR#497)

Enhancement/Feature

  • Java API support get account nonce.

Migration

  • new db option in the config settings, can keep using v0.2.5 settings. If you want to skip db checking in the begin of the aion kernel launch. need to add <check_integrity>false</check_integrity> in the DB category.

Checksum

  • a checksum is a small-sized datum derived from a block of digital data for the purpose of detecting errors which may have been introduced during its transmission or storage.

How to use Checksum

  • download the aion kernel release binary and the checksum file (the file name SHA1SUMS) and put the files into the same folder.
  • open terminal and go to the folder.
  • type in sha1sum -c SHA1SUMS
  • if the binary file is complete and no error, you will see the message output like this :
    aion-v0.2.6.2f8fdfa-2018-05-10.tar.bz2: OK