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

release liquidity v1.4.1 #459

Merged
merged 8 commits into from
Oct 25, 2021
Merged

release liquidity v1.4.1 #459

merged 8 commits into from
Oct 25, 2021

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    9d729d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #450 from b-harvest/kogisin/448-add-markdown-link-…

    …checker
    
    feat: add markdown links checker workflow
    dongsam authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    d893be7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    2f6a621 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #453 from b-harvest/kogisin/451-bump-sdk-v0.44.1

    feat: bump Cosmos SDK from v0.44.0 to v0.44.1
    dongsam authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9e955b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    10945c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #455 from b-harvest/454-bump-sdk-v0.44.2

    feat: bump cosmos-sdk to v0.44.2
    dongsam authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e118e21 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. fix: Pool Coin Decimal Truncation During Deposit (#446)

    * fix: wip poc for reproduce and fix poolcoin truncation
    
    * fix: simplify calculation logic and add more tests
    
    WIP
    
    * fix: use equality check in MintingPoolCoinsInvariant
    
    * test: fix expected value
    
    due to the change in deposit logic, expected value in test
    also changed
    
    * test: add test for MintingPoolCoinsInvariant
    
    * fix: update deposit truncation logic and simulation ordering
    
    * docs: update changelog and readme
    
    * fix: revert MulTruncate to Mul on Deposit
    
    Co-authored-by: Hanjun Kim <hallazzang@gmail.com>
    dongsam and hallazzang authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    616985f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Fix: add overflow checking and test codes for cover edge cases (#458)

    * test: add testcase for cover small withdrawal case
    
    * test: add test case for CreatePool
    
    * fix: refactor and optimize depleted pool validation
    
    * feat: add overflow checking logic
    
    * chore: add testcase and remove comments
    
    * test: add test code for big deposit
    
    * fix: apply PR suggestions
    
    * fix: add overflow checking logic and test cases
    
    Co-authored-by: Hanjun Kim <hallazzang@gmail.com>
    Co-authored-by: typark391 <86215716+typark391@users.noreply.github.com>
    3 people authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e0def69 View commit details
    Browse the repository at this point in the history