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

Transfer proof #121

Merged
merged 20 commits into from
Sep 1, 2021
Merged

Transfer proof #121

merged 20 commits into from
Sep 1, 2021

Conversation

mrsmkl
Copy link
Contributor

@mrsmkl mrsmkl commented Aug 5, 2021

Description

Implement the condition and agreement for access with transfer proof.

Currently the condition is pretty generic, so just access to some data perhaps should be connected to DID hash or something?

Is this PR related with an open issue?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Follows the code style of this project.
  • Tests Cover Changes
  • Documentation

Funny gif

Put a link of a funny gif inside the parenthesis-->

@mrsmkl
Copy link
Contributor Author

mrsmkl commented Aug 12, 2021

Here's the POC for handling challenges https://github.com/nevermined-io/data-transfer-poc

Copy link
Member

@aaitor aaitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -16,16 +16,19 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.x'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about changing the node version here. Previous experiences bumping to node >=12.x created some issues.
Is node >=14.x a requirement?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, looks like snarkjs and circom depend on it...

circuits/build.sh Outdated Show resolved Hide resolved
contracts/conditions/AccessProofCondition.sol Show resolved Hide resolved
contracts/conditions/AccessProofCondition.sol Outdated Show resolved Hide resolved
@mrsmkl mrsmkl marked this pull request as ready for review September 1, 2021 13:35
@mrsmkl mrsmkl requested review from a team as code owners September 1, 2021 13:35
package.json Outdated Show resolved Hide resolved
@aaitor
Copy link
Member

aaitor commented Sep 1, 2021

:shipit:

@mrsmkl mrsmkl merged commit 8d8e03f into master Sep 1, 2021
@mrsmkl mrsmkl deleted the feat/transfer-proof branch September 1, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants