-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(quote): add smartSlippage property to quote #64
Conversation
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
Can we call it smartSlipage or autoSlippage instead of quote? |
@@ -0,0 +1,78 @@ | |||
{ | |||
"$id": "https://cowswap.exchange/schemas/app-data/v1.2.0.json", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use ens domain here? (Not now, maybe in the future)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! It still uses the domain from the before times. As you say, not a must as this point, but we should.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically all good
We sure can, will update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hate a choosed that name (smart slippage), no its sticky :P
Probably in the app data, would be a better name "suggested slippage" or sth, but I don't think strong enough to change it now
Summary
v1.1.0
withsmartQuote
smartSlippage
boolean propertyv1.2.0
using the new quote versionTesting
Unit tests