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

service/state: Provide simple scaffold for StateService and implement CoreAccess #420

Merged
merged 33 commits into from
Mar 30, 2022

Commits on Mar 30, 2022

  1. CoreAccessor

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    59880d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04bb0a9 View commit details
    Browse the repository at this point in the history
  3. cleanup

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f33cb0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3003997 View commit details
    Browse the repository at this point in the history
  5. keyconf documentation

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    dc16c61 View commit details
    Browse the repository at this point in the history
  6. add doc.go

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    6f025ed View commit details
    Browse the repository at this point in the history
  7. document service struct

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5079afe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9399b27 View commit details
    Browse the repository at this point in the history
  9. add lifecycle hooks

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    edd0a48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    615d018 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8d27fa View commit details
    Browse the repository at this point in the history
  12. fix: add watchdog dep

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    be0add8 View commit details
    Browse the repository at this point in the history
  13. chore: lint

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    07e7ae4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54be1dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2065fc3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cf976ac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2ebf8ce View commit details
    Browse the repository at this point in the history
  18. chore: mod tidy

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    acea07c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e35079f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    edaa05f View commit details
    Browse the repository at this point in the history
  21. comment out test

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    a6ff606 View commit details
    Browse the repository at this point in the history
  22. chore: lint

    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    8149dfe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5b8334f View commit details
    Browse the repository at this point in the history
  24. refactor: BalanceForAddress takes types.AccAddress instead of string,…

    … state access available on full node too
    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    1904ecb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c704661 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c73a978 View commit details
    Browse the repository at this point in the history
  27. refactor: pass keystore to constructor instead of string to path and …

    …implement Path method in Keystore | lint
    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9a9b18c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    97148ea View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a68e0a9 View commit details
    Browse the repository at this point in the history
  30. refactor: BalanceForAddress takes a types.Address from cosmos sdk ins…

    …tead of types.AccAddress
    renaynay committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3741929 View commit details
    Browse the repository at this point in the history
  31. doc: fix typo

    Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com>
    renaynay and Wondertan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3858b80 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    db90c98 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2fa5545 View commit details
    Browse the repository at this point in the history