-
Notifications
You must be signed in to change notification settings - Fork 0
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
Uniswap protocol update #22
base: develop
Are you sure you want to change the base?
Conversation
0230695
to
5f3599d
Compare
Add sweep method support Add proper support for native ETH amount sending
5f3599d
to
86ed146
Compare
4b92795
to
e382deb
Compare
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.
Could be useful to list all the requirements of the plugin in PLUGIN_SPECIFICATION.md
requirements --> constraints/verifications done in the plugin
@@ -100,7 +100,6 @@ static uint8_t prepare_reading_next_input(context_t *context) { | |||
PRINTF("Preparing to read V3_SWAP_EXACT_OUT\n"); | |||
context->next_param = INPUT_V3_SWAP_EXACT_OUT_LENGTH; | |||
break; | |||
case PERMIT2_TRANSFER_FROM: |
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.
so it seems that we can remove the enum in this file and all the things related in test (uniswap_crafter.py)
No description provided.