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

Improve uni v3 auto router implementation #558

Closed
2 tasks
LukSteib opened this issue Dec 6, 2022 · 0 comments · Fixed by #561
Closed
2 tasks

Improve uni v3 auto router implementation #558

LukSteib opened this issue Dec 6, 2022 · 0 comments · Fixed by #561
Assignees

Comments

@LukSteib
Copy link
Contributor

LukSteib commented Dec 6, 2022

Goal

Fix the known auto router related problems

Context

During the implementation of the auto router (see #531) we faced the following problems that have been ignored for now:

  • We're regenerating pools in a different moment than when we fetch price (see here)
  • We cannot assume that tokens used for the route are always available via the maker chainlog (see here)

This issue is meant to fix these two problems and improve the current implementation

Tasks

  • Fix pool regeneration problem
  • Fix unknown token problem
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 a pull request may close this issue.

2 participants