Skip to content

Commit

Permalink
Updating Ethsigner version in github actions
Browse files Browse the repository at this point in the history
Also updated Sandeep's email in the MAINTAINERS.md file.

Signed-off-by: VRamakrishna <[email protected]>
  • Loading branch information
VRamakrishna committed Sep 4, 2024
1 parent ad2c2e7 commit 2f24d80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_asset-exchange-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] | | <[email protected]>
| Allison Irvin | [airvin][airvin] | | <[email protected]>
| Antony Targett | [AntTargett][AntTargett] | | <[email protected]>
| Sandeep Nishad | [sandeepnRES][sandeepnRES] | | <sannish1@in.ibm.com>
| Sandeep Nishad | [sandeepnRES][sandeepnRES] | | <sandeep.nishad1@ibm.com>
| Krishnasuri Narayanam | [knarayan][knarayan] | | <[email protected]>
| Dhinakaran Vinayagamurthy | [dhinakaran2705][dhinakaran2705] | | <[email protected]>
| Yining Hu | [Yining-Hu][Yining-Hu] | | <[email protected]>
Expand Down

0 comments on commit 2f24d80

Please sign in to comment.