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

Integrate indy-utils into anoncreds #40

Merged

Conversation

berendsliedrecht
Copy link
Contributor

@berendsliedrecht berendsliedrecht commented Jan 3, 2023

closes #33

  • Removes unused packages from the indy-utils package and merged the used packages within anoncreds to the utils directory.
  • Removed the cargo workspace as we only have one project.
  • removed data_types/anoncreds/... directory as the only data types we will have are anoncreds.

Work funded by the Government of Ontario.

Signed-off-by: blu3beri blu3beri@proton.me

@berendsliedrecht berendsliedrecht marked this pull request as draft January 3, 2023 14:06
@berendsliedrecht berendsliedrecht changed the title Removed txn_signatures file Integrate indy-utils into anoncreds Jan 3, 2023
@berendsliedrecht berendsliedrecht marked this pull request as ready for review January 12, 2023 12:44
Copy link
Member

@TimoGlastra TimoGlastra left a comment

Choose a reason for hiding this comment

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

LGTM. Maybe @whalelephant can also take a look?

/// TODO: this should not default to Ok(())
pub trait Validatable {
fn validate(&self) -> Result<(), ValidationError> {
Ok(())
Copy link
Member

Choose a reason for hiding this comment

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

Should we open an issue to not forget?

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 probably. This was done in indy-credx for items that might get future validation (not 100% sure though). So we might be able to just remove the validation on objects that do not need validation.

@berendsliedrecht berendsliedrecht force-pushed the remove-indy-utils branch 4 times, most recently from 2fe3003 to 325c059 Compare January 20, 2023 13:14
Signed-off-by: blu3beri <blu3beri@proton.me>
@berendsliedrecht berendsliedrecht merged commit 47958ee into hyperledger:main Jan 20, 2023
@berendsliedrecht berendsliedrecht deleted the remove-indy-utils branch January 20, 2023 13:31
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.

Remove / integrate indy-utils
2 participants