Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 3.03 KB

1.0.0 (2022-04-16)

Bug Fixes

  • concat hash with nonce instead payload with nonce (94a62a2)

Features

  • add block types (8fc6479)
  • add generate method (e0293f9)
  • create blockchain class (7a60ded)
  • create blockchain private basic methods (83f3343)
  • create helper to generate hash (7abc7ca)
  • create method to send block to chain (ffba5b0)
  • create method to validate block (4faecfe)
  • implement isValidHash method (1192400)
  • implement method to create new block (582f047)
  • write mineBlock method (4f1b7a5)

1.0.0 (2022-02-13)

Bug Fixes

  • husky: fix commit message hook (3440382)
  • lockfile: fix package lock version (1e6d83e)
  • remove rimraf from script (b87980c)
  • tsconfig: add excluded paths to tsconfig (18f2d22)
  • tsconfig: exclude out dir (d738619)

Features