docs: update README with v4 support - #470
Merged
ErikBjare merged 1 commit intoJul 28, 2026
Merged
Conversation
…ts list - Remove "Want to help implement v4?" callout (v4 shipped in uniswap-python#418) - Add Uniswap v4 (as of v0.8.0, beta) to the Supports section with a brief feature list (swaps, quoting, liquidity, pool cache service) Co-Authored-By: Bob <bob@superuserlabs.org>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #470 +/- ##
=======================================
Coverage 73.97% 73.97%
=======================================
Files 12 12
Lines 2309 2309
=======================================
Hits 1708 1708
Misses 601 601 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Greptile SummaryUpdates the README to reflect the beta Uniswap v4 support shipping in v0.8.0.
Confidence Score: 5/5The documentation-only change appears safe to merge. The README now accurately reflects the implemented v4 functionality and removes an obsolete contribution callout without changing runtime behavior. Important Files Changed
Reviews (1): Last reviewed commit: "docs: update README with v4 support — re..." | Re-trigger Greptile |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
The README previously only mentioned v4 in the changelog, while the main content still linked to the old tracking issue asking for contributions. Now that v4 is merged, the README should reflect that.
Part of the pre-release checklist for v0.8.0.