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

WIP: Queriers for staking to increase Gaia-lite performance #2139

Closed
wants to merge 37 commits into from

Commits on Aug 24, 2018

  1. Cherry picked commits from prev branch

    Federico Kunze committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    2ca7e61 View commit details
    Browse the repository at this point in the history
  2. Added new keepers for querier functionalities

    Federico Kunze committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    5e285e1 View commit details
    Browse the repository at this point in the history
  3. Renaming

    Federico Kunze committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    ec13fbe View commit details
    Browse the repository at this point in the history
  4. Fixed gov errors and messages

    Federico Kunze committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    3eacdfa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Added Querier to stake and app

    Federico Kunze committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    682008f View commit details
    Browse the repository at this point in the history
  2. Update delegation keepers

    Federico Kunze committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    ceae374 View commit details
    Browse the repository at this point in the history
  3. REST Queriers not working

    Federico Kunze committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    9ba98ab View commit details
    Browse the repository at this point in the history
  4. Fix marshalling error

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

Commits on Aug 28, 2018

  1. Querier tests working

    Federico Kunze committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    cd0ca86 View commit details
    Browse the repository at this point in the history
  2. Pool and params working

    Federico Kunze committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    01304c9 View commit details
    Browse the repository at this point in the history
  3. sdk.NewCoin for test handler

    Federico Kunze committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    7889374 View commit details
    Browse the repository at this point in the history
  4. Refactor and renaming

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

Commits on Aug 29, 2018

  1. Update LCD queries and added more tests for queriers

    Federico Kunze committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    5fb1547 View commit details
    Browse the repository at this point in the history
  2. use sdk.NewCoin

    Federico Kunze committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    8cfc507 View commit details
    Browse the repository at this point in the history
  3. Delegator summary query and tests

    Federico Kunze committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    044b851 View commit details
    Browse the repository at this point in the history
  4. Added more tests for keeper

    Federico Kunze committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    685f05a View commit details
    Browse the repository at this point in the history
  5. Update PENDING.md

    Federico Kunze committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6d9c8b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f5ad5f View commit details
    Browse the repository at this point in the history
  7. Update stake rest query

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

Commits on Aug 30, 2018

  1. Format and replaced panics for sdk.Error

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

Commits on Aug 31, 2018

  1. Refactor and addressed comments from Sunny and Aleks

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    2852b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128deb5 View commit details
    Browse the repository at this point in the history
  3. Fixed some of the errors produced by addr type change

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    e93a937 View commit details
    Browse the repository at this point in the history
  4. Fixed remaining errors

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    80cd207 View commit details
    Browse the repository at this point in the history
  5. Updated and fixed lite tests

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    c83172d View commit details
    Browse the repository at this point in the history
  6. JSON Header and consistency on errors

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    7f3a42c View commit details
    Browse the repository at this point in the history
  7. Increased cov for genesis

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    87c1a0f View commit details
    Browse the repository at this point in the history
  8. Added comment for maxRetrieve param in keepers

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    5ecedad View commit details
    Browse the repository at this point in the history
  9. Comment on DelegationWithoutDec

    Federico Kunze committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    af757dd View commit details
    Browse the repository at this point in the history
  10. Bech32Validator Keepers

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

Commits on Sep 1, 2018

  1. Changed Bech validator

    Federico Kunze committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    99acd57 View commit details
    Browse the repository at this point in the history
  2. Updated remaining tests and bech32 validator

    Federico Kunze committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    8abb44e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

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

Commits on Sep 3, 2018

  1. Addressed most of Rigel's comments

    Federico Kunze committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    450539b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Updated tests and types

    Federico Kunze committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    61efdf6 View commit details
    Browse the repository at this point in the history
  2. Make codec to be unexported from keeper

    Federico Kunze committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    0bd0417 View commit details
    Browse the repository at this point in the history
  3. Moved logic to query_utils and updated tests

    Federico Kunze committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    8a2d144 View commit details
    Browse the repository at this point in the history