Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: w3c anoncreds support #1115

Merged
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# based on https://github.com/hyperledger/aries-framework-javascript-ext/blob/main/.github/actions/setup-node/action.yml
name: Setup NodeJS
description: Setup NodeJS with caching
author: 'timo@animo.id'
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*


# Jest
.jest/

# Merge artifacts
*.orig

# Jest
# Jest
.jest

# Diagnostic reports (https://nodejs.org/api/report.html)
Expand Down Expand Up @@ -76,8 +75,8 @@ typings/
# Output of 'npm pack'
*.tgz

# Development of Aries Framework Javascript in a React Native environment
aries-framework-javascript/
# Development of credo-ts in a React Native environment
credo-ts/

# Yarn Integrity file
.yarn-integrity
Expand Down
142 changes: 0 additions & 142 deletions .yarn/patches/@aries-framework-react-hooks-npm-0.4.2-84b7eb8764.patch

This file was deleted.

Loading