Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
inon-man committed Jun 23, 2023
1 parent 78cadb5 commit 43ca655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

* (build) [#101](https://github.com/classic-terra/core/pull/101) Upgrade test
* (ante) [#103 #113 #134](https://github.com/classic-terra/core/pull/103) Add burn tax split logic
* (ante) [#107 #137 #149](https://github.com/classic-terra/core/pull/107) Burn Tax Whitelist
* (ante) [#107 #137 #149](https://github.com/classic-terra/core/pull/107) Burn Tax Exemption list
* (app) [#128](https://github.com/classic-terra/core/pull/128) Panic at InitChainer for the Columbus mainnet

### Improvements
Expand Down
10 changes: 5 additions & 5 deletions app/upgrades/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ that each upgrade implements. These then get included in the application
app.go to run the upgrade.

## Upgrade History
### v1
### v1 (core v1.0.x)
__NOTE__: initial version without upgrade handler
* (soft-fork) v0.5.20 - Disable swap and IBC [#760](https://github.com/terra-money/classic-core/pull/760)
* (soft-fork) v0.5.21 - Burn Tax and allow Luna to be taxed
* (soft-fork) v0.5.22 - Limit validator power to 20% [cosmos-sdk/pull/104](https://github.com/terra-money/cosmos-sdk/pull/104)
* (soft-fork) v0.5.23 - Enable IBC
* (soft-fork) v1.0.5 - Set module version map for enabling software upgrades
### v2
### v2 (core v1.1.x)
* (treasury) Tax exemption list, burn tax split
### v3
* (treasury) Minimum initial deposit
### v4
### v3 (core v2.0.x)
* (treasury) Minimum initial deposit for governance proposals
### v4 (core v2.1.x)
* (staking) Minimum commision rate

## Upgrade types
Expand Down

0 comments on commit 43ca655

Please sign in to comment.