cosmos-sdk/x/auth
Federico Kunze d195cc15ed Merge PR #2249: Staking Querier pt1
* Cherry picked commits from prev branch

* Added new keepers for querier functionalities

* Renaming

* Fixed gov errors and messages

* Added Querier to stake and app

* Update delegation keepers

* REST Queriers not working

* Fix marshalling error

* Querier tests working

* Pool and params working

* sdk.NewCoin for test handler

* Refactor and renaming

* Update LCD queries and added more tests for queriers

* use sdk.NewCoin

* Delegator summary query and tests

* Added more tests for keeper

* Update PENDING.md

* Update stake rest query

* Format and replaced panics for sdk.Error

* Refactor and addressed comments from Sunny and Aleks

* Fixed some of the errors produced by addr type change

* Fixed remaining errors

* Updated and fixed lite tests

* JSON Header and consistency on errors

* Increased cov for genesis

* Added comment for maxRetrieve param in keepers

* Comment on DelegationWithoutDec

* Bech32Validator Keepers

* Changed Bech validator

* Updated remaining tests and bech32 validator

* Addressed most of Rigel's comments

* Updated tests and types

* Make codec to be unexported from keeper

* Moved logic to query_utils and updated tests

* Fix linter err and PENDING

* Fix err

* Fix err

* Fixed tests

* Update PENDING description

* Update UpdateBondedValidatorsFull

* Update iterator

* defer iterator.Close()

* delete comment

* Address some of Aleks comments, need to fix tests

* export querier

* Fixed tests

* Address Rigel's comments

* More tests

* return error for GetDelegatorValidator

* Fixed conflicts

* Fix linter warnings

* Address @rigelrozanski comments

* Delete comments

* wire ––> codec
2018-09-13 17:23:44 -04:00
..
client Merge PR #2249: Staking Querier pt1 2018-09-13 17:23:44 -04:00
account.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
account_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
ante.go Merge PR #2276: make simulation no longer generate new privkeys 2018-09-08 16:55:49 +08:00
ante_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
context.go in progress 2018-05-23 19:49:35 -07:00
context_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
feekeeper.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
feekeeper_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
mapper.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
mapper_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
stdtx.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
stdtx_test.go Update to tendermint v0.22.6-rc0 (#1798) 2018-07-25 16:43:37 -04:00