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

Other casting (v7) #359

Merged
merged 6 commits into from
Aug 18, 2023
Merged

Other casting (v7) #359

merged 6 commits into from
Aug 18, 2023

Conversation

MathisGD
Copy link
Contributor

No description provided.

@MathisGD MathisGD force-pushed the feat/other-casting branch 3 times, most recently from e20f125 to 57e7619 Compare August 18, 2023 14:16
Comment on lines +433 to +434
market[id].totalBorrowAssets += interest.toUint128();
market[id].totalSupplyAssets += interest.toUint128();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm wondering if the optimizer is able to skip the check on the second one

@MathisGD MathisGD self-assigned this Aug 18, 2023
@MathisGD MathisGD merged commit 42ed7c1 into feat/minimalist-packing-7 Aug 18, 2023
4 checks passed
@MathisGD MathisGD deleted the feat/other-casting branch August 18, 2023 14:33
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.

1 participant