Skip to content

Releases: husnuljahneer/FullyBlockchain

Fullychain

23 May 15:13
Compare
Choose a tag to compare

WHAT'S IN HERE?

  • A blockchain collects information together in groups, also known as blocks, that hold sets of information.
  • This code contains simple blockchain code. Backend integrated with API and Network.

Breaking Changes

  • Increased Difficulty and Nonce
  • Added Blockchain Backend

New Features

  • Proof of Work
  • Redis
  • Real Time Messaging
  • PubSub
  • Broadcast chain

Bug Fixes

  • Had an Issue where chains were not synching
  • Avoided Redundant Interactions

Improvements

  • Increased Difficulties
  • Increased Speed
  • Incresed transaction Speed
  • Prevented 51% Attack

Other Changes

  • Dynamic Difficulty
  • Binary Hashes