We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If one just passes the QuoteRequestResponse object through to the OrderSigningUtils, the following occurs:
QuoteRequestResponse
OrderSigningUtils
invalid hex string (argument="value", value="{\"appCode\":\"Decentralized CoW\",\"environment\":\"prod\",\"metadata\":{\"orderClass\":{\"orderClass\":\"limit\"},\"quote\":{\"slippageBips\":\"50\"},\"referrer\":{\"address\":\"0xcA771eda0c70aA7d053aB1B25004559B918FE662\"}},\"version\":\"0.11.0\"}", code=INVALID_ARGUMENT, version=bytes/5.7.0)
OrderSigningUtils should be made aware and able to handle itself so it doesn't do this and hashes the correct parts.
The text was updated successfully, but these errors were encountered:
Also, https://github.com/cowprotocol/tutorial/pull/21/files#r1442750959
Sorry, something went wrong.
No branches or pull requests
Problem
If one just passes the
QuoteRequestResponse
object through to theOrderSigningUtils
, the following occurs:Solution
OrderSigningUtils
should be made aware and able to handle itself so it doesn't do this and hashes the correct parts.The text was updated successfully, but these errors were encountered: