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

chore: remove tm/math from sdk #14901

Merged
merged 4 commits into from
Feb 3, 2023
Merged

chore: remove tm/math from sdk #14901

merged 4 commits into from
Feb 3, 2023

Conversation

tac0turtle
Copy link
Member

@tac0turtle tac0turtle commented Feb 3, 2023

Description

remove a tomato from the sdk

@tac0turtle tac0turtle marked this pull request as ready for review February 3, 2023 18:15
@tac0turtle tac0turtle requested a review from a team as a code owner February 3, 2023 18:15
@tac0turtle tac0turtle changed the title chore: remove tm/math from store chore: remove tm/math from sdk Feb 3, 2023
@github-prbot github-prbot requested review from a team, JeancarloBarrios and julienrbrt and removed request for a team February 3, 2023 18:15
if endIndex-startIndex < minSortSize {
startIndex = math.MaxInt(endIndex-minSortSize, 0)
startIndex = math.Max(endIndex-minSortSize, 0)
}
Copy link
Member

Choose a reason for hiding this comment

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

I don't think it's the right API. The build is failing.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh may need a new release of math for the api.

Copy link
Member

@julienrbrt julienrbrt Feb 3, 2023

Choose a reason for hiding this comment

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

Tagged a cosmossdk.io/math v1.0.0-beta.5 👍🏾
beta.4 was from November.

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks

Copy link
Member

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

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

lgtm

@julienrbrt julienrbrt merged commit 8f5efdc into main Feb 3, 2023
@julienrbrt julienrbrt deleted the marko/store branch February 3, 2023 23:06
samricotta pushed a commit that referenced this pull request Feb 7, 2023
tsenart pushed a commit to meka-dev/cosmos-sdk that referenced this pull request Apr 12, 2023
larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants