Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master back to develop for 0.23.0 release #1830

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8989af2
Update version
cwgoes Jul 19, 2018
0185e38
Fix inflation calculation period check
hendrikhofstadt Jul 18, 2018
30b8d99
update changelog
hendrikhofstadt Jul 18, 2018
d04c6cf
Changelog to 0.23
cwgoes Jul 19, 2018
6a742c8
client: On any tx that broadcasts a tx, check that acct exists
ValarDragon Jul 18, 2018
7bb775a
Switch 0.22 references to 0.23
cwgoes Jul 19, 2018
202ea55
Change signed blocks window to 1000
cwgoes Jul 19, 2018
5f89ff6
added lcd endpoint to query all votes on a proposal
sunnya97 Jul 19, 2018
9cc384c
added cli support
sunnya97 Jul 19, 2018
029da74
Gopkg.lock from new dep
cwgoes Jul 19, 2018
bac91f7
Update to tendermint v0.22.6 (#1798)
ValarDragon Jul 25, 2018
2bbd721
update changelog
ebuchman Jul 25, 2018
90f55a6
Signed block window is 5000/10000
Jul 25, 2018
a86fcdc
Fix slashing test to reflect SlashFractionDowntime param
jaekwon Jul 25, 2018
8538a7b
Merge PR #1801: Fixed governance bug with iterate delegations
sunnya97 Jul 24, 2018
fadec4d
Merge PR #1805: Downtime slashing off-by-one-block fix
cwgoes Jul 25, 2018
3dcec8a
Move more junk from PENDING to CHANGELOG for below merges
jaekwon Jul 26, 2018
46abe9f
Merge PR #1724: R4R: Add Stake Genesis Intra-Tx Counter
rigelrozanski Jul 18, 2018
a393f80
fixed proposaltype string bug (#1829)
jaekwon Jul 26, 2018
f05d761
Merge pull request #1769 from cosmos/release/v0.23.0
jaekwon Jul 26, 2018
a627526
Bucky/docs (#1832)
ebuchman Jul 26, 2018
02d52e4
Hotfix/0.23.1: Tendermint 0.22.7 (#1844)
cwgoes Jul 26, 2018
55562fb
Bump tendermint to 0.22.8.
jaekwon Jul 27, 2018
23e3d5a
Release 0.23.1
jaekwon Jul 27, 2018
d27c5ee
Tweak changelog, using tendermint 0.22.8 not 0.22.7
jaekwon Jul 27, 2018
e6dc01e
Bucky/docs (#1843)
ebuchman Aug 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.23.1

*July 27th, 2018*

BUG FIXES
* [tendermint] Update to v0.22.8
- [consensus, blockchain] Register the Evidence interface so it can be
marshalled/unmarshalled by the blockchain and consensus reactors

## 0.23.0

*July 25th, 2018*

BREAKING CHANGES
* [x/stake] Fixed the period check for the inflation calculation

IMPROVEMENTS
* [cli] Improve error messages for all txs when the account doesn't exist
* [tendermint] Update to v0.22.6
- Updates the crypto imports/API (#1966)
* [x/stake] Add revoked to human-readable validator

BUG FIXES
* [tendermint] Update to v0.22.6
- Fixes some security vulnerabilities reported in the [Bug Bounty](https://hackerone.com/tendermint)
* \#1797 Fix off-by-one error in slashing for downtime
* \#1787 Fixed bug where Tally fails due to revoked/unbonding validator
* \#1666 Add intra-tx counter to the genesis validators

## 0.22.0

*July 16th, 2018*
Expand Down
Loading