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 18, 2024
1 parent c077dae commit 6c8b5c7
Show file tree
Hide file tree
Showing 80 changed files with 83 additions and 5,997 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 6c8b5c7

Please sign in to comment.