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

Fix 529: Make all AMM transaction IssuedCurrencyAmount fields CurrencyAmounts #534

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nkramer44
Copy link
Collaborator

Fixes #529 by retyping all IssuedCurrencyAmounts in AMM related transactions to CurrencyAmounts.

This does not constitute a breaking change, because these transactions were marked @Beta.

Copy link

codecov bot commented May 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.65%. Comparing base (eabbafe) to head (f8809bb).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #534   +/-   ##
=========================================
  Coverage     91.65%   91.65%           
  Complexity     1774     1774           
=========================================
  Files           365      365           
  Lines          4948     4948           
  Branches        408      408           
=========================================
  Hits           4535     4535           
  Misses          280      280           
  Partials        133      133           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@sappenin sappenin left a comment

Choose a reason for hiding this comment

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

LGTM!

@exp0nge
Copy link

exp0nge commented May 24, 2024

Any idea when this PR will be fixed & a release cut?

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.

AmmBid expects BidMax to be of type IssuedCurrencyAmount but it can be a string
3 participants