Beacon Chain Java Versions Save

Java implementation of Ethereum 2.0 Beacon Chain

v0.2.0

4 years ago

Release

This release is a huge step towards fully featured beacon chain client. It introduces beacon chain node with minimal implementation of wire protocol and regular sync built on top of it.

In order to try a node use installation guide and run a small chain sample.

Changelog

Spec & tests

Optimization

Network

Implement basic network stack https://github.com/harmony-dev/beacon-chain-java/pull/133, including:

  • Peer and connection manager
  • Minimal wire protocol
  • Regular sync with online mode

Tools & CLI

  • Node, CLI to run beacon chain node
  • Benchmaker, a tool for beacon chain spec benchmarks

v0.1.0

5 years ago

This is the first release of Ethereum 2.0 Harmony client, a beacon chain simulator that runs several validators in a single runtime environment. There is a number of configurable parameters that user can play with. To get an advanced information about simulator, check out Beacon chain simulator wiki page.

Spec notes: