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: virtual group and sp exit #284

Merged
merged 152 commits into from
Jul 7, 2023
Merged

Commits on Jun 13, 2023

  1. init virtual group module

    fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    31a3a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf2b9e8 View commit details
    Browse the repository at this point in the history
  3. add sp keeper dependency

    fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8757af2 View commit details
    Browse the repository at this point in the history
  4. add router and type function

    fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    60a4c7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b655a0 View commit details
    Browse the repository at this point in the history
  6. impl virtual group module

    fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1ccfa76 View commit details
    Browse the repository at this point in the history
  7. refactor storage module

    fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    823d2e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92d67a7 View commit details
    Browse the repository at this point in the history
  9. self review code

    fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b966f03 View commit details
    Browse the repository at this point in the history
  10. fix testcase and punish code

    fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    155c7a0 View commit details
    Browse the repository at this point in the history
  11. fix challenge testcases

    forcodedancing authored and fynnss committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    891e8e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c25b37 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. add e2e test

    fynnss committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1e8c69b View commit details
    Browse the repository at this point in the history
  2. fix some unit tests

    forcodedancing committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    694b1d5 View commit details
    Browse the repository at this point in the history
  3. update cosmos-sdk

    fynnss committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2fb5175 View commit details
    Browse the repository at this point in the history
  4. update go mod

    fynnss committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e6a383c View commit details
    Browse the repository at this point in the history
  5. fix e2e test

    forcodedancing committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e40705c View commit details
    Browse the repository at this point in the history
  6. store deposit

    fynnss committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7921310 View commit details
    Browse the repository at this point in the history
  7. update gomod

    forcodedancing committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1722ccb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    273cb40 View commit details
    Browse the repository at this point in the history
  9. fix some e2e test case

    fynnss committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7a290fb View commit details
    Browse the repository at this point in the history
  10. fix cancel create object

    fynnss committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b2663b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    f509024 View commit details
    Browse the repository at this point in the history
  2. fix storage test

    fynnss committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    52a358a View commit details
    Browse the repository at this point in the history
  3. fix test case

    fynnss committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    17c825e View commit details
    Browse the repository at this point in the history
  4. make GetGVG more simple

    fynnss committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    96909c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b12854d View commit details
    Browse the repository at this point in the history
  6. fix swap out

    fynnss committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8fe023b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. add event

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    54c70dd View commit details
    Browse the repository at this point in the history
  2. fix ignite missing placeholder

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    154c6b8 View commit details
    Browse the repository at this point in the history
  3. add sp exit message

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c5d989e View commit details
    Browse the repository at this point in the history
  4. add sp exit

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    49c3008 View commit details
    Browse the repository at this point in the history
  5. complete sp exit

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    305170a View commit details
    Browse the repository at this point in the history
  6. add swap deposit

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3474ecf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7049f63 View commit details
    Browse the repository at this point in the history
  8. complete sp exit process

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    476a941 View commit details
    Browse the repository at this point in the history
  9. fix mock file error

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0129b7a View commit details
    Browse the repository at this point in the history
  10. add mock gen

    fynnss committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cd296af View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    2af4799 View commit details
    Browse the repository at this point in the history
  2. refator payment

    forcodedancing committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    56e32bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e27bd6 View commit details
    Browse the repository at this point in the history
  4. fix payment unit test

    forcodedancing committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    761014c View commit details
    Browse the repository at this point in the history
  5. add withdraw cli

    forcodedancing committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f691fef View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. revert extends of approval

    fynnss committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    09ecdfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a49e874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a924af View commit details
    Browse the repository at this point in the history
  4. merge develop branch

    forcodedancing committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    2757b88 View commit details
    Browse the repository at this point in the history
  5. fix proto

    forcodedancing committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    917988a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fe9e75 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix the sp exit

    fynnss committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    84950b4 View commit details
    Browse the repository at this point in the history
  2. refine the code

    fynnss committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bb4e6b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    480346a View commit details
    Browse the repository at this point in the history
  4. refactor code

    fynnss committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    410b02f View commit details
    Browse the repository at this point in the history
  5. fix some issues

    forcodedancing committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9cca39b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6857ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80d3d74 View commit details
    Browse the repository at this point in the history
  8. refine the code

    fynnss committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8bded06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c627a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2addc95 View commit details
    Browse the repository at this point in the history
  11. fix gensp test error

    fynnss committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f415738 View commit details
    Browse the repository at this point in the history
  12. add more check and params

    fynnss committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2c2bca4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    695fb68 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix compile error

    fynnss committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1d2027d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8b1d5f View commit details
    Browse the repository at this point in the history
  3. add migration event

    fynnss committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    83f6676 View commit details
    Browse the repository at this point in the history
  4. add create gvg family event

    fynnss committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f4f3e61 View commit details
    Browse the repository at this point in the history
  5. mirror update

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    45cff69 View commit details
    Browse the repository at this point in the history
  6. fix lint issues

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    076eb77 View commit details
    Browse the repository at this point in the history
  7. fix lint issues

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ce9888a View commit details
    Browse the repository at this point in the history
  8. fix some unit tests

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    06b468e View commit details
    Browse the repository at this point in the history
  9. fix the limit of gvgs and lvgs

    fynnss committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ec138fa View commit details
    Browse the repository at this point in the history
  10. fix bucket migration

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    80d2e78 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0a32f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3f2358 View commit details
    Browse the repository at this point in the history
  13. refine payment module

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4c6c10d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e2dc772 View commit details
    Browse the repository at this point in the history
  15. fix lint

    fynnss committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e05e723 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1405fa1 View commit details
    Browse the repository at this point in the history
  17. fix issue of iterator

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7eba790 View commit details
    Browse the repository at this point in the history
  18. reslove conflict

    forcodedancing committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1ed830a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    4239ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7a9aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8bebc0 View commit details
    Browse the repository at this point in the history
  4. add e2e test cases

    forcodedancing committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0fea1d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9deee39 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. refactor e2e test

    fynnss committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    d929c5c View commit details
    Browse the repository at this point in the history
  2. add sp swap out test

    fynnss committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    2f6db16 View commit details
    Browse the repository at this point in the history
  3. refine code by cr

    fynnss committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    18ec63b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd55999 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e22290a View commit details
    Browse the repository at this point in the history
  6. fix cr suggestion

    fynnss committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    91b5d21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6c5455 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2d580a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. refine the code

    fynnss committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    438c820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f9955 View commit details
    Browse the repository at this point in the history
  3. add migration e2e test

    fynnss committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1c7721e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f43d4ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    666c8b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ad2c8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f443cac View commit details
    Browse the repository at this point in the history
  8. fix migration bucket e2e test

    fynnss committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    86fa55a View commit details
    Browse the repository at this point in the history
  9. fix CodeReview issues

    fynnss committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b6c6761 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. fix some bugs

    fynnss committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b888f1b View commit details
    Browse the repository at this point in the history
  2. update staking per GB

    fynnss committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9914b09 View commit details
    Browse the repository at this point in the history
  3. refine some var

    fynnss committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6e83731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ad8b1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5392ea View commit details
    Browse the repository at this point in the history
  6. fix challenge refactor

    fynnss committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a965c5f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fix some review tips

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ffacaa3 View commit details
    Browse the repository at this point in the history
  2. fix internal bucket info error

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1505c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2609d08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f56ed3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d299fc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e9ff89 View commit details
    Browse the repository at this point in the history
  7. fix redundany GenId

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b0ad55a View commit details
    Browse the repository at this point in the history
  8. add family id check

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e6d8306 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b98c935 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2092e31 View commit details
    Browse the repository at this point in the history
  11. fix error

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fb29be7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6ca5a0 View commit details
    Browse the repository at this point in the history
  13. fix issue

    forcodedancing committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    74bbfea View commit details
    Browse the repository at this point in the history
  14. implement virtual group cmd

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    732c9b9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ef735a View commit details
    Browse the repository at this point in the history
  16. fix e2e test

    forcodedancing committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0d7680c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1bdd88f View commit details
    Browse the repository at this point in the history
  18. remove some useless code

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9e75af6 View commit details
    Browse the repository at this point in the history
  19. fix sp exit test

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8f1cd06 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bec213e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    58811c1 View commit details
    Browse the repository at this point in the history
  22. fix some tests

    forcodedancing committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6178800 View commit details
    Browse the repository at this point in the history
  23. fix e2e

    fynnss committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9ad16fa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. fix unit test

    fynnss committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a792901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058daf5 View commit details
    Browse the repository at this point in the history
  3. fix e2e tests

    forcodedancing committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    71130b8 View commit details
    Browse the repository at this point in the history
  4. fix an issue

    forcodedancing committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f40d9db View commit details
    Browse the repository at this point in the history
  5. fix sp test

    fynnss committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    34bc408 View commit details
    Browse the repository at this point in the history
  6. fix ci lint

    fynnss committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b6d6df2 View commit details
    Browse the repository at this point in the history
  7. remove useless code (#308)

    fynnss committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9e5726b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51467d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. chore: refine gvg staking per bytes and default params (#310)

    * rename gvgstakingprice to gvgstakingperbytes
    
    * fix DefaultMaxStoreSizePerFamily
    fynnss committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b0a8e19 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat: add chainId to bls sign doc (#313)

    * add chainId to bls sign doc
    
    * get chain id from cosmos context
    alexgao001 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ba8957b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    73740ca View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. fix: update swagger (#317)

    fynnss committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e16dd04 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    49ee25a View commit details
    Browse the repository at this point in the history
  2. fix gnfd query api (#318)

    fynnss committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    facd3ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c325941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae8d6c6 View commit details
    Browse the repository at this point in the history
  5. fix code review tips (#325)

    fynnss committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b375189 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89c8507 View commit details
    Browse the repository at this point in the history
  7. fix cosmos sdk version

    fynnss committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ec0cbfa View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. fix e2e test case

    fynnss committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    91a693f View commit details
    Browse the repository at this point in the history
  2. fix review tips

    fynnss committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    28ad8fe View commit details
    Browse the repository at this point in the history