-
Notifications
You must be signed in to change notification settings - Fork 12
OANr v1.4.0 Release Note Draft
Yuanjun edited this page May 27, 2020
·
10 revisions
This release mainly contains security enhancements for block signature algorithm, FVM create deprecation and AVM upgrade. It is mandatory to follow the hard fork at block number 6235961 on Aion main net.
* Please note that this is the last officially supported version. This project will still be maintained and upgraded by the community as an open source software but the official support from the OAN foundation will end.
- AVM upgrade to v2.2
- Deprecate FVM Create, you cannot create new FVM contract after this hard fork (internal create is excluded).
- Enhanced PoS block signature algorithm with ECVRF random seed
- Enhanced p2p/sync performance
- Enhanced cache performance
- Enhanced AVM performance
- Fixed a bug that an illegal addresses can be accessed.
- Fixed a bug that sync stuck in some cases.
- Fixed docker image building script.
The OANr v1.4.0 is compatible with the database of v1.3.0 or earlier versions. You can run this new version with existing data.
- Shutdown the old kernel.
- Unpack the new kernel package and run it the same way as you did before.
(Optional) If you want to keep your existing configuration, replace
mainnet/mainnet.toml
file with the desired config file.
Basic
Kernel Configuration
- Build AionR Kernel
- JSON-RPC APIs Doc
- JSON-RPC APIs Rust vs Java
- Wallet
- Genesis Block
- Configuration File and Command Line Interface
- Log Targets Table
- Aion Seed Nodes
- Migration From 0.1.* to 0.2
DApp Developers
Tutorials