Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating MAINTAINERS.md info and removing dead code #475

Merged
merged 4 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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] | | <dileban@gmail.com>
| Allison Irvin | [airvin][airvin] | | <allison.irvin2@gmail.com>
| Antony Targett | [AntTargett][AntTargett] | | <antony.targett@gmail.com>
| Sandeep Nishad | [sanvenDev][sanvenDev] | | <sannish1@in.ibm.com>
| Sandeep Nishad | [sandeepnRES][sandeepnRES] | | <sannish1@in.ibm.com>
| Krishnasuri Narayanam | [knarayan][knarayan] | | <knaraya3@in.ibm.com>
| Dhinakaran Vinayagamurthy | [dhinakaran2705][dhinakaran2705] | | <dvinaya1@in.ibm.com>
| Yining Hu | [Yining-Hu][Yining-Hu] | | <hulyric@gmail.com>
| Vinayaka Pandit | [Vinayaka-Pandit][Vinayaka-Pandit] | | <pvinayak@in.ibm.com>
| Christian Vecchiola | [Christian-Vecchiola][Christian-Vecchiola] | | <christian.vecchiola@au1.ibm.com>
| Christian Vecchiola | [hyp0th3rmi4][hyp0th3rmi4] | | <christian.vecchiola@au1.ibm.com>
| Sikhar Patranabis | [SIKHAR405][SIKHAR405] | | <sikharpatranabis@gmail.com>

[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
Loading