cosmos-sdk/x/staking/keeper
frog power 4000 3fe5869148
Merge PR #4159: Module/Genesis Generalization
* first commit

* gaia cleanup

* ...

* staking multihooks

* missing module function return args

* bank module name constant

* working, module interface for x/

* got this thing compiling

* make test compiles and passes

* remove expanded simulation invariants

* genesis issue

* continued

* continued

* register crisis routes thought mm

* begin blocker to mm

* end blocker to mm

* empty routes not initialized

* move gaia initChainer sanity check to baseapp

* remove codecs from module manager

* reorging genesis stuff

* module manager passed by reference/bugfixes from working last commit

int

int

* move invariant checks from gaia to crisis

* typo

* basic refactors cmd/gaia/init

* working

* MultiStakingHooks from types to x/staking/types

int

* default module manager order of operations from input modules

* working

* typo

* add AppModuleBasic

* moduleBasicManager / non-test code compiles

* working attempting to get tests passing

* make test passes

* sim random genesis fix

* export bug

* ...

* genutil module

* genutil working

* refactored - happy with non-testing code in cmd/

* ...

* lint fixes

* comment improvement

* cli test fix

* compile housing

* working through compile errors

* working gettin' compilin'

* non-test code compiles

* move testnet to its own module

* reworking tests

int

* bez staging PR 1 comments

* concise module function-of names

* moved all tests from genesis_test.go to other genutil tests

* genaccounts package, add genutil and genaccounts to app.go

* docs for genutil genaccounts

* genaccounts iterate fn

* non-test code with genaccounts/ now compiles

* working test compiling

* debugging tests

* resolved all make test compile errors

* test debuggin

* resolved all unit tests, introduced param module

* cli-test compile fixes

* staking initialization bug

* code comment improvements, changelog entries

* BasicGaiaApp -> ModuleBasics

* highlevel explanation in types/module.go

* @alexanderbez comment revisions

* @fedekunze PR comments

* @alexanderbez PR comments (x2)

* @cwgoes comments (minor updates)

* @fedekunze suggestions

* panic on init with multiple validator updates from different modules

* initchain panic makes validate genesis fail

int

* AppModuleGenesis seperation

int

* test

* remove init panic logic in validate genesis replaced with TODO

* set maxprocs to match system's GOMAXPROCS

* Update circleci

* Cap maxprocs in CI to 4

* @alexanderbez recent comments addressed

* less blocks in twouble sims

int

* runsim error output flag

* -e on import_export as well

* error out

int

* Try to fix failures

* runsim
2019-05-16 11:25:32 -04:00
..
alias_functions.go Merge PR #3654: x/mint now uses total supply instead of bonded supply 2019-02-15 16:55:21 +01:00
delegation.go Merge PR #3857: Remove Shares Concept from Unbond/Redelegate UX 2019-03-25 17:13:02 -04:00
delegation_test.go Merge PR #3717: Allow the undelegation of more coins than were delegated; More validity checks. 2019-02-27 22:09:26 +01:00
hooks.go Merge PR #3357: Staking spec upgrades / some renaming 2019-02-09 00:57:33 +01:00
invariants.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
keeper.go Merge PR #4126: Add module-wide named loggers 2019-04-15 23:58:06 -04:00
keeper_test.go Merge PR #3717: Allow the undelegation of more coins than were delegated; More validity checks. 2019-02-27 22:09:26 +01:00
key.go Merge PR #3673: Message & Codec Registration Consistency 2019-02-25 16:16:52 +01:00
key_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
params.go Revert "Return errors instead of panic (#3782)" (#4054) 2019-04-05 16:20:58 -04:00
query_utils.go Merge PR #4333: Remove Shares from Client Responses 2019-05-15 10:44:47 -04:00
slash.go Merge PR #4126: Add module-wide named loggers 2019-04-15 23:58:06 -04:00
slash_test.go R4R: Rename validator.GetJailed() to validator.IsJailed() #3245 (#4017) 2019-04-02 15:43:22 +02:00
test_common.go Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
val_state_change.go Merge PR #3673: Message & Codec Registration Consistency 2019-02-25 16:16:52 +01:00
validator.go Merge PR #3673: Message & Codec Registration Consistency 2019-02-25 16:16:52 +01:00
validator_test.go Merge PR #4177: Update Staking Validators Rest Query 2019-04-24 11:48:39 -04:00