Skip to content

Releases: mrnaveira/rust-blockchain

Peer System

13 Nov 19:37
5412a69
Compare
Choose a tag to compare
Peer System Pre-release
Pre-release

What's Changed

  • Add GitHub actions for build, lint and test by @mrnaveira in #1
  • Create integration tests and calculate code coverage by @mrnaveira in #2
  • Create peer system to sync new blocks by @mrnaveira in #3

Full Changelog: v0.2.0...v0.3.0

PoW mining with fixed difficulty

26 Jul 10:39
Compare
Choose a tag to compare
Pre-release
v0.2.0

Fix typo in README

Basic data structure and Rest API

29 Apr 19:25
Compare
Choose a tag to compare
Pre-release
v0.1.0

updated README with motivation, features and usage instructions