Skip to content

Commit

Permalink
Merge pull request #75 from MinterTeam/dev
Browse files Browse the repository at this point in the history
v0.1.8
  • Loading branch information
danil-lashin authored Aug 4, 2018
2 parents af89169 + e43c58a commit a62e688
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

- [api] Add validators rewards to block api

## 0.1.8
*Aug 4th, 2018*

BUG FIXES
- [core] Critical fix

## 0.1.7
*Jule 30th, 2018*

Expand Down
2 changes: 1 addition & 1 deletion core/state/state_frozen_fund.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type FrozenFund struct {
}

type FrozenFunds struct {
BlockHeight int64
BlockHeight uint64
List []FrozenFund
}

Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ package version
const (
Maj = "0"
Min = "1"
Fix = "7"
Fix = "8"
)

var (
// Must be a string because scripts like dist.sh read this file.
Version = "0.1.7"
Version = "0.1.8"

// GitCommit is the current HEAD set using ldflags.
GitCommit string
Expand Down

0 comments on commit a62e688

Please sign in to comment.