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

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/test-network-hsm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ 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
Expand Down
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 aab3840

Please sign in to comment.