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

Web3signer: support json response signature #11055

Merged
merged 5 commits into from
Jul 14, 2022

Conversation

james-prysm
Copy link
Contributor

What type of PR is this?

Uncomment one line below and remove others.
Bug fix

What does this PR do? Why is it needed?

currently, web3signer by default returns text/plain on responses for signatures, but web3signer natively supports both application json and plain text responses, the application json is just a json object with field signature as a string.

Which issues(s) does this PR fix?

Fixes #11051

@james-prysm james-prysm added Bug Something isn't working Web3Signer Web3Signer related tasks UX cosmetic / user experience related labels Jul 14, 2022
@james-prysm james-prysm self-assigned this Jul 14, 2022
@james-prysm james-prysm requested a review from a team as a code owner July 14, 2022 19:36
@james-prysm james-prysm merged commit e2442bb into develop Jul 14, 2022
@delete-merged-branch delete-merged-branch bot deleted the web3signer-response-json branch July 14, 2022 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working UX cosmetic / user experience related Web3Signer Web3Signer related tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support application/json content type for web3signer sign request
2 participants