Releases: mrnaveira/rust-blockchain
Releases · mrnaveira/rust-blockchain
Peer System
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
v0.2.0 Fix typo in README
Basic data structure and Rest API
v0.1.0 updated README with motivation, features and usage instructions