Skip to content

Commit

Permalink
chore(cactus_validator_socketio_indy): remove old python connector
Browse files Browse the repository at this point in the history
- Remove old python connector cactus_validator_socketio_indy. It's been
    replaced with socketio-based cactus-plugin-ledger-connector-aries.
Depends on hyperledger-cacti#2947

Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
  • Loading branch information
outSH committed Jan 29, 2024
1 parent afef5ae commit 46443d0
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 888 deletions.
3 changes: 1 addition & 2 deletions examples/cactus-example-discounted-asset-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"build": "npm run build-ts && npm run build:dev:backend:postbuild",
"build-ts": "tsc",
"build:dev:backend:postbuild": "cp -f ../../yarn.lock ./dist/",
"build_pip_indy_package": "cd ../../packages-python/cactus_validator_socketio_indy && python3 setup.py bdist_wheel",
"start": "npm run build_pip_indy_package && docker-compose build && docker-compose up",
"start": "docker-compose build && docker-compose up",
"start-dockerless": "node ./dist/www.js"
},
"dependencies": {
Expand Down
2 changes: 0 additions & 2 deletions packages-python/cactus_validator_socketio_indy/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions packages-python/cactus_validator_socketio_indy/Dockerfile

This file was deleted.

39 changes: 0 additions & 39 deletions packages-python/cactus_validator_socketio_indy/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

104 changes: 0 additions & 104 deletions packages-python/cactus_validator_socketio_indy/post_install_script.py

This file was deleted.

93 changes: 0 additions & 93 deletions packages-python/cactus_validator_socketio_indy/setup.py

This file was deleted.

7 changes: 0 additions & 7 deletions packages-python/cactus_validator_socketio_indy/setup_indy.sh

This file was deleted.

20 changes: 0 additions & 20 deletions packages-python/cactus_validator_socketio_indy/supervisord.conf

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 46443d0

Please sign in to comment.