Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@brilliant-lx brilliant-lx released this 23 Sep 10:39
· 30 commits to master since this release

ChangLog

This project is is a fork from https://github.com/akula-bft/akula.
And this is the first pre-release to support BSC on Akula, which is a Rust client mainly based on Erigon protocol.
Since the BSC support is still under development, we will deliver the BSC capabilities step by step.
In this release, it support BSC FullSync, both BSC mainnet and testnet, it does not support validator mode yet.
Usage:

  • BSC mainnet:
    ./akula --chain bsc --datadir ./akula_bsc
  • BSC testnet:
    ./akula --chain bsctest --datadir ./akula_bsctest

Depending on your hardware capability and network condition, the FullSync cost diffs. Here is the cost on our device to sync from genesis to a recent block(2022/09/20), the device we used is: Arm aarch64 16core 60GB 7TB, which is a bit high performance. The cost is only for reference, it may takes longer or shorter on your testbed.

  • mainnet: ~12days, ~5TB.
  • testnet: ~20hours, ~400GB.

Feature

  • #8 Introduce parlia to akula.