From ba1c238bdbd6762d5599d3fae1b99893a56d6ff7 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Wed, 14 Aug 2024 09:56:11 -0400 Subject: [PATCH 1/6] feat: mocha node v0.15.0 --- .vitepress/constants/mocha_versions.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.vitepress/constants/mocha_versions.js b/.vitepress/constants/mocha_versions.js index f977c53e6b1..342ee3c5217 100644 --- a/.vitepress/constants/mocha_versions.js +++ b/.vitepress/constants/mocha_versions.js @@ -1,9 +1,9 @@ const mochaVersions = Object.freeze({ - "app-latest-tag": "v1.11.0", - "app-latest-sha": "21b5bc747c8500e4888474df7d828e66c33f332d", - "core-latest-tag": "v1.36.1-tm-v0.34.29", - "core-latest-sha": "624c43d4484a785ec855f5fb93ea571c1e728fda", - "node-latest-tag": "v0.14.1", - "node-latest-sha": "6549873516889aebcb787c4e9f2ae3b3258c386a", + "app-latest-tag": "v1.13.0", + "app-latest-sha": "d40b04b5d38399daf1c7108c1ecc0de4603d4852", + "core-latest-tag": "v1.38.0-tm-v0.34.29", + "core-latest-sha": "637b18e666f995cda84ace6d7000a199b42e208b", + "node-latest-tag": "v0.15.0", + "node-latest-sha": "b745c60deff7d339c773d77e6b350a4a338ac682", }); export default mochaVersions; From 9d6ef5a1c5fd66c427e064242d9f8666d4a3d9eb Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Mon, 19 Aug 2024 16:27:26 -0400 Subject: [PATCH 2/6] docs: mocha upgrade height --- nodes/consensus-node.md | 2 +- nodes/hardfork-process.md | 2 +- nodes/validator-node.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/consensus-node.md b/nodes/consensus-node.md index 4c41a133c0c..b50a550f285 100644 --- a/nodes/consensus-node.md +++ b/nodes/consensus-node.md @@ -307,7 +307,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Mocha] -celestia-appd start --v2-upgrade-height +celestia-appd start --v2-upgrade-height 2534734 ``` ```sh-vue [Arabica] diff --git a/nodes/hardfork-process.md b/nodes/hardfork-process.md index 172158098b5..7a80c1691ae 100644 --- a/nodes/hardfork-process.md +++ b/nodes/hardfork-process.md @@ -46,5 +46,5 @@ The Lemongrass hardfork is the first consensus layer breaking change since Celes Network | Chain ID | Datetime | `--v2-upgrade-height` -------------|------------|------------------------------------------|---------------------- Arabica | arabica-11 | 2024/08/19 @ 14:00 UTC | 1751707 -Mocha | mocha-4 | TBD approximately 2024/08/28 @ 14:00 UTC | TBD +Mocha | mocha-4 | 2024/08/28 @ 14:00 UTC | 2534734 Mainnet Beta | celestia | TBD approximately 2024/09/18 @ 14:00 UTC | TBD diff --git a/nodes/validator-node.md b/nodes/validator-node.md index 514f332a2b1..1e648417f59 100644 --- a/nodes/validator-node.md +++ b/nodes/validator-node.md @@ -157,7 +157,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Mocha] -celestia-appd start --v2-upgrade-height +celestia-appd start --v2-upgrade-height 2534734 ``` ```sh-vue [Arabica] From 5414c51fd3a499e6c04fa7bb0a7a0233e94cfe96 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 20 Aug 2024 13:55:56 -0400 Subject: [PATCH 3/6] Update nodes/consensus-node.md --- nodes/consensus-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/consensus-node.md b/nodes/consensus-node.md index b50a550f285..a0db8f188e5 100644 --- a/nodes/consensus-node.md +++ b/nodes/consensus-node.md @@ -307,7 +307,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Mocha] -celestia-appd start --v2-upgrade-height 2534734 +celestia-appd start --v2-upgrade-height 2534757 ``` ```sh-vue [Arabica] From fa6d739ceb8ae633e1620fdeb66e25f2c58f9849 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 20 Aug 2024 13:56:00 -0400 Subject: [PATCH 4/6] Update nodes/hardfork-process.md --- nodes/hardfork-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hardfork-process.md b/nodes/hardfork-process.md index 7a80c1691ae..7fbf09fc83d 100644 --- a/nodes/hardfork-process.md +++ b/nodes/hardfork-process.md @@ -46,5 +46,5 @@ The Lemongrass hardfork is the first consensus layer breaking change since Celes Network | Chain ID | Datetime | `--v2-upgrade-height` -------------|------------|------------------------------------------|---------------------- Arabica | arabica-11 | 2024/08/19 @ 14:00 UTC | 1751707 -Mocha | mocha-4 | 2024/08/28 @ 14:00 UTC | 2534734 +Mocha | mocha-4 | 2024/08/28 @ 14:00 UTC | 2534757 Mainnet Beta | celestia | TBD approximately 2024/09/18 @ 14:00 UTC | TBD From 09ab7203c9cb6cee71e5437907518b7406ba324c Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 20 Aug 2024 13:56:04 -0400 Subject: [PATCH 5/6] Update nodes/validator-node.md --- nodes/validator-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/validator-node.md b/nodes/validator-node.md index 1e648417f59..77488d4afdc 100644 --- a/nodes/validator-node.md +++ b/nodes/validator-node.md @@ -157,7 +157,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Mocha] -celestia-appd start --v2-upgrade-height 2534734 +celestia-appd start --v2-upgrade-height 2534757 ``` ```sh-vue [Arabica] From e53241f9b598a7f2e6a15a8fa8f0f3850038a0af Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Tue, 20 Aug 2024 14:25:27 -0400 Subject: [PATCH 6/6] fix: mocha upgrade height --- nodes/consensus-node.md | 2 +- nodes/hardfork-process.md | 2 +- nodes/validator-node.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/consensus-node.md b/nodes/consensus-node.md index a0db8f188e5..fe9d5170c3a 100644 --- a/nodes/consensus-node.md +++ b/nodes/consensus-node.md @@ -307,7 +307,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Mocha] -celestia-appd start --v2-upgrade-height 2534757 +celestia-appd start --v2-upgrade-height 2585031 ``` ```sh-vue [Arabica] diff --git a/nodes/hardfork-process.md b/nodes/hardfork-process.md index 7fbf09fc83d..856f9c720b1 100644 --- a/nodes/hardfork-process.md +++ b/nodes/hardfork-process.md @@ -46,5 +46,5 @@ The Lemongrass hardfork is the first consensus layer breaking change since Celes Network | Chain ID | Datetime | `--v2-upgrade-height` -------------|------------|------------------------------------------|---------------------- Arabica | arabica-11 | 2024/08/19 @ 14:00 UTC | 1751707 -Mocha | mocha-4 | 2024/08/28 @ 14:00 UTC | 2534757 +Mocha | mocha-4 | 2024/08/28 @ 14:00 UTC | 2585031 Mainnet Beta | celestia | TBD approximately 2024/09/18 @ 14:00 UTC | TBD diff --git a/nodes/validator-node.md b/nodes/validator-node.md index 77488d4afdc..9512f7c9fd7 100644 --- a/nodes/validator-node.md +++ b/nodes/validator-node.md @@ -157,7 +157,7 @@ celestia-appd start --v2-upgrade-height ``` ```sh-vue [Mocha] -celestia-appd start --v2-upgrade-height 2534757 +celestia-appd start --v2-upgrade-height 2585031 ``` ```sh-vue [Arabica]