Skip to content

Commit

Permalink
Update upgrade.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Oct 18, 2023
1 parent 346b300 commit 221d0b4
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/upgrade.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---
hide_table_of_contents: true
---
# Terra Core upgrade guide
# Terra Core upgrade guides

The Terra Core will be upgraded at the blockcheight `4711800`, as specified in the [Core Upgrade Governance Proposal](https://station.terra.money/proposal/phoenix-1/4717). After passing, the chain will halt at the specified height, and validators will need to update their nodes. Once updated, the chain will start again. This process may take some time as this is a major upgrade.
## Current version - v2.5.2

The Terra Core will upgrade at blockcheight `7316000`, as specified in the [Core Upgrade Governance Proposal](https://commonwealth.im/terra/discussion/13551-phoenix-software-upgrade-proposal-v25). After passing, the chain will halt at the specified height, and validators will need to update their nodes. Once updated, the chain will start again.

## Previous Upgrades

### v2.3.1
The Terra Core will be upgraded at blockcheight `4711800`, as specified in the [Core Upgrade Governance Proposal](https://station.terra.money/proposal/phoenix-1/4717). After passing, the chain will halt at the specified height, and validators will need to update their nodes. Once updated, the chain will start again. This process may take some time as this is a major upgrade.

Refer to the [Upgrade overview](./spec.mdx) for more information on Terra Core changes.

## For developers
### For developers

There are two main action items for developers to prepare for the upgrade:

Expand All @@ -18,7 +25,7 @@ There are two main action items for developers to prepare for the upgrade:

In addition, a new rust client has been added so that users can [directly interact with Cosmos SDK modules from a smart contract](https://github.com/terra-money/terra.proto).

## Endpoint changes
### Endpoint changes

Developers will need to update the following endpoints to maintain compatibility after the upgrade.

Expand Down Expand Up @@ -91,7 +98,7 @@ Developers will need to update the following endpoints to maintain compatibility
| `/wasm/contract/{contractAddr}/history` | `/cosmwasm/wasm/v1/contract/{contractAddr}/history` |
| `/ibc/client/v1/params` | `/ibc/core/client/v1/params` |

## New endpoints
### New endpoints

| Endpoint | Description |
| --- | --- |
Expand Down

0 comments on commit 221d0b4

Please sign in to comment.