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.3.0 based sdk 0.43.0 #439

Merged
merged 6 commits into from
Aug 30, 2021
Merged

Release liquidity v1.3.0 based sdk 0.43.0 #439

merged 6 commits into from
Aug 30, 2021

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    88e7d24 View commit details
    Browse the repository at this point in the history
  2. Fix typo on spec

    dongsam committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    de3bf3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #429 from b-harvest/dongsam/add-audit-report

    Add Security Audit Report on doc
    dongsam committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    33a5ca6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. fix: validation swap msg and offerCoinFee ceiling (#436)

    * 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
    dongsam committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    150acef View commit details
    Browse the repository at this point in the history
  2. Porting cosmos-sdk from v0.42.6 to v0.43.0 (#433)

    * 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
    dongsam committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    a42fed5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Fix PoolBatch index, beginHeight issues and genesis logic (#438)

    * 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>
    jaybxyz and dongsam committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    02644bb View commit details
    Browse the repository at this point in the history