From 5f0c7454ebab5ce286b4b089a95816e49a91cc77 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:49:57 -0700 Subject: [PATCH 1/2] Updating testnet configs for epoch 3.4 and align to match stacks-core sample confs --- docs/operate/run-a-signer/signer-quickstart.md | 16 ++++++++++++++-- docs/reference/README (1).md | 14 +++++++++++--- ...ng-up-a-primary-post-nakamoto-testnet-node.md | 14 +++++++++++--- .../node-operations/signer-configuration.md | 14 +++++++++++--- 4 files changed, 47 insertions(+), 11 deletions(-) diff --git a/docs/operate/run-a-signer/signer-quickstart.md b/docs/operate/run-a-signer/signer-quickstart.md index 0a1f466def..31dcaa1c5a 100644 --- a/docs/operate/run-a-signer/signer-quickstart.md +++ b/docs/operate/run-a-signer/signer-quickstart.md @@ -342,11 +342,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 + +[[burnchain.epochs]] +epoch_name = "3.2" +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 EOF ``` {% endtab %} diff --git a/docs/reference/README (1).md b/docs/reference/README (1).md index aca7354376..2c801e9714 100644 --- a/docs/reference/README (1).md +++ b/docs/reference/README (1).md @@ -222,14 +222,22 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 ``` {% endcode %} diff --git a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md index e39538ff52..6bc2208f38 100644 --- a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md +++ b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md @@ -107,15 +107,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 EOF docker run -d \\ diff --git a/docs/reference/node-operations/signer-configuration.md b/docs/reference/node-operations/signer-configuration.md index ed5e7439a5..346c2ad651 100644 --- a/docs/reference/node-operations/signer-configuration.md +++ b/docs/reference/node-operations/signer-configuration.md @@ -155,15 +155,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 ``` #### Mainnet Signer From e0e4d82571cf5a6ba2de68a9f77fb1a12d71a0ee Mon Sep 17 00:00:00 2001 From: Brice <232827048+brice-stacks@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:31:33 -0400 Subject: [PATCH 2/2] Update testate epoch 3.4 height Co-authored-by: Brice <232827048+brice-stacks@users.noreply.github.com> --- docs/operate/run-a-signer/signer-quickstart.md | 2 +- docs/reference/README (1).md | 2 +- .../setting-up-a-primary-post-nakamoto-testnet-node.md | 2 +- docs/reference/node-operations/signer-configuration.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/operate/run-a-signer/signer-quickstart.md b/docs/operate/run-a-signer/signer-quickstart.md index 31dcaa1c5a..a1aba80d26 100644 --- a/docs/operate/run-a-signer/signer-quickstart.md +++ b/docs/operate/run-a-signer/signer-quickstart.md @@ -358,7 +358,7 @@ start_height = 109280 [[burnchain.epochs]] epoch_name = "3.4" -start_height = 159345 +start_height = 159350 EOF ``` {% endtab %} diff --git a/docs/reference/README (1).md b/docs/reference/README (1).md index 2c801e9714..512e7a203c 100644 --- a/docs/reference/README (1).md +++ b/docs/reference/README (1).md @@ -238,6 +238,6 @@ start_height = 109280 [[burnchain.epochs]] epoch_name = "3.4" -start_height = 159345 +start_height = 159350 ``` {% endcode %} diff --git a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md index 6bc2208f38..36d1e0fc2a 100644 --- a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md +++ b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md @@ -123,7 +123,7 @@ start_height = 109280 [[burnchain.epochs]] epoch_name = "3.4" -start_height = 159345 +start_height = 159350 EOF docker run -d \\ diff --git a/docs/reference/node-operations/signer-configuration.md b/docs/reference/node-operations/signer-configuration.md index 346c2ad651..6d3fe065ea 100644 --- a/docs/reference/node-operations/signer-configuration.md +++ b/docs/reference/node-operations/signer-configuration.md @@ -171,7 +171,7 @@ start_height = 109280 [[burnchain.epochs]] epoch_name = "3.4" -start_height = 159345 +start_height = 159350 ``` #### Mainnet Signer