Browse Source

Merge branch 'master' into release/v0.22.1

pull/1915/head
Alexander Simmerl 6 years ago
committed by GitHub
parent
commit
f93798f72d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      CHANGELOG.md
  2. +1
    -1
      docs/index.rst

+ 3
- 1
CHANGELOG.md View File

@ -31,7 +31,9 @@ BREAKING CHANGES:
* `tmlibs/merkle` -> `crypto/merkle`. Uses SHA256 instead of RIPEMD160
- [tmlibs] Update to v0.9.0 and merge into `libs`
* remove `merkle` package (moved to `crypto/merkle`)
- [rpc] `syncing` is now called `catching_up`.
- [rpc]
* All integers are encoded as strings (part of the update for Amino v0.10.1)
* `syncing` is now called `catching_up`
FEATURES
- [cmd] Added metrics (served under `/metrics` using a Prometheus client;


+ 1
- 1
docs/index.rst View File

@ -8,7 +8,7 @@ Welcome to Tendermint!
This location for our documentation has been deprecated, please see:
- https://tendermint.com/docs
- https://tendermint.com/docs/
The last version built by Read The Docs will still be available at:


Loading…
Cancel
Save