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

[v1.7.2] Liquid vesting module #275

Merged
merged 32 commits into from
Feb 12, 2024
Merged

[v1.7.2] Liquid vesting module #275

merged 32 commits into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. scaffold liquidvesting module

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    52eeb83 View commit details
    Browse the repository at this point in the history
  2. fix linter

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3f23c33 View commit details
    Browse the repository at this point in the history
  3. fix linter

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5c9fc1a View commit details
    Browse the repository at this point in the history
  4. outline liquidvesting proto interface

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b9d3264 View commit details
    Browse the repository at this point in the history
  5. liquidate tx implementation

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c434855 View commit details
    Browse the repository at this point in the history
  6. increase test coverage for liquidvesting module

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    34ada7f View commit details
    Browse the repository at this point in the history
  7. implement liquid denom queries

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a0cda0d View commit details
    Browse the repository at this point in the history
  8. add tests for liquidate handler and some other stuff

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0a5ac54 View commit details
    Browse the repository at this point in the history
  9. refactor convert into vesting account

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c605da4 View commit details
    Browse the repository at this point in the history
  10. redeem handler first iteration

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d096c85 View commit details
    Browse the repository at this point in the history
  11. fix build

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    54f1dca View commit details
    Browse the repository at this point in the history
  12. redeem tests and bug fixes

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3bdec77 View commit details
    Browse the repository at this point in the history
  13. adds erc20 checks

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f4639f4 View commit details
    Browse the repository at this point in the history
  14. add review fixes

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4ab741a View commit details
    Browse the repository at this point in the history
  15. add review fixes pt 2

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b2c5561 View commit details
    Browse the repository at this point in the history
  16. minor review fixes

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    09b3306 View commit details
    Browse the repository at this point in the history
  17. add module param minimumLiquidationAmount

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    22bac9a View commit details
    Browse the repository at this point in the history
  18. add auto erc20 conversion during redeem

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    66c9a17 View commit details
    Browse the repository at this point in the history
  19. fix linter

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    74caefb View commit details
    Browse the repository at this point in the history
  20. disable token pair after it is went down to zero total supply

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bf56b9d View commit details
    Browse the repository at this point in the history
  21. add enable check on token pair

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f2c919a View commit details
    Browse the repository at this point in the history
  22. fix lint

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b92b153 View commit details
    Browse the repository at this point in the history
  23. fix lint

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f996c1f View commit details
    Browse the repository at this point in the history
  24. chore: add upgrade handler

    Yurist-85 authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    811699e View commit details
    Browse the repository at this point in the history
  25. change default param

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6d1c7c1 View commit details
    Browse the repository at this point in the history
  26. change default param

    Petr Ivanov authored and kioqq committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dbe265b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4cfc743 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fe37806 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9f777c0 View commit details
    Browse the repository at this point in the history
  30. chore: fix tests

    Yurist-85 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    97b9e44 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0f53bd8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d465caf View commit details
    Browse the repository at this point in the history