-
Notifications
You must be signed in to change notification settings - Fork 56
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.3.0 based sdk 0.43.0 #439
Conversation
Add Security Audit Report on doc
* fix: validation swap msg and offerCoinFee ceiling * docs: update description and swagger to 2.3.1 * fix: consume all ReservedOfferCoinFee when full matched * fix: apply suggestions of the PR * fix: revert da7d52e pointer argument * fix: reserveOfferCoinFee residual Issue * fix: update comments and revert fee logic
* Porting app.go based sdk 0.43.0 * fix: sdk v0.43.0 marshaling changes * fix: test account, mint utils * fix: replace deprecated json cli codec * feat: add migration codes for ReserveAccIndex * chore: remove useless comment * chore: refactoring test_helpers * chore: fix lint appendAssign * chore: refact duplicated function * fix: WIP update docs * docs: add changelog * fix: refactor app.go
* test: debugging diffs of two different genesis files * test: add more store keys in decoder * test: fix decoder to have msg states * fix: context block height * test: debugging proto: wrong wireType = 0 for field Msg * fix comment * test: debugging * chore: debugging pool batch decoding issue * update: deprecate PoolBatchIndexKey and fix genesis logic * fix: remove debugging codes and bug on integration test * chore: reduce simulation count for timeout * docs: update changelog * docs: update docs based sdk 0.43.x Co-authored-by: dongsam <dongsamb@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #439 +/- ##
==========================================
+ Coverage 83.36% 85.10% +1.74%
==========================================
Files 20 23 +3
Lines 2302 2618 +316
==========================================
+ Hits 1919 2228 +309
- Misses 218 226 +8
+ Partials 165 164 -1
Continue to review full report at Codecov.
|
Description
closes: #XXXX
For #432
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.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes