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/2056/head
Ethan Buchman
6 years ago
parent
082557b7d4
commit
5768b67162
2 changed files
with
13 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
CHANGELOG.md
+2
-2
version/version.go
+ 11
- 1
CHANGELOG.md
View File
@ -1,6 +1,16 @@
# Changelog
## TBA
## 0.22.6
*July 24th, 2018*
BUG FIXES
- [rpc] Fix
`/blockchain`
endpoint
- (#2049) Fix OOM attack by returning error on negative input
- Fix result length to have max 20 (instead of 21) block metas
- [rpc] Validate height is non-negative in
`/abci_query`
- [Gopkg] Fix versions in the toml
## 0.22.5
+ 2
- 2
version/version.go
View File
@ -4,13 +4,13 @@ package version
const
(
Maj
=
"0"
Min
=
"22"
Fix
=
"
5
"
Fix
=
"
6
"
)
var
(
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version
=
"0.22.
5
"
Version
=
"0.22.
6
"
// GitCommit is the current HEAD set using ldflags.
GitCommit
string
Write
Preview
Loading…
Cancel
Save