Skip to content

Commit

Permalink
Merge pull request irisnet#10 from programokey/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
programokey authored Jul 31, 2018
2 parents abc7b26 + 195a56f commit 1c5b957
Show file tree
Hide file tree
Showing 31 changed files with 639 additions and 702 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
vendor
.idea
.idea
build/
*.out
iris*
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 0.3.0

*July 30th, 2018*

BREAKING CHANGES:

- [tendermint] Upgrade to Tendermint v0.22.2
- Default ports changed from 466xx to 266xx
- ED25519 addresses are the first 20-bytes of the SHA256 of the raw 32-byte pubkey (Instead of RIPEMD160)
- [cosmos-sdk] Upgrade to cosmos-sdk v0.22.0
- [monitor] Move `iriscli monitor` subcommand to `iris monitor`

FEATURES:

- [lcd] /tx/send is now the only endpoint for posing transaction to irishub; aminofied all transaction messages
- [monitor] Improve the metrics for iris-monitor

BUG FIXES

- [cli] solve the issue of iriscli stake sign-info

##

## 0.2.0

*July 19th, 2018*
Expand Down
Loading

0 comments on commit 1c5b957

Please sign in to comment.