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

feat: x/metoken end block functions #2167

Merged
merged 21 commits into from
Jul 27, 2023
Merged

feat: x/metoken end block functions #2167

merged 21 commits into from
Jul 27, 2023

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    14579fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9317b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. endblock funcs

    kosegor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fca60b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d988a1 View commit details
    Browse the repository at this point in the history
  3. Update x/metoken/keeper/redeem.go

    Co-authored-by: Adam Moser <63419657+toteki@users.noreply.github.com>
    kosegor and toteki authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5177377 View commit details
    Browse the repository at this point in the history
  4. adam comments

    kosegor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6b03f82 View commit details
    Browse the repository at this point in the history
  5. fix mocks

    kosegor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6841b6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b57a6ae View commit details
    Browse the repository at this point in the history
  7. robert comments

    kosegor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f1dc0d8 View commit details
    Browse the repository at this point in the history
  8. fix

    kosegor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fc039a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    380f05d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a922fe8 View commit details
    Browse the repository at this point in the history
  11. imports

    kosegor committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1825b00 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. feat: add SupplyFromModule and WithdrawFromModule to leverage (#2170)

    * add module-based supply and withdraw to leverage module
    
    * cl++
    
    * change return order
    
    * godoc++ and function order
    
    * mocks
    
    * mocks
    
    ---------
    
    Co-authored-by: Egor Kostetskiy <kosegor@gmail.com>
    toteki and kosegor authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    db96bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d317fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f617e3b View commit details
    Browse the repository at this point in the history
  4. fix after merge from main

    kosegor committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9807958 View commit details
    Browse the repository at this point in the history
  5. unit mocks

    kosegor committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    464209b View commit details
    Browse the repository at this point in the history
  6. fix

    kosegor committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ae3ef5b View commit details
    Browse the repository at this point in the history
  7. better logs

    kosegor committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a497342 View commit details
    Browse the repository at this point in the history
  8. couple more comments

    kosegor committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    57d7f1c View commit details
    Browse the repository at this point in the history