Skip to content

Commit

Permalink
Remove Indy/Vdrtools (#1298)
Browse files Browse the repository at this point in the history
* slowly removing vdrtools features

Signed-off-by: gmulhearn <[email protected]>

* remove migrator. somehow is compiling

Signed-off-by: gmulhearn <[email protected]>

* remove indy wallet and move everyone to use askar_wallet feature

Signed-off-by: gmulhearn <[email protected]>

* remove more vdrtools features

Signed-off-by: gmulhearn <[email protected]>

* remove vdrtools crate 💥

Signed-off-by: gmulhearn <[email protected]>

* remove credx

Signed-off-by: gmulhearn <[email protected]>

* fix several askar crypto issues

Signed-off-by: gmulhearn <[email protected]>

* remove some old tests

Signed-off-by: gmulhearn <[email protected]>

* rerun

Signed-off-by: gmulhearn <[email protected]>

* fmt

Signed-off-by: gmulhearn <[email protected]>

* change askar key from seed to match indy/acapy etc, tolerate unexpanded verkeys in legacy verkey resolution

Signed-off-by: gmulhearn <[email protected]>

* small test fixes

Signed-off-by: gmulhearn <[email protected]>

* fmt with nightly

Signed-off-by: gmulhearn <[email protected]>

* fix mediator and clean some todos

Signed-off-by: gmulhearn <[email protected]>

* try target specific rust ver with mediator image

Signed-off-by: gmulhearn <[email protected]>

---------

Signed-off-by: gmulhearn <[email protected]>
  • Loading branch information
gmulhearn authored Nov 26, 2024
1 parent 7fc8b79 commit a2b5ed9
Show file tree
Hide file tree
Showing 153 changed files with 338 additions and 23,610 deletions.
71 changes: 3 additions & 68 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
wallet: ["vdrtools_wallet", "askar_wallet"]
wallet: ["askar_wallet"]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
Expand All @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
backend: ["credx,vdrtools_wallet", "vdr_proxy_ledger,vdrtools_wallet"]
backend: ["anoncreds,askar_wallet", "vdr_proxy_ledger,askar_wallet"]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
Expand Down Expand Up @@ -293,46 +293,12 @@ jobs:
- name: "Run workspace unit tests"
run: just test-unit

test-wallet-migrator:
needs: workflow-setup
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
rust-toolchain-version: ${{ env.RUST_TOOLCHAIN_VERSION }}
default: true
skip-docker-setup: true
- name: "Install just"
run: sudo snap install --edge --classic just
- name: "Run wallet migration tests"
run: just test-wallet-migrator

test-compatibility-aries-vcx-wallet:
needs: workflow-setup
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
rust-toolchain-version: ${{ env.RUST_TOOLCHAIN_VERSION }}
default: true
skip-docker-setup: true
- name: "Install just"
run: sudo snap install --edge --classic just
- name: "Run aries-vcx-wallet compatibility tests"
run: just test-compatibility-aries-vcx-wallet

test-integration-aries-vcx:
needs: workflow-setup
runs-on: ubuntu-20.04
strategy:
matrix:
wallet: ["vdrtools_wallet,credx", "askar_wallet,credx"]
wallet: ["askar_wallet,anoncreds"]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
Expand All @@ -345,36 +311,6 @@ jobs:
- name: "Run aries-vcx integration tests"
run: just test-integration-aries-vcx ${{ matrix.wallet }}

test-integration-aries-vcx-anoncreds-rs:
needs: workflow-setup
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
rust-toolchain-version: ${{ env.RUST_TOOLCHAIN_VERSION }}
- name: "Install just"
run: sudo snap install --edge --classic just
- name: "Run anoncreds-rs integration tests"
run: just test-integration-aries-vcx-anoncreds-rs

test-integration-aries-vcx-mysql:
needs: workflow-setup
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
rust-toolchain-version: ${{ env.RUST_TOOLCHAIN_VERSION }}
- name: "Install just"
run: sudo snap install --edge --classic just
- name: "Run aries_vcx tests: mysql_test"
run: just test-integration-aries-vcx-mysql

test-integration-aries-vcx-vdrproxy:
needs: [workflow-setup, build-docker-vdrproxy]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -431,7 +367,6 @@ jobs:
- workflow-setup
- test-unit-workspace
- test-integration-aries-vcx
- test-integration-aries-vcx-mysql
if: ${{ needs.workflow-setup.outputs.RELEASE == 'true' || needs.workflow-setup.outputs.PRERELEASE == 'true' }}
outputs:
RELEASE_UPLOAD_URL: ${{ steps.create-release.outputs.upload_url }}
Expand Down
Loading

0 comments on commit a2b5ed9

Please sign in to comment.