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(js): return body as string #182

Merged
merged 6 commits into from
Apr 11, 2023
Merged

fix(js): return body as string #182

merged 6 commits into from
Apr 11, 2023

Conversation

TimoGlastra
Copy link
Member

This is to prevent the reqId (which is a large number) from overflowing and changing

We were running into this when implementing endorsement and needing to get the body of a request and send it to another agent. ACA-Py / the python wrapper als returns a string representation of the request when calling body

This is to prevent the reqId (which is a large number) from overflowing and changing

Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra changed the title fix(js): return body as string to fix(js): return body as string Apr 11, 2023
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra merged commit 32f4448 into main Apr 11, 2023
25 checks passed
@TimoGlastra TimoGlastra deleted the fix/body-as-string branch April 11, 2023 12:13
mirgee pushed a commit to mirgee/indy-vdr that referenced this pull request May 10, 2023
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
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

2 participants