Skip to content

Java Kernel v1.2

Compare
Choose a tag to compare
@aionfarbod aionfarbod released this 14 Jan 18:35
· 480 commits to master since this release

This is a recommended update release.

The release corrects a number of issues leading to enhanced kernel functionality. The changes listed in the features section may impact deployment when using semantic links. For correct usage of networks, please read the README.md file provided with the networks directory.

Features:

  • The config directory was renamed to networks. The directory also contains a README.md file with information on the different networks provided with each release.

  • The kernel setup was updated to never copy the genesis.json and fork.properties files.

Bug fixes:

  • AVM critical security update

  • Transactions are be re-run every second.

  • Updated the best block info when initializing the self node info callback.

  • Made the contract info store thread-safe.

Enhancements:

  • Enhanced logging for kernel survey purposes.

  • Aligned the LevelDB setting to the RocksDB.

  • Jenkins points at a specific Test Harness commit to allow versioning and addition of tests.

  • Updating the docs for Unity custom network setup.

  • Added reference to The OAN and Open Apps

  • Removed forced compaction from sync config.

  • Option to set RPC port via command line.

  • Added help option to EditCli.

  • Provide more logging information when blocks are rejected as INVALID.