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 feature/gov to develop #269

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c0d9522
update Gopkg.lock
wukongcheng Aug 28, 2018
cbd7817
IRISHUB-248: update the sdk deps to v0.23.0-iris2
wukongcheng Aug 31, 2018
2009e59
IRISHUB-248: remove the upgrade related functions
wukongcheng Aug 31, 2018
b8c1372
IRISHUB-248: remove the upgrade examples
wukongcheng Aug 31, 2018
17ad0f1
Merge pull request #188 from wukongcheng/silei/hotfix0.4.1
wukongcheng Aug 31, 2018
c6698aa
Merge branch 'hotfix/0.4.1' of https://github.com/irisnet/irishub int…
programokey Sep 3, 2018
2663852
IRISHUB-272: fix the bug that the monitor didn't correctly close open…
programokey Sep 3, 2018
3cef74c
Merge pull request #192 from programokey/hotfix/0.4.1
wukongcheng Sep 3, 2018
f786215
Merge pull request #195 from irisnet/hotfix/0.4.1
wukongcheng Sep 3, 2018
7133ad6
update cosmos-sdk deps to v0.23.0-iris3
wukongcheng Sep 5, 2018
464173f
Merge pull request #196 from wukongcheng/silei/hotfix0.4.1
wukongcheng Sep 5, 2018
3a8c5ef
Merge pull request #197 from irisnet/hotfix/0.4.1
wukongcheng Sep 5, 2018
e64b870
Release version v0.4.0
wukongcheng Sep 6, 2018
613df27
Merge pull request #198 from irisnet/release
wukongcheng Sep 6, 2018
5b3e952
IRISHUB-312: update gov votingPeriod params
wukongcheng Sep 6, 2018
ee725f9
Merge pull request #199 from irisnet/release
wukongcheng Sep 6, 2018
f6166e3
IRISHUB-396: update sdk deps version and release 0.4.1
wukongcheng Sep 13, 2018
559c8b5
Merge pull request #209 from irisnet/release
wukongcheng Sep 13, 2018
9a5c833
IRISHUB-420 hotfix docs
zhangyelong Sep 17, 2018
e929912
IRISHUB-420 hotfix docs
zhangyelong Sep 17, 2018
53d12f3
Merge pull request #231 from irisnet/hotfix/0.4.1
wukongcheng Sep 17, 2018
7606d4f
IRISHUB-423:Edit README
kidinamoto01 Sep 17, 2018
9a4f622
IRISHUB-423:Edit README
kidinamoto01 Sep 17, 2018
fd67a12
IRISHUB-423:Edit README
kidinamoto01 Sep 17, 2018
082a45e
IRISHUB-423:Edit README
kidinamoto01 Sep 17, 2018
945eb18
Merge pull request #232 from kidinamoto01/hotfix/0.4.1
zhangyelong Sep 17, 2018
6f3f063
Merge pull request #233 from irisnet/hotfix/0.4.1
zhangyelong Sep 17, 2018
f540779
IRISHUB-423:Edit README
kidinamoto01 Sep 17, 2018
a74448d
IRISHUB-423:Edit README
kidinamoto01 Sep 17, 2018
4cd9899
IRISHUB-423:Edit README
kidinamoto01 Sep 17, 2018
bc29f77
Merge pull request #235 from kidinamoto01/hotfix/0.4.1
zhangyelong Sep 17, 2018
3880b1a
Merge pull request #236 from irisnet/hotfix/0.4.1
zhangyelong Sep 17, 2018
85c4853
Typo fix
zhangyelong Sep 17, 2018
00f0316
Merge pull request #237 from irisnet/zhangyelong-patch-1
zhangyelong Sep 17, 2018
b475168
Merge pull request #238 from irisnet/hotfix/0.4.1
zhangyelong Sep 17, 2018
1dc1c10
IRISTNET-126:add iris-atto
kidinamoto01 Sep 18, 2018
7af6637
IRISHUB-406: fix misspellings
wukongcheng Sep 18, 2018
d1cb15d
IRISTNET-126:add iris-atto
kidinamoto01 Sep 18, 2018
f030247
Merge pull request #245 from kidinamoto01/hotfix/0.4.1
zhangyelong Sep 18, 2018
3d8947b
Merge pull request #247 from irisnet/hotfix/0.4.1
zhangyelong Sep 18, 2018
d283dec
fix link
zhangyelong Sep 18, 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
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## 0.4.0

*August 16th, 2018*
*September 6th, 2018*

BREAKING CHANGES:

- [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
- Change the address prefix format:
- cosmosaccaddr --> faa
- cosmosaccaddr --> fap
- cosmosaccpub --> fap
- cosmosvaladdr --> fva
- cosmosvalpub --> fvp
- Adjust the Route & rootMultiStore Commit for software upgrade
Expand All @@ -19,12 +19,19 @@ BREAKING CHANGES:
FEATURES:

- [tendermint] Upgrade to Tendermint v0.22.6
- Store the pre-state to support the replay function in software upgrade
- Store the pre-state to support the replay function
- [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
- Add the paramProposal and softwareUpgradeProposal in gov module
- Improve fee token mechanism to more reasonably deduct transaction fee and achieve more ability to defent DDOS attack.
- Introduce the global parameter module
- [irishub] Add the upgrade module and example apps for the async software upgrade

BUG FIXES

- Default account balance in genesis
- Fix iris version issue
- Fix the unit conflict issue in slashing
- Check the voting power when create validator
- Fix evidence amimo register issue


## 0.3.0
Expand Down
Loading