Skip to content

Commit

Permalink
update core version
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Feb 2, 2024
1 parent aeed379 commit b2547b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/full-node/run-a-full-terra-node/build-terra-core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you are syncing a node from genesis, you will need to use the appropriate cor
| | | 5994365 - 7316000 | v2.4.0 |
| | | 7316000 - 7722000 | v2.5.2 |
| | | 7722000 - 8782000 | v2.6.1 |
| | | 8782000 - `present` | v2.9.1 |
| | | 8782000 - `present` | v2.9.3 |



Expand Down
8 changes: 4 additions & 4 deletions docs/full-node/run-a-full-terra-node/sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ From here, you can [monitor the sync](#monitor-the-sync). Make sure to check on

### Phoenix mainnet

If you would like to sync your node using the Phoenix mainnet, you will need to use version `v2.0.0` of terrad up until the block height of `890000`. To sync your node from block `890000` to block `2979805`, you will need to use version `v2.1.1` of terrad. From block `2979805` until block `4711800`, use version `v2.2.0` of terrad until block `4711800`. From block `4711800` until block `5994365`, use version `v2.3.0`. From block `5994365` until block `7316000`, use version `v2.4.0`. From block `7316000` until block `7722000`, use version `v2.5.2`. From block `7722000` until block `8782000`, use version `v2.6.1`. From block `8782000` onward, use version `v2.9.1` to complete the sync.
If you would like to sync your node using the Phoenix mainnet, you will need to use version `v2.0.0` of terrad up until the block height of `890000`. To sync your node from block `890000` to block `2979805`, you will need to use version `v2.1.1` of terrad. From block `2979805` until block `4711800`, use version `v2.2.0` of terrad until block `4711800`. From block `4711800` until block `5994365`, use version `v2.3.0`. From block `5994365` until block `7316000`, use version `v2.4.0`. From block `7316000` until block `7722000`, use version `v2.5.2`. From block `7722000` until block `8782000`, use version `v2.6.1`. From block `8782000` onward, use version `v2.9.3` to complete the sync.

1. To switch to version `v2.0.0` of terrad, [change into your `core` directory](./build-terra-core.mdx#get-the-terra-core-source-code) and execute the following commands in your terminal:

Expand Down Expand Up @@ -409,10 +409,10 @@ Syncing will halt at block `8782000`, at which point you will need to change the



15. To sync your Phoenix mainnet node from block `8782000` to the most recent block, you will need to navigate to the `core` directory and change your terrad version to `v2.9.1`.
15. To sync your Phoenix mainnet node from block `8782000` to the most recent block, you will need to navigate to the `core` directory and change your terrad version to `v2.9.3`.

```sh Terminal
git checkout v2.9.1
git checkout v2.9.3
make install
```

Expand All @@ -422,7 +422,7 @@ Again, make sure that you have switched to the correct version of terrad by runn
terrad version
```

The result of this command should be `v2.9.1`.
The result of this command should be `v2.9.3`.


16. Now, you can resume and finalize the syncing process:
Expand Down
4 changes: 2 additions & 2 deletions docs/spec.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import Admonition from '@theme/Admonition';

# Terra Core upgrade notes

## Current version - v2.9.1
## Current version - v2.9.3

On January 18th, 2024, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.1](https://github.com/terra-money/core/releases/tag/v2.9.1) at blockheight 8782000.
On January 18th, 2024, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.3](https://github.com/terra-money/core/releases/tag/v2.9.3) at blockheight 8782000.


## Core v2.6.1
Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ hide_table_of_contents: true
---
# Terra Core upgrade guides

## Current version - v2.9.1
## Current version - v2.9.3

On January 18th, 2024, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.1](https://github.com/terra-money/core/releases/tag/v2.9.1) at blockheight 8782000.
On January 18th, 2024, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.3](https://github.com/terra-money/core/releases/tag/v2.9.3) at blockheight 8782000.


## Core v2.6.1
Expand Down

0 comments on commit b2547b4

Please sign in to comment.