From 6a108cea1b2b33e20bf25b9f6d3c231c049a51ae Mon Sep 17 00:00:00 2001 From: ps350 <88105621+ps350@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:55:14 -0800 Subject: [PATCH 1/4] Update for v1.11.1 Update validator upgrade docs to v1.11.1 for validators trying to recover/reset at v1.8.1 instructions will send them on a wild goose chase --- docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index bcc2612..24ebedf 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -72,12 +72,12 @@ cd gravity-bin # the gravity chain binary itself -wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-linux-amd64 +wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gravity-linux-amd64 mv gravity-linux-amd64 gravity # Tools for the gravity bridge from the gravity repo -wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gbt +wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gbt chmod +x * sudo mv * /usr/bin/ ``` From 84f40a42ae81c7fc634779e02c5a3d008a762432 Mon Sep 17 00:00:00 2001 From: ps350 <88105621+ps350@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:03:51 -0800 Subject: [PATCH 2/4] Bump for v1.11.1 --- docs/setting-up-a-validator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setting-up-a-validator.md b/docs/setting-up-a-validator.md index 736dbbb..8a46074 100644 --- a/docs/setting-up-a-validator.md +++ b/docs/setting-up-a-validator.md @@ -19,12 +19,12 @@ cd gravity-bin # the gravity chain binary itself -wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-linux-amd64 +wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gravity-linux-amd64 mv gravity-linux-amd64 gravity # Tools for the gravity bridge from the gravity repo -wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gbt +wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gbt chmod +x * sudo mv * /usr/bin/ @@ -32,7 +32,7 @@ sudo mv * /usr/bin/ At specific points you may be told to 'update your orchestrator' or 'update your gravity binary'. In order to do that you can simply repeat the above instructions and then restart the affected software. -to check what version of the tools you have run `gbt --version` the current latest version is `gbt 1.8.1` +to check what version of the tools you have run `gbt --version` the current latest version is `gbt 1.11.1` ## Download and install geth From dce196df175d9f4f9434caffd4d2e9faafac2d0b Mon Sep 17 00:00:00 2001 From: ps350 <88105621+ps350@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:04:19 -0800 Subject: [PATCH 3/4] Bump for v1.11.1 --- docs/upgrading-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrading-tools.md b/docs/upgrading-tools.md index 16b77ae..f8293c9 100644 --- a/docs/upgrading-tools.md +++ b/docs/upgrading-tools.md @@ -11,7 +11,7 @@ cd gravity-bin # Tools for the gravity bridge from the gravity repo -wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.7.0/gbt +wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gbt chmod +x * sudo mv * /usr/bin/ @@ -19,6 +19,6 @@ sudo mv * /usr/bin/ At specific points you may be told to 'update your orchestrator'. In order to do that you can simply repeat the above instructions and then restart the affected software. -to check what version of the tools you have run `gbt --version` the current latest version is `gbt 1.7.0` +to check what version of the tools you have run `gbt --version` the current latest version is `gbt 1.11.1` gbt will start, print a few messages about resyncing and startup, and then be silent. If you see any messages with the `warn` or `error` log level read them and follow the provided instructions quickly. As a validator you may be slashed if your orchestrator fails to provide signatures for more than 10,000 blocks. From a896464ab0490397c6741cc0470e966199d14d8d Mon Sep 17 00:00:00 2001 From: ps350 <88105621+ps350@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:04:45 -0800 Subject: [PATCH 4/4] Bump for v1.11.1 --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 24ebedf..55dd62d 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -89,7 +89,7 @@ If you are validating on any of these platforms you will need to build your own ``` git clone https://github.com/Gravity-Bridge/Gravity-Bridge cd Gravity-Bridge/module -git checkout v1.8.1 +git checkout v1.11.1 make install cp $GOPATH/bin/gravity /usr/bin/gravity ```