Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 533 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 533 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2018-03-15

Added

  • Block structure and hashing
  • Genesis block
  • Storing and validate Blockchain
  • Proof of Work with difficulty (missing consensus on the difficulty)
  • Communicating with other nodes & controlling the node (based on ReactPHP)