Skip to content

Commit

Permalink
Remove legacy sample applications
Browse files Browse the repository at this point in the history
The removed samples make use of deprecated legacy client SDKs. They all
have equivalent samples implemented using the currently supported Fabric
Gateway client API, and are therefore redundant.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday committed Jun 7, 2024
1 parent 179bc96 commit 508c611
Show file tree
Hide file tree
Showing 79 changed files with 80 additions and 5,992 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/test-network-gateway.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/test-network-hsm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ jobs:
run: sudo apt install -y softhsm2

- name: Set up SoftHSM
env:
TMPDIR: ${{ runner.temp }}
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
run: |
echo directories.tokendir = /tmp > $HOME/softhsm2.conf
export SOFTHSM2_CONF=$HOME/softhsm2.conf
echo "directories.tokendir = ${TMPDIR}" > "${SOFTHSM2_CONF}"
softhsm2-util --init-token --slot 0 --label "ForFabric" --pin 98765432 --so-pin 1234
- name: Run Test Network HSM
working-directory: test-network
env:
CHAINCODE_LANGUAGE: ${{ matrix.chaincode-language }}
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
run: ../ci/scripts/run-test-network-hsm.sh
4 changes: 0 additions & 4 deletions asset-transfer-basic/application-go/.gitignore

This file was deleted.

169 changes: 0 additions & 169 deletions asset-transfer-basic/application-go/assetTransfer.go

This file was deleted.

49 changes: 0 additions & 49 deletions asset-transfer-basic/application-go/go.mod

This file was deleted.

Loading

0 comments on commit 508c611

Please sign in to comment.