Releases: akondas/php-blockchain
Releases · akondas/php-blockchain
1.0.0
What's Changed
- Upgrade to PHP 8
- Add php-cs-fixer
- Add phpstan by @akondas in #1
- Configure GitHub Actions by @akondas in #3
New Contributors
Full Changelog: 0.1.0...1.0.0
0.1.0
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)