Skip to content

Commit 12c5371

Browse files
committed
Add CHANGELOG.md
1 parent 0e4fad6 commit 12c5371

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.0] - 2018-03-15
10+
### Added
11+
- Block structure and hashing
12+
- Genesis block
13+
- Storing and validate Blockchain
14+
- Proof of Work with difficulty (missing consensus on the difficulty)
15+
- Communicating with other nodes & controlling the node (based on ReactPHP)
16+

0 commit comments

Comments
 (0)