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

Custom types code standardization & tests #132

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

Psirex
Copy link
Contributor

@Psirex Psirex commented Sep 23, 2024

No description provided.

@Psirex Psirex marked this pull request as ready for review September 25, 2024 09:54
Base automatically changed from feature/pending-dg-state to develop September 27, 2024 09:44
Copy link
Contributor

@sandstone-ag sandstone-ag left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +54 to +55
assertEq(SharesValues.from(0) + SharesValues.from(1), SharesValue.wrap(1));
assertEq(SharesValues.from(0) + SharesValues.from(1), SharesValue.wrap(1));
Copy link
Contributor

Choose a reason for hiding this comment

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

These 2 lines are identical. It's not an issue, just saying.

Comment on lines +75 to +76
assertEq(PercentsD16.from(0) + PercentsD16.from(1), PercentsD16.from(1));
assertEq(PercentsD16.from(0) + PercentsD16.from(1), PercentsD16.from(1));
Copy link
Contributor

Choose a reason for hiding this comment

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

These 2 lines are also identical

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.

2 participants