Skip to content

Releases: akondas/php-blockchain

1.1.0

22 May 07:18
e3cbf3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

22 May 06:39
982d6d1
Compare
Choose a tag to compare

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

14 Mar 23:31
12c5371
Compare
Choose a tag to compare

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)