This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
changelog and version
pull/1681/head
Ethan Buchman
7 years ago
parent
fedd07c522
commit
876c8f14e7
2 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
CHANGELOG.md
+1
-1
version/version.go
+ 6
- 1
CHANGELOG.md
View File
@ -2,7 +2,7 @@
## 0.19.8
*
TBD
*
*
June 4th, 2018
*
BREAKING:
@ -10,6 +10,11 @@ BREAKING:
encrypted. Technically a breaking change but seems no one was using it and
arguably a bug fix :)
BUG FIXES
- [mempool] Fix deadlock under high load when
`skip_timeout_commit=true`
and
`create_empty_blocks=false`
## 0.19.7
*May 31st, 2018*
+ 1
- 1
version/version.go
View File
@ -10,7 +10,7 @@ const (
var
(
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version
=
"0.19.8
-dev
"
Version
=
"0.19.8"
// GitCommit is the current HEAD set using ldflags.
GitCommit
string
Write
Preview
Loading…
Cancel
Save