Skip to content

Commit

Permalink
Merge pull request #475 from VRamakrishna/main
Browse files Browse the repository at this point in the history
Updating MAINTAINERS.md info and removing dead code
  • Loading branch information
VRamakrishna authored Sep 4, 2024
2 parents d62db86 + 30bc335 commit 59feaff
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 31 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

20 changes: 10 additions & 10 deletions .github/workflows/test_asset-exchange-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 @@ -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: |
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
4 changes: 2 additions & 2 deletions .github/workflows/test_asset-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ jobs:
with:
go-version: '1.20.2'

- 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: Install RUST Toolchain minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_data-sharing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,10 @@ jobs:
with:
go-version: '1.20.2'

- 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: Install RUST Toolchain minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_node-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 0 additions & 6 deletions tests/network-setups/fabric/dev/scripts/deployCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,8 @@ export NW_NAME=${NW_NAME}

if [ "$CC_SRC_LANGUAGE" = "go" -o "$CC_SRC_LANGUAGE" = "golang" ] ; then
CC_RUNTIME_LANGUAGE=golang
#CC_SRC_PATH="./chaincode/fabcar/go/"
CC_SRC_PATH="$APP_R/fabric/shared/chaincode/$CC_CHAIN_CODE"
echo "Preparing for deployment of :" $CC_SRC_PATH
#pushd ./chaincode/snamcc
#GO111MODULE=on go mod init snamcc
#GO111MODULE=on go mod vendor
#popd
#echo Finished vendoring Go dependencies
sleep 1

elif [ "$CC_SRC_LANGUAGE" = "javascript" ]; then
Expand Down

0 comments on commit 59feaff

Please sign in to comment.