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

Post bundle unlock #329

Merged
merged 35 commits into from
Jan 31, 2025
Merged

Post bundle unlock #329

merged 35 commits into from
Jan 31, 2025

Conversation

Philogy
Copy link
Contributor

@Philogy Philogy commented Jan 29, 2025

No description provided.

Copy link
Collaborator

@Will-Smith11 Will-Smith11 left a comment

Choose a reason for hiding this comment

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

assuming that submitting a empty bundle is the no bundle unlock call

Comment on lines 82 to 84
function convertUp(PriceAB priceAB, AmountB amountB) internal pure returns (AmountA) {
return AmountA.wrap(amountB.into().mulRayDown(priceAB.into()));
return AmountA.wrap(amountB.into().mulRayUp(priceAB.into()));
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

was this a bug that got missed?

Copy link
Collaborator

@Will-Smith11 Will-Smith11 left a comment

Choose a reason for hiding this comment

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

Can you fix the rust build. your renaming broke a lot of stuff and i think it would be unfair if we have to fix that

@Philogy Philogy requested a review from Will-Smith11 January 30, 2025 16:20
@Will-Smith11 Will-Smith11 merged commit 799eb54 into main Jan 31, 2025
4 checks passed
@Will-Smith11 Will-Smith11 deleted the feat/post-bundle-unlock branch January 31, 2025 00:14
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.

3 participants