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

Change the logic to determine if the pool was depleted #369

Merged
merged 4 commits into from Jun 3, 2021

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    c55b4ad View commit details
    Browse the repository at this point in the history
  2. treat pool with zero pool coin supply as depleted

    also change Mul/QuoTruncate to Mul/Quo.
    
    fixes tendermint#364
    hallazzang committed May 27, 2021
    Configuration menu
    Copy the full SHA
    25dbb2d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. rollback change of Quo/MulTruncate to Quo/Mul

    this should be done in tendermint#380
    hallazzang committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c391959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096a0a0 View commit details
    Browse the repository at this point in the history