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

Use Price instead of String to represent prices. #554

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

overcat
Copy link
Member

@overcat overcat commented Oct 29, 2023

Fix #292

@overcat overcat requested a review from sreuland October 29, 2023 03:25
Change the type of `CreatePassiveSellOfferOperation.price`, `ManageBuyOfferOperation.price`, and `ManageBuyOfferOperation.price` from `String` to `Price`, this fixes the issue of incorrect operations parsed in certain specific scenarios.
@overcat overcat changed the title Use Price instead of String to represent prices. Use Price instead of String to represent prices. Oct 29, 2023
@overcat overcat requested a review from tamirms October 31, 2023 16:30
@overcat overcat merged commit badda6d into lightsail-network:master Nov 1, 2023
6 checks passed
@overcat overcat deleted the price branch November 1, 2023 23:44
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.

Some envelopes with buy/sell offers decoded incorrectly
2 participants