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

fix: credential values encoding #1157

Conversation

Przytua
Copy link
Contributor

@Przytua Przytua commented Dec 13, 2022

Signed-off-by: Łukasz Przytuła lprzytula@gmail.com

String values containing round decimal numbers (for example 1.0, 6.0) were encoded as a number (into 1 and 6 respectively) instead of properly hashing the string value, which causes issues with accepting credentials containing such values, issued by aca-py.

@Przytua Przytua requested a review from a team as a code owner December 13, 2022 14:59
@TimoGlastra
Copy link
Contributor

Same here, I can't update the branch if you create the PR from an organization

Signed-off-by: Łukasz Przytuła <lprzytula@gmail.com>
@Przytua Przytua force-pushed the fix/credential-values-encoding branch from 066e308 to ca92bc9 Compare December 14, 2022 13:50
@Przytua
Copy link
Contributor Author

Przytua commented Dec 14, 2022

@TimoGlastra updated

@TimoGlastra TimoGlastra enabled auto-merge (squash) December 14, 2022 14:00
@TimoGlastra TimoGlastra merged commit 0e89e6c into openwallet-foundation:main Dec 14, 2022
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.

2 participants