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

Changelog #457

Merged
merged 4 commits into from
Mar 18, 2021
Merged
Changes from all commits
Commits
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
122 changes: 122 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,125 @@
## 0.4.5
This release is a hotfix for two high-severity issues.

[Upgrade Instructions](https://github.com/terra-project/mainnet/wiki/Columbus-4-Softfork-Instructions)

```
$ git fetch --all --tags
$ git checkout v0.4.5
$ make install
```

### Upgrade Time

#### Mainnet
**Target Height**: 2,380,000

```
Tue Mar 30 2021 09:00:00 GMT+0000 (UTC)
Tue Mar 30 2021 01:00:00 GMT-0800 (PST)
Tue Mar 30 2021 18:00:00 GMT+0900 (KST)
```

#### Testnet
**Target Height**: 3,150,000

```
Tue Mar 25 2021 09:00:00 GMT+0000 (UTC)
Tue Mar 25 2021 01:00:00 GMT-0800 (PST)
Tue Mar 25 2021 18:00:00 GMT+0900 (KST)
```

### Improvements
* [\#463](https://github.com/terra-project/core/pull/463) Lower oracle feeder cost.
* [\#462](https://github.com/terra-project/core/pull/462) Softfork to cap the max tx limit with ConsensusParam update.

## 0.4.4

### Bug Fixes
* [\#461](https://github.com/terra-project/core/pull/461) Update Dockerfile script to use proper libgo_cosmwasm_musla.a file

## 0.4.3

### Improvements
* [\#460](https://github.com/terra-project/core/pull/460) Add `tx-gas-hard-limit` flag to filter out tx with abnormally huge gas

### Bug Fixes
* [\#456](https://github.com/terra-project/core/pull/456) `RewardWeightUpdateProposal` CLI parse error
* [\#454](https://github.com/terra-project/core/pull/454) `MsgSwapSend` rest interface parse error

## 0.4.2

### Release Note

This release is a hotfix for two high-severity issues in the currently live Terra [email protected].
* [\#440](https://github.com/terra-project/core/pull/440) go-cosmwasm iterator memory leak
* [\#445](https://github.com/terra-project/core/pull/445) treasury division by zero protection


### How to Upgrade
You can stop, update and restart terrad anytime before the upgrade time.

[Upgrade Instructions](https://github.com/terra-project/mainnet/wiki/Columbus-4-Hotfix-Instructions)

```
$ git fetch --all --tags
$ git checkout v0.4.2
$ make install
```

### Upgrade Time
**Target Height**: 1,915,199

```
Tue Feb 23 2021 02:27:50 GMT+0000 (UTC)
Tue Feb 23 2021 11:27:50 GMT+0900 (KST)
Mon Feb 22 2021 18:27:50 GMT-0800 (PST)
```

## 0.4.1

### Release Notes
**This upgrade contains softfork**
Please understand the details and apply it before the target height.

[Upgrade Details](https://agora.terra.money/t/terra-core-v0-4-1-soft-fork-upgrade-recommendation/262)
[Upgrade Instructions](https://github.com/terra-project/mainnet/wiki/Columbus-4-Softfork-Instructions)

### How to Upgrade
It is softfork, so you can update terrad anytime before the upgrade time.
```
$ git fetch --all --tags
$ git checkout v0.4.1
$ make install
```

### Upgrade Time

* **Target Height for `columbus-4`**: 1200000
* **Target Height for `tequila-0004`**: 1350000

```
// MAINNET
// Fri Jan 01 2021 18:00:00 GMT+0900 (KST)
// Fri Jan 01 2021 09:00:00 GMT+0000 (UTC)
// Fri Jan 01 2021 01:00:00 GMT-0800 (PST)
//
// TEQUILA
// Fri Nov 27 2020 12:00:00 GMT+0900 (KST)
// Fri Nov 27 2020 03:00:00 GMT+0000 (UTC)
// Thu Nov 26 2020 19:00:00 GMT-0800 (PST)
```

### Improvements
* [\#426](https://github.com/terra-project/core/pull/426) CosmWasm Cache Implementation (100x faster than before)
* [\#413](https://github.com/terra-project/core/pull/413) CosmWasm Logging Whitelist

### Bug Fixes
* [\#427](https://github.com/terra-project/core/pull/427) CosmWasm Staking Query

### Param Changes
* [\#433](https://github.com/terra-project/core/pull/433) Increase ExecuteMsgSize limit to 4096 from 1024

## 0.4.0

### Release Notes
Expand Down