-
Notifications
You must be signed in to change notification settings - Fork 11
OANr 1.2.1 Release Note Draft
Yunfei ZHA edited this page Apr 10, 2020
·
3 revisions
This release contains critical bug fixes and kernel behaviour alignment with the OAN Java implementation. Upgrading to this version is MANDATORY for nodes to be able to sync up the main chain.
- Fixed a bug when managing FVM receiver addresses in stack
- Changed FVM version loading logic to be align with the OAN Java implementation
The OANr v1.2.1 is compatible with the database of v1.2.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.
Please notice that this release does not match the latest master repo. Please link to tag revision if you are looking for source codes.
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