From b00cc6680eab7345a54b714aba3b08b64a4f2661 Mon Sep 17 00:00:00 2001 From: evanorti Date: Wed, 31 Jan 2024 11:54:31 -0500 Subject: [PATCH 1/4] Update build-terra-core.mdx --- docs/full-node/run-a-full-terra-node/build-terra-core.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/full-node/run-a-full-terra-node/build-terra-core.mdx b/docs/full-node/run-a-full-terra-node/build-terra-core.mdx index 0eb9568f8..be1d990c1 100644 --- a/docs/full-node/run-a-full-terra-node/build-terra-core.mdx +++ b/docs/full-node/run-a-full-terra-node/build-terra-core.mdx @@ -24,7 +24,8 @@ If you are syncing a node from genesis, you will need to use the appropriate cor | | | 4711800 - 5994365 | v2.3.1 | | | | 5994365 - 7316000 | v2.4.0 | | | | 7316000 - 7722000 | v2.5.2 | -| | | 7722000 - `present` | v2.6.1 | +| | | 7722000 - 8782000 | v2.6.1 | +| | | 8782000 - `present` | v2.9.1 | From 14c4bd84821a2d1c3801d873886b3a2b08dcc8b6 Mon Sep 17 00:00:00 2001 From: evanorti Date: Wed, 31 Jan 2024 11:54:34 -0500 Subject: [PATCH 2/4] Update sync.mdx --- docs/full-node/run-a-full-terra-node/sync.mdx | 31 ++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/docs/full-node/run-a-full-terra-node/sync.mdx b/docs/full-node/run-a-full-terra-node/sync.mdx index 90a534241..e3d2f6698 100644 --- a/docs/full-node/run-a-full-terra-node/sync.mdx +++ b/docs/full-node/run-a-full-terra-node/sync.mdx @@ -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` onward, use version `v2.6.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.1` 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: @@ -384,9 +384,7 @@ terrad start Syncing will halt at block `7316000`, at which point you will need to change the version of terrad and then resume the syncing process. - - -15. To sync your Phoenix mainnet node from block `7722000` to the most recent block, you will need to navigate to the `core` directory and change your terrad version to `v2.6.1`. +13. To sync your Phoenix mainnet node from block `7722000` until block block `8782000`, you will need to navigate to the `core` directory and change your terrad version to `v2.6.1`. ```sh Terminal git checkout v2.6.1 @@ -401,6 +399,31 @@ terrad version The result of this command should be `v2.6.1`. +14. Now, you can resume the syncing process: + +```sh Terminal +terrad start +``` + +Syncing will halt at block `8782000`, at which point you will need to change the version of terrad and then resume the syncing process. + + + +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`. + +```sh Terminal +git checkout v2.9.1 +make install +``` + +Again, make sure that you have switched to the correct version of terrad by running the following command: + +```sh Terminal +terrad version +``` + +The result of this command should be `v2.9.1`. + 16. Now, you can resume and finalize the syncing process: From 51cddf847dee018402ff36477532f35a13a8829a Mon Sep 17 00:00:00 2001 From: evanorti Date: Wed, 31 Jan 2024 11:54:37 -0500 Subject: [PATCH 3/4] Update spec.mdx --- docs/spec.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/spec.mdx b/docs/spec.mdx index 7562f6002..d95798296 100644 --- a/docs/spec.mdx +++ b/docs/spec.mdx @@ -2,9 +2,14 @@ import Admonition from '@theme/Admonition'; # Terra Core upgrade notes -## Current version - v2.6.1 +## Current version - v2.9.1 -On November 10th, 2023, a core upgrade proposal[ was passed](https://station.money/proposal/phoenix-1/4792) through governance. On November 15th, 2023, the Terra Core was upgraded to [v2.6.1](https://github.com/terra-money/core/releases/tag/v2.6.1) at blockheight 7722000. +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. + + +## Core v2.6.1 + +On November 10th, 2023, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4792) through governance. On November 15th, 2023, the Terra Core was upgraded to [v2.6.1](https://github.com/terra-money/core/releases/tag/v2.6.1) at blockheight 7722000. ## Core v2.5.2 From 3880129be857c37e4af10d1161cbf96f7d4591c1 Mon Sep 17 00:00:00 2001 From: evanorti Date: Wed, 31 Jan 2024 11:54:39 -0500 Subject: [PATCH 4/4] Update upgrade.mdx --- docs/upgrade.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/upgrade.mdx b/docs/upgrade.mdx index ebe1a338e..d65bdf4d3 100644 --- a/docs/upgrade.mdx +++ b/docs/upgrade.mdx @@ -3,7 +3,12 @@ hide_table_of_contents: true --- # Terra Core upgrade guides -## Current version - v2.6.1 +## Current version - v2.9.1 + +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. + + +## Core v2.6.1 On November 10th, 2023, a core upgrade proposal[ was passed](https://station.money/proposal/phoenix-1/4792) through governance. On November 15th, 2023, the Terra Core was upgraded to [v2.6.1](https://github.com/terra-money/core/releases/tag/v2.6.1) at blockheight 7722000.