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

support fusionx v3 on mantle #491

Merged
merged 6 commits into from
Mar 27, 2024
Merged

Conversation

NIXBNT
Copy link
Collaborator

@NIXBNT NIXBNT commented Mar 26, 2024

No description provided.

@NIXBNT NIXBNT added the enhancement New feature or request label Mar 26, 2024
elif self.exchange_name not in [PANCAKESWAP_V3_NAME, AGNI_V3_NAME]:
return UNISWAP_V3_POOL_ABI
else:
return PANCAKESWAP_V3_POOL_ABI
Copy link
Collaborator

@sklbancor sklbancor Mar 26, 2024

Choose a reason for hiding this comment

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

not specific to those changes here but this is a case where you should check for all possible conditions and have an else at the end that raises an "unknown exchange"

otherwise errors can percolate much further and may be harder to detect.

Not for now if it goes into the RC but for later

sklbancor
sklbancor previously approved these changes Mar 26, 2024
@sklbancor sklbancor changed the base branch from release-candidate to develop March 26, 2024 11:27
@sklbancor sklbancor marked this pull request as draft March 26, 2024 11:29
@sklbancor
Copy link
Collaborator

I based the branch on develop and it picked up a lot of weird stuff DO NOT MOVE OUT OF DRAFT BEFORE DEALING WITH THIS; talk to me after the RC is out

@sklbancor sklbancor changed the base branch from develop to release-candidate March 26, 2024 11:51
@barakman
Copy link
Collaborator

I based the branch on develop and it picked up a lot of weird stuff DO NOT MOVE OUT OF DRAFT BEFORE DEALING WITH THIS; talk to me after the RC is out

You might want to use that branch at the point in time when the RC branch was created, since many more changes have been pushed into it since (starting from around 22nd of March).

@sklbancor
Copy link
Collaborator

I based the branch on develop and it picked up a lot of weird stuff DO NOT MOVE OUT OF DRAFT BEFORE DEALING WITH THIS; talk to me after the RC is out

You might want to use that branch at the point in time when the RC branch was created, since many more changes have been pushed into it since (starting from around 22nd of March).

Looking at the diffs I am pretty sure this PR is good.

@zavelevsky zavelevsky marked this pull request as ready for review March 27, 2024 14:48
@zavelevsky zavelevsky requested review from mikewcasale and removed request for mikewcasale March 27, 2024 15:51
@zavelevsky zavelevsky merged commit ef006ac into release-candidate Mar 27, 2024
3 checks passed
@zavelevsky zavelevsky deleted the support_fusionxv3 branch March 27, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants