Skip to content

Commit 68ea8c0

Browse files
updating the shasum of the transit and bootstrap commands (#1524)
1 parent 36da601 commit 68ea8c0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/protocol/node-ops/access-nodes/access-node-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tar -xvf boot-tools.tar
7979

8080
```shell CheckSHA256
8181
sha256sum ./boot-tools/bootstrap
82-
460cfcfeb52b40d8b8b0c4641bc4e423bcc90f82068e95f4267803ed32c26d60 ./boot-tools/bootstrap
82+
0c2ad1bdf27aaa449a2b54975324ecef7c78fa39512cf8c2448165fedf106eb4 ./boot-tools/bootstrap
8383
```
8484

8585
> If you have downloaded the bootstrapping kit previously, ensure the SHA256 hash for it still matches. If not, re-download to ensure you are using the most up-to-date version.

docs/protocol/node-ops/node-operation/network-upgrade.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/pro
4444

4545
1. Run the transit script to fetch the new genesis info:
4646

47+
Download the latest transit script - see instructions [here](./node-bootstrap.md#download-the-bootstrapping-kit)
48+
4749
```
4850
./boot-tools/transit pull -b ./bootstrap -t ${PULL_TOKEN} -r ${YOUR_NODE_TYPE} --concurrency 10 --timeout 50m
4951
```
@@ -60,8 +62,8 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/pro
6062
- For access nodes however, if you have execution data index enabled use the role `execution` to ensure the execution state files (`root.checkpoint*`) are also downloaded. If you do not have execution data indexing enabled, specify the role as `access`.
6163

6264
```shell Example
63-
$ ./boot-tools/transit pull -b ./bootstrap -t mainnet-16 -r consensus
64-
Transit script Commit: a9f6522855e119ad832a97f8b7bce555a163e490
65+
$ ./boot-tools/transit pull -b ./bootstrap -t mainnet-27 -r consensus
66+
Transit script Commit: 98a6ac408fdd86dba0011e698d40ebd71f4276fa
6567
2020/11/25 01:02:53 Running pull
6668
2020/11/25 01:02:53 Downloading bootstrap/public-root-information/node-infos.pub.json
6769
2020/11/25 01:02:54 Downloading bootstrap/public-root-information/root-protocol-snapshot.json

docs/protocol/node-ops/node-operation/node-bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ chmod +x ./boot-tools/transit
4949

5050
```shell CheckSHA256
5151
sha256sum ./boot-tools/bootstrapcmd
52-
2fe0b0dbc79f63dfbb2479b518a34304960c54ebc4d63bd0f818926b8258ec49 ./boot-tools/bootstrap
52+
0c2ad1bdf27aaa449a2b54975324ecef7c78fa39512cf8c2448165fedf106eb4 ./boot-tools/bootstrap
5353

5454
sha256sum ./boot-tools/transit
55-
54b5c0ff4216d98a5d9fcdd241c6b9a31a35bf41c51849e8e9d0407e00772a3c ./boot-tools/transit
55+
dbf34e44baf622092bafdba73ab5f633e1d5db90a3a8fad780aec0eef7857722 ./boot-tools/transit
5656
```
5757

5858
### Generate Your Node Keys

0 commit comments

Comments
 (0)