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] | | <[email protected]>
| Allison Irvin | [airvin][airvin] | | <[email protected]>
| Antony Targett | [AntTargett][AntTargett] | | <[email protected]>
| Sandeep Nishad | [sanvenDev][sanvenDev] | | <[email protected]>
| Sandeep Nishad | [sandeepnRES][sandeepnRES] | | <[email protected]>
VRamakrishna marked this conversation as resolved.
Show resolved Hide resolved
| 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
Loading