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

Skip node ack check if txn params are for mainnet #6261

Merged

Conversation

jinchung
Copy link
Member

@jinchung jinchung commented Nov 11, 2024

  • Simplifies node ack check to being before any rap action past the first one needs it (means we no longer need to check if there is more than 1 action after the first action; it also means we don't unnecessarily do this check after the last action)
  • Simplifies the node ack check to only be for non-mainnet transactions
  • Caps the number of retries for node ack to 10

@jinchung jinchung requested a review from brunobar79 November 11, 2024 23:06
Copy link
Member

@brunobar79 brunobar79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅✅✅

@jinchung jinchung merged commit 65f96ac into @bruno/remove-permit-on-mainnet Nov 12, 2024
5 of 6 checks passed
@jinchung jinchung deleted the @jin/bruno-remove-permit-on-mainnet branch November 12, 2024 14:44
jinchung added a commit that referenced this pull request Nov 12, 2024
* remove permit usage on mainnet swaps

* remove logging

* make approval + swap parallel again

* remove import

* Skip node ack check if txn params are for mainnet (#6261)

* Skip node ack check if txn params are for mainnet

* Cap retries to 10 retries for node ack

* Remove ALLOWS_PERMIT gas estimation checks

---------

Co-authored-by: Jin <jin.chung17@gmail.com>
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.

2 participants