-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from VRamakrishna/main
Updating MAINTAINERS.md info and removing dead code
- Loading branch information
Showing
7 changed files
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/[email protected] | ||
|
||
- name: Use Node.js 16.x | ||
- name: Use Node.js 18.x | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
|
||
- name: NPM INSTALL | ||
run: npm install | ||
|
@@ -39,4 +39,3 @@ jobs: | |
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: docs/build # The folder the action should deploy. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,10 +40,10 @@ jobs: | |
java-version: '11' | ||
distribution: 'adopt' | ||
|
||
- name: Use Node.js 16.x | ||
- name: Use Node.js 20.x | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 16.x | ||
node-version: 20.x | ||
|
||
- name: Use Protoc 3.15 | ||
run: | | ||
|
@@ -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 | ||
|
@@ -219,10 +219,10 @@ jobs: | |
java-version: '11' | ||
distribution: 'adopt' | ||
|
||
- name: Use Node.js 16.x | ||
- name: Use Node.js 20.x | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 16.x | ||
node-version: 20.x | ||
|
||
- name: Use Protoc 3.15 | ||
run: | | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [14.x, 16.x] | ||
node-version: [14.x, 16.x, 18.x] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
|
||
steps: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [16.x] | ||
node-version: [18.x] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
|
||
steps: | ||
|
@@ -89,10 +89,10 @@ jobs: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/[email protected] | ||
|
||
- name: Use Node.js 16.x | ||
- name: Use Node.js 18.x | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
|
||
- name: NPM INSTALL | ||
run: npm install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,22 +14,24 @@ 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 | [sanvenDev][sanvenDev] | | <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]> | ||
| Vinayaka Pandit | [Vinayaka-Pandit][Vinayaka-Pandit] | | <[email protected]> | ||
| Christian Vecchiola | [Christian-Vecchiola][Christian-Vecchiola] | | <[email protected]> | ||
| Christian Vecchiola | [hyp0th3rmi4][hyp0th3rmi4] | | <[email protected]> | ||
| Sikhar Patranabis | [SIKHAR405][SIKHAR405] | | <[email protected]> | ||
|
||
[VRamakrishna]: https://github.com/VRamakrishna | ||
[ermyas]: https://github.com/ermyas | ||
[nwaywood]: https://github.com/nwaywood | ||
[dileban]: https://github.com/dileban | ||
[airvin]: https://github.com/airvin | ||
[AntTargett]: https://github.com/AntTargett | ||
[sanvenDev]: https://github.com/sanvenDev | ||
[sandeepnRES]: https://github.com/sandeepnRES/ | ||
[knarayan]: https://github.com/knarayan | ||
[dhinakaran2705]: https://github.com/dhinakaran2705 | ||
[Yining-Hu]: https://github.com//Yining-Hu | ||
[Vinayaka-Pandit]: https://github.com/Vinayaka-Pandit | ||
[Christian-Vecchiola]: https://github.com/hyp0th3rmi4 | ||
[hyp0th3rmi4]: https://github.com/hyp0th3rmi4 | ||
[SIKHAR405]: https://github.com/SIKHAR405 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters