Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzbilgic committed Dec 15, 2018
1 parent e496b7b commit 4eec5b2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v0.2

## Protocol

- Adjust difficulty using bits
- Use websocket for broadcasting solved blocks
- Remove `/connect` and `/relay` endpoints

## Implementation

- Store blockchain in `.block/` folder
- Add `Cli`, `Difficulty`, `Emitter`, `Miner`, `Node`, `Storage`, `Web` modules
- Use proper shard folder structure

# v0.1

Initial zincir implementation in Crystal
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zincir
version: 0.1.0
version: 0.2
crystal: 0.27.0

authors:
Expand Down
2 changes: 1 addition & 1 deletion src/zincir.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require "./zincir/*"
require "./zincir/storage/*"

module Zincir
VERSION = "0.1.0"
VERSION = "0.2"
end

0 comments on commit 4eec5b2

Please sign in to comment.