- Notifications
You must be signed in to change notification settings - Fork386
Uniswap v4 support#340
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
ErikBjare wants to merge61 commits intomasterChoose a base branch fromdev/v4
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes fromall commits
Commits
Show all changes
61 commits Select commitHold shift + click to select a range
b952063
v4 support pre-alpha
liquid-838e1d02
v4 support pre-alpha
liquid-8f64bdee
v4 support pre-alpha
liquid-8e59ec71
v4 support pre-alpha
liquid-88115417
v4 support pre-alpha
liquid-8054c25c
Merge pull request #339 from liquid-8/dev
liquid-824c3671
futhermore
liquid-8c91c767
Pool manager ABI added;
liquid-87f7cbe9
Merge pull request #349 from liquid-8/dev
liquid-82f9e012
UniswapV4 alpha
liquid-8dbe104f
Merge pull request #365 from liquid-8/dev
liquid-82109070
Update __init__.py
liquid-83087004
Merge branch 'master' into dev/v4
ErikBjare442771d
fix p.1
liquid-85a3e35b
and more
liquid-8af83aa3
Merge pull request #366 from liquid-8/dev
liquid-8a908abd
and more
liquid-8f06e3d1
Merge pull request #367 from liquid-8/dev
liquid-8fd3f932
and more
liquid-88188da6
Merge pull request #368 from liquid-8/dev
liquid-87309f15
and more
liquid-8cd1b348
Merge pull request #369 from liquid-8/dev
liquid-8c5fd61c
fix p.2
liquid-88fc43e7
Merge pull request #370 from liquid-8/dev
liquid-8de55f29
fix p2.1
liquid-8b4c8e88
Merge pull request #371 from liquid-8/dev
liquid-8b055385
fix p2.2
liquid-8a59620b
Merge pull request #372 from liquid-8/dev
liquid-856e7e6a
fix p2.3
liquid-818312f9
Merge pull request #373 from liquid-8/dev
liquid-8bfde21c
fix pt2.4
liquid-8e88e253
Merge pull request #374 from liquid-8/dev
liquid-800acbe4
fix p2.5
liquid-80d2cb41
Merge pull request #375 from liquid-8/dev
liquid-8ac9545c
Merge pull request #388 from uniswap-python/master
liquid-82bc594c
price fetching refactored; custom gas pricing; misc
liquid-8c1f237a
Merge pull request #389 from liquid-8/dev
liquid-814130d1
typing fixes
liquid-80ebdb89
Merge pull request #390 from liquid-8/dev
liquid-888e9275
typing fix 2
liquid-856be7db
Merge pull request #391 from liquid-8/dev
liquid-8ab23b04
typing fixes
liquid-83deff6f
Merge pull request #392 from liquid-8/dev
liquid-81a81999
123
liquid-8f277370
Merge pull request #393 from liquid-8/dev
liquid-89444386
ABIs update
liquid-8b7bb565
Merge pull request #394 from liquid-8/dev
liquid-87383ee0
final fixes and clean-ups
liquid-8f28ec7e
Merge pull request #396 from liquid-8/dev
liquid-8890dab5
1
liquid-8740644b
Merge pull request #397 from liquid-8/dev
liquid-8a252678
2
liquid-8b3a53c5
Merge pull request #398 from liquid-8/dev
liquid-870a627b
more stupidity fix
liquid-83dbb914
Merge pull request #399 from liquid-8/dev
liquid-8371454b
1
liquid-8f7297f9
Merge pull request #400 from liquid-8/dev
liquid-8f442f4b
Update uniswap/constants.py
liquid-8812b5d6
Update uniswap4.py: get_token() removed
liquid-830a4efe
Update uniswap4.py: removed wallet-related functions
liquid-81fee875
Update uniswap4.py: removed to_checksum_address in get_pool_id()
liquid-8File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
3 changes: 3 additions & 0 deletions.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -81,3 +81,6 @@ ENV/ | ||
# mkdocs documentation | ||
/site | ||
/.vs/slnx.sqlite | ||
/.vs/ProjectSettings.json | ||
/.vs |
3 changes: 2 additions & 1 deletionuniswap/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
from . import exceptions | ||
from .cli import main | ||
from .uniswap import Uniswap, _str_to_addr | ||
from .uniswap4 import Uniswap4Core | ||
__all__ = ["Uniswap", "Uniswap4Core", "exceptions", "_str_to_addr", "main"] |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.