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

R4R: Refactor service module #2117

Merged
merged 44 commits into from
Dec 19, 2019
Merged

Commits on Dec 3, 2019

  1. refactor service module

    secret2830 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6566894 View commit details
    Browse the repository at this point in the history
  2. fix

    secret2830 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6f10e26 View commit details
    Browse the repository at this point in the history
  3. add events

    secret2830 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    17ebde8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. optimize genesis handling

    secret2830 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    b3b24a0 View commit details
    Browse the repository at this point in the history
  2. refactor querier

    secret2830 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    64678da View commit details
    Browse the repository at this point in the history
  3. fix keeper

    secret2830 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    97864cf View commit details
    Browse the repository at this point in the history
  4. refactor params

    secret2830 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    6eae648 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. refactor keeper

    secret2830 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    86b9a1f View commit details
    Browse the repository at this point in the history
  2. refactor handler

    secret2830 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7cf5f0a View commit details
    Browse the repository at this point in the history
  3. optimize keeper

    secret2830 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    3a65b40 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. add module accounts

    secret2830 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d97056e View commit details
    Browse the repository at this point in the history
  2. add module log

    secret2830 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    33e154d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56e53be View commit details
    Browse the repository at this point in the history
  4. fix abci

    secret2830 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    e39260c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    f28f3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdad95f View commit details
    Browse the repository at this point in the history
  3. fix msgs

    secret2830 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    a325d0c View commit details
    Browse the repository at this point in the history
  4. refactor params validation

    secret2830 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    a1bff1c View commit details
    Browse the repository at this point in the history
  5. add simulation

    secret2830 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    e19e8f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. refactor cli

    secret2830 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    40c6435 View commit details
    Browse the repository at this point in the history
  2. refactor rest

    secret2830 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    fd79bc0 View commit details
    Browse the repository at this point in the history
  3. add service to app

    secret2830 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    8f24d3f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. refactor keeper test

    secret2830 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ee25d76 View commit details
    Browse the repository at this point in the history
  2. merge v1.0.0-refactor

    secret2830 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    4d55e21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eff550 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. fix keeper test

    secret2830 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    284a098 View commit details
    Browse the repository at this point in the history
  2. refactor cli test

    secret2830 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    c5fad67 View commit details
    Browse the repository at this point in the history
  3. normalize cli tx and query

    secret2830 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0312b74 View commit details
    Browse the repository at this point in the history
  4. optimize querier

    secret2830 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    3f449ba View commit details
    Browse the repository at this point in the history
  5. adjust cli test

    secret2830 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    f177b03 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. reorganize cli

    secret2830 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    d9f8cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    237a3c2 View commit details
    Browse the repository at this point in the history
  3. fix

    secret2830 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    3fd5b69 View commit details
    Browse the repository at this point in the history
  4. fix

    secret2830 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a818a62 View commit details
    Browse the repository at this point in the history
  5. fix and optimize

    secret2830 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    905e3ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d4bac0 View commit details
    Browse the repository at this point in the history
  7. add some tests to TODO

    secret2830 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4b89fde View commit details
    Browse the repository at this point in the history
  8. fix conflicts

    secret2830 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    3d54e68 View commit details
    Browse the repository at this point in the history
  9. add TODO to cli test

    secret2830 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    b3c2c9a View commit details
    Browse the repository at this point in the history
  10. fix cli test

    secret committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    daa2e03 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    2e17fa9 View commit details
    Browse the repository at this point in the history
  2. all proto utils

    chengwenxi committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    786acc1 View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    chengwenxi committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    49501e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

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