Skip to content

Commit 1c33e26

Browse files
authored
Merge pull request #147 from irisnet/develop
Update changelog for v0.4.0
2 parents 2b73fd2 + a44e239 commit 1c33e26

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
*August 16th, 2018*
6+
7+
BREAKING CHANGES:
8+
9+
- [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
10+
- Change the address prefix format:
11+
- cosmosaccaddr --> faa
12+
- cosmosaccaddr --> fap
13+
- cosmosvaladdr --> fva
14+
- cosmosvalpub --> fvp
15+
- Adjust the Route & rootMultiStore Commit for software upgrade
16+
- Must specify gas and fee in both command line and rest api
17+
- The fee should be iris token and the token amount should be no less than 2*(10^10)*gas
18+
19+
FEATURES:
20+
21+
- [tendermint] Upgrade to Tendermint v0.22.6
22+
- Store the pre-state to support the replay function in software upgrade
23+
- [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
24+
- Add the paramProposal and softwareUpgradeProposal in gov module
25+
- Improve fee token mechanism to more reasonably deduct transaction fee and achieve more ability to defent DDOS attack.
26+
- Introduce the global parameter module
27+
- [irishub] Add the upgrade module and example apps for the async software upgrade
28+
29+
330
## 0.3.0
431

532
*July 30th, 2018*

0 commit comments

Comments
 (0)