From c609b51c20df3d57e31edaf9bd09e8b81ad1aced Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:13:21 -0700 Subject: [PATCH 1/3] adding transit pull instructions for access node with and without execution data sync enabled and disabled --- docs/networks/node-ops/node-operation/spork.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/networks/node-ops/node-operation/spork.md b/docs/networks/node-ops/node-operation/spork.md index 4b89a9e0c7..b61762c753 100644 --- a/docs/networks/node-ops/node-operation/spork.md +++ b/docs/networks/node-ops/node-operation/spork.md @@ -42,8 +42,12 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/net 1. Run the transit script to fetch the new genesis info: `./boot-tools/transit pull -b ./bootstrap -t ${PULL_TOKEN} -r ${YOUR_NODE_TYPE} --concurrency 10 --timeout 15m` -- `PULL_TOKEN` will be provided by the Flow team - +- `PULL_TOKEN` will be provided by the Flow team. + - For `collection`, `consensus`, `verification` node type it will generally be `testnet-x` or `mainnet-x` where x is the latest number of respective network upgrade. e.g. `testnet-52`, `mainnet-26`. + - For `execution` node type it will generally be `testnet-x-execution` or `mainnet-x-execution`. + - For `access` node: + - It will `testnet-x` or `mainnet-x` if execution data indexing is not enabled. + - It will `testnet-x-execution` or `mainnet-x-execution` is execution data indexing is enabled. - `YOUR_NODE_TYPE` should be one of `collection`, `consensus`, `execution`, `verification`, `access` based on the node(s) that you are running. From 8b8592f4dbff81d278674edc0dee2e34427e61f0 Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:14:32 -0700 Subject: [PATCH 2/3] typo --- docs/networks/node-ops/node-operation/spork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networks/node-ops/node-operation/spork.md b/docs/networks/node-ops/node-operation/spork.md index b61762c753..fa620907f9 100644 --- a/docs/networks/node-ops/node-operation/spork.md +++ b/docs/networks/node-ops/node-operation/spork.md @@ -47,7 +47,7 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/net - For `execution` node type it will generally be `testnet-x-execution` or `mainnet-x-execution`. - For `access` node: - It will `testnet-x` or `mainnet-x` if execution data indexing is not enabled. - - It will `testnet-x-execution` or `mainnet-x-execution` is execution data indexing is enabled. + - It will `testnet-x-execution` or `mainnet-x-execution` if execution data indexing is enabled. - `YOUR_NODE_TYPE` should be one of `collection`, `consensus`, `execution`, `verification`, `access` based on the node(s) that you are running. From 803a19da420454697e2eb8494754627e5e53d30c Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:15:10 -0700 Subject: [PATCH 3/3] typo --- docs/networks/node-ops/node-operation/spork.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/networks/node-ops/node-operation/spork.md b/docs/networks/node-ops/node-operation/spork.md index fa620907f9..f4c43ced17 100644 --- a/docs/networks/node-ops/node-operation/spork.md +++ b/docs/networks/node-ops/node-operation/spork.md @@ -46,8 +46,8 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/net - For `collection`, `consensus`, `verification` node type it will generally be `testnet-x` or `mainnet-x` where x is the latest number of respective network upgrade. e.g. `testnet-52`, `mainnet-26`. - For `execution` node type it will generally be `testnet-x-execution` or `mainnet-x-execution`. - For `access` node: - - It will `testnet-x` or `mainnet-x` if execution data indexing is not enabled. - - It will `testnet-x-execution` or `mainnet-x-execution` if execution data indexing is enabled. + - It will generally be `testnet-x` or `mainnet-x` if execution data indexing is not enabled. + - It will generally be `testnet-x-execution` or `mainnet-x-execution` if execution data indexing is enabled. - `YOUR_NODE_TYPE` should be one of `collection`, `consensus`, `execution`, `verification`, `access` based on the node(s) that you are running.