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

WIP: Alessio/safe coins #3678

Closed
wants to merge 24 commits into from
Closed

WIP: Alessio/safe coins #3678

wants to merge 24 commits into from

Conversation

alessio
Copy link
Contributor

@alessio alessio commented Feb 18, 2019

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@rigelrozanski rigelrozanski changed the base branch from develop to rigel/consistent-operators February 19, 2019 20:47
@jackzampolin jackzampolin changed the base branch from rigel/consistent-operators to develop February 20, 2019 16:46
// IsAllLT returns True iff for every denom in coins, the denom is present at
// a smaller amount in coinsB.
// IsAllLT returns true if all denoms in coins
// are less than their counterparts in coinsB.
func (coins Coins) IsAllLT(coinsB Coins) bool {
Copy link
Contributor

Choose a reason for hiding this comment

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

why not just use IsAllGT?

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 agree, IsAllLT can actually be removed - it's unused.

@cwgoes
Copy link
Contributor

cwgoes commented Mar 24, 2019

Bump @alessio - has this since been supplanted, or not?

@alessio
Copy link
Contributor Author

alessio commented Mar 25, 2019

Not quite yet, not entirely. Chunks have been ported though already.

@ebuchman ebuchman closed this Apr 26, 2019
@rigelrozanski rigelrozanski deleted the alessio/safe-coins branch May 29, 2019 20:56
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.

5 participants