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 8f1365a
Show file tree
Hide file tree
Showing 77 changed files with 77 additions and 5,991 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/test-network-gateway.yaml

This file was deleted.

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

- name: Set up SoftHSM
env:
TMPDIR: ${{ runner.temp }}
run: |
echo directories.tokendir = /tmp > $HOME/softhsm2.conf
export SOFTHSM2_CONF=$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
working-directory: ci/scripts
env:
CHAINCODE_LANGUAGE: ${{ matrix.chaincode-language }}
run: ../ci/scripts/run-test-network-hsm.sh
run: ./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 8f1365a

Please sign in to comment.