You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug fix
lose peer connections in some situations (PR#454)
java API hang due to the heavy data polling (PR#462)
aion.sh not working with symlinks (Issue#416)
unable to generate blocks with seed mode enabled (Issue#455)
Enhancement/Feature
database check and corrupt data fix when the kernel launch (can be skipped by changing the check_integrity of the DB category in the config file)
web3 API eth_accounts reenable
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 the 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