From 2f24d80dbf432718802115cdc056dacef66578ea Mon Sep 17 00:00:00 2001 From: VRamakrishna Date: Wed, 4 Sep 2024 08:49:09 +0000 Subject: [PATCH] Updating Ethsigner version in github actions Also updated Sandeep's email in the MAINTAINERS.md file. Signed-off-by: VRamakrishna --- .github/workflows/test_asset-exchange-besu.yml | 12 ++++++------ MAINTAINERS.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_asset-exchange-besu.yml b/.github/workflows/test_asset-exchange-besu.yml index bb9c1a247..240245142 100644 --- a/.github/workflows/test_asset-exchange-besu.yml +++ b/.github/workflows/test_asset-exchange-besu.yml @@ -64,9 +64,9 @@ jobs: wget https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0/besu-22.7.0.zip unzip besu-22.7.0.zip export PATH="${PWD}/besu-22.7.0/bin:$PATH" - wget https://artifacts.consensys.net/public/ethsigner/raw/names/ethsigner.zip/versions/22.1.3/ethsigner-22.1.3.zip - unzip ethsigner-22.1.3.zip - export PATH="${PWD}/ethsigner-22.1.3/bin:$PATH" + wget https://artifacts.consensys.net/public/ethsigner/raw/names/ethsigner.zip/versions/23.6.0/ethsigner-23.6.0.zip + unzip ethsigner-23.6.0.zip + export PATH="${PWD}/ethsigner-23.6.0/bin:$PATH" make start sleep 100 working-directory: tests/network-setups/besu @@ -255,9 +255,9 @@ jobs: wget https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0/besu-22.7.0.zip unzip besu-22.7.0.zip export PATH="${PWD}/besu-22.7.0/bin:$PATH" - wget https://artifacts.consensys.net/public/ethsigner/raw/names/ethsigner.zip/versions/22.1.3/ethsigner-22.1.3.zip - unzip ethsigner-22.1.3.zip - export PATH="${PWD}/ethsigner-22.1.3/bin:$PATH" + wget https://artifacts.consensys.net/public/ethsigner/raw/names/ethsigner.zip/versions/23.6.0/ethsigner-23.6.0.zip + unzip ethsigner-23.6.0.zip + export PATH="${PWD}/ethsigner-23.6.0/bin:$PATH" make start sleep 100 working-directory: tests/network-setups/besu diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 6677c6e52..cbf70f4be 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -14,7 +14,7 @@ Changes to this list can be done by submitting a PR which is approved by a simpl | Dileban Karunamoorthy | [dileban][dileban] | | | Allison Irvin | [airvin][airvin] | | | Antony Targett | [AntTargett][AntTargett] | | -| Sandeep Nishad | [sandeepnRES][sandeepnRES] | | +| Sandeep Nishad | [sandeepnRES][sandeepnRES] | | | Krishnasuri Narayanam | [knarayan][knarayan] | | | Dhinakaran Vinayagamurthy | [dhinakaran2705][dhinakaran2705] | | | Yining Hu | [Yining-Hu][Yining-Hu] | |