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: Staking Gaia-lite (ex LCD) refactor #1880

Merged
merged 53 commits into from
Aug 8, 2018
Merged

Commits on Jul 27, 2018

  1. Updated some staking txs routes (bond, unbond, redelegate)

    Federico Kunze committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2f75f66 View commit details
    Browse the repository at this point in the history
  2. LCD utils for validators

    Federico Kunze committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    6f87e3f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Updated DelegatorTxs route

    Federico Kunze committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    df3e021 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into f…

    …edekunze/lcd_refactor
    
    pull develop
    Federico Kunze committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    72553a2 View commit details
    Browse the repository at this point in the history
  3. Updated endpoints

    Federico Kunze committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    5f5b07d View commit details
    Browse the repository at this point in the history
  4. Moved staking LCD tests to module

    Federico Kunze committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    0174084 View commit details
    Browse the repository at this point in the history
  5. Revert prev commit

    Federico Kunze committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    3a26b46 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. remove logger output

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    efcc11b View commit details
    Browse the repository at this point in the history
  2. linted

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    8f5334a View commit details
    Browse the repository at this point in the history
  3. removed module test

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    f0d2eb5 View commit details
    Browse the repository at this point in the history
  4. gopgk update

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    bb540d4 View commit details
    Browse the repository at this point in the history
  5. summary in place

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    88e1bd5 View commit details
    Browse the repository at this point in the history
  6. simple test for summary

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    dbc284d View commit details
    Browse the repository at this point in the history
  7. remove rat from share output

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    551cef2 View commit details
    Browse the repository at this point in the history
  8. added validator endpoint

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    deedd2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a013f84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35c4ff7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    21a05d1 View commit details
    Browse the repository at this point in the history
  12. Refactor completed but redelegation txs

    Federico Kunze committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    ee87537 View commit details
    Browse the repository at this point in the history
  13. removed some prints

    faboweb committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    c3b29fa View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1880: Staking Gaia-lite (ex LCD) refactor

    Aleksandr Bezobchuk committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e867c8c View commit details
    Browse the repository at this point in the history
  15. Pull most recent updates

    Federico Kunze committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e57980e View commit details
    Browse the repository at this point in the history
  16. updated endpoints API docs

    Federico Kunze committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    d7297b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Updated docs with staking Gaia Lite routes

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    00baf3f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/cosmos/cosmos-sdk into f…

    …edekunze/lcd_refactor
    
    Pull develop
    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    71bc4d1 View commit details
    Browse the repository at this point in the history
  3. deleted unused helpers file

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    0f4040c View commit details
    Browse the repository at this point in the history
  4. Fixed some linter errors

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    20c490f View commit details
    Browse the repository at this point in the history
  5. Reduced complexity of staking tx query

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d6dc156 View commit details
    Browse the repository at this point in the history
  6. More golinter fixes

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    e2cab9f View commit details
    Browse the repository at this point in the history
  7. Logic for delegatorValidators routes. Tests missing

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    84b3de7 View commit details
    Browse the repository at this point in the history
  8. Addressed Aleks comments

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    eb611e1 View commit details
    Browse the repository at this point in the history
  9. Refactor handlers with util funcs

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    14ec625 View commit details
    Browse the repository at this point in the history
  10. More refactoring on handlers

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    a7884db View commit details
    Browse the repository at this point in the history
  11. minor fix

    Federico Kunze committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    120be9c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. addresses comments

    faboweb committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    e2064a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7722435 View commit details
    Browse the repository at this point in the history
  3. Revert "added validator address to output"

    This reverts commit 7722435.
    faboweb committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    9ee3d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c683089 View commit details
    Browse the repository at this point in the history
  5. reduced complexity

    Federico Kunze committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    43f3ca8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. updated comments

    Federico Kunze committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    f53130f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724aae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe38e3 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    faboweb committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    e0a8f04 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Merge from develop

    Federico Kunze committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    71cc9ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fedekunze/lcd_refactor' of https://github.com/cosmos/co…

    …smos-sdk into fedekunze/lcd_refactor
    
    Pull
    Federico Kunze committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    a0e35c9 View commit details
    Browse the repository at this point in the history
  3. Fixed conflicts

    Federico Kunze committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    33f763f View commit details
    Browse the repository at this point in the history
  4. Fixed Gopkg.lock

    Federico Kunze committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    8abcdaa View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. formatting

    rigelrozanski committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    7030081 View commit details
    Browse the repository at this point in the history
  2. addressed new comments by Rige

    Federico Kunze committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a8261a3 View commit details
    Browse the repository at this point in the history
  3. Deleted key comment

    Federico Kunze committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    9ea4d6d View commit details
    Browse the repository at this point in the history
  4. Deleted comments for TODO in #1939

    Federico Kunze committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    94c7507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab25efe View commit details
    Browse the repository at this point in the history
  6. dep ensure -v -update

    cwgoes committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    ccb3fcb View commit details
    Browse the repository at this point in the history