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.2 #463

Merged
merged 13 commits into from
Nov 11, 2021
Merged

Conversation

dongsam
Copy link
Contributor

@dongsam dongsam commented Nov 11, 2021

Description

Liquidity v1.4.2 version that is compatible with Gaia vega upgrade release version.
Compared to v1.4.1, there are no state-breaking changes except that cosmos-sdk is bumped to v0.44.3.

What's Changed


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • 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.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

jaybxyz and others added 13 commits October 6, 2021 16:34
…down-link-checker

feat: add markdown links checker workflow
…-v0.44.1

feat: bump Cosmos SDK from v0.44.0 to v0.44.1
* 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 <[email protected]>
…rmint#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 <[email protected]>
Co-authored-by: typark391 <[email protected]>
# Conflicts:
#	CHANGELOG.md
#	go.mod
#	go.sum
@dongsam dongsam mentioned this pull request Nov 11, 2021
9 tasks
@dongsam dongsam self-assigned this Nov 11, 2021
@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #463 (34bef97) into master (6fad886) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #463   +/-   ##
=======================================
  Coverage   85.49%   85.49%           
=======================================
  Files          23       23           
  Lines        2634     2634           
=======================================
  Hits         2252     2252           
  Misses        221      221           
  Partials      161      161           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6fad886...34bef97. Read the comment docs.

@dongsam dongsam marked this pull request as ready for review November 11, 2021 13:42
@dongsam dongsam merged commit 44ecf40 into tendermint:master Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants