Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 918 Bytes

Changelog

All notable changes to the project ChainTs by Using Blockchain Ltd will be documented in this file.

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

0.2.0 - 2021-02-15

Added

  • New command Validator added
  • Implemented simplistic blockchain storage

0.1.0 - 2021-02-12

Added

  • New command Miner added
  • Implemented Block.calculateHash using SHA-256
  • Implemented Auditor.verify using Blockchain class
  • Implemented draft-level peer-to-peer network

Changed

  • Start following SemVer properly.