cosmos-sdk/x/slashing
Alexander Bezobchuk 5ca93ac574 Merge PR #4206: Param Change Proposal
* Add params error types

* Update param module keeper to take a codespace

* Update imports

* Implement SetRaw and SetRawWithSubkey

* Implement ParamChange and update aliases

* Add types codec

* Implement ParameterChangeProposal

* Implement TestParameterChangeProposal

* Fix linting errors

* Update tags

* Implement content

* Updata params aliases

* Finish params handler and proposal types

* Move deposit and vote logic to types package

* Move proposal type to types package

* Move errors to types package

* Update proposal

* Move gov messages to types package

* Minor updates to naming

* Move keys to types package

* Move codec to types package

* Move proposal types to types package

* Update aliases

* Add governance alias types

* Implement governance router

* Update gov aliases

* Update gov keeper

* Update private functions needed for the keeper

* Update godocs

* Update the gov message handler

* Update Gaia app

* Make updates to auth

* Update the message codec in the keeper

* Update gov end blocker

* Update types tests

* Minor tweaks

* Add legacy genesis logic

* Update gov aliases

* Move gov keys to types package

* Revertt to using gov/types in params

* Implement params handler test

* Update governance tests

* Fix endblocker tests

* Fix governance querier tests

* Add seal support to gov router

* Update simulationCreateMsgSubmitProposal

* Disable software upgrade proposals

* Move params keys to types package

* Implement param module proposal client logic

* Update gov client logic

* Update gaia app client hooks

* Fix linting errors

* Fix ValidateBasic

* Remove legacy files

* Update paramchange to use strings

* Update paramchange cli cmd

* Update ValidateBasic and errors

* Use PostCommands when adding child cmds

* Fix codec logic

* Update params client and handler

* Update IsValidProposalType

* Update SubmitProposal to test exec

* Implement TestGaiaCLISubmitParamChangeProposal

* Implement TestSubmitParamChangeProposal

* Update swagger.yaml

* Update gaiacli.md

* Update gov spec docs

* Fix linting errors

* Fix unit tests

* Add pending log entries

* Update docs

* Update docs

* Update client/lcd/swagger-ui/swagger.yaml

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update docs/cosmos-hub/gaiacli.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update cmd/gaia/cli_test/test_helpers.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update client/lcd/test_helpers.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update docs/cosmos-hub/gaiacli.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update docs/cosmos-hub/gaiacli.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update docs/cosmos-hub/gaiacli.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update x/gov/types/proposal.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update docs/cosmos-hub/gaiacli.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update docs/cosmos-hub/gaiacli.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Address PR comments

* Update docs/cosmos-hub/gaiacli.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update gov docs to include quorum notes

* Add logs to handleParameterChangeProposal

* Update docs/spec/governance/02_state.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Support and use new StatusFailed when proposal passes but fails exec

* Add docs/notes warning on param validity

* Update docs

* Update docs/spec/governance/02_state.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update docs/spec/governance/02_state.md

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Minor doc update

* Update x/gov/client/cli/tx.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Fix usage of fromAddr

* Rige code style  suggestion

* Update x/params/types/proposal.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Fix CI lint errors

* Update NewModuleClient godoc

* Add godoc to rtr.Seal() call

* Rename files

* Rename NewProposalHandler
2019-04-30 12:31:38 -04:00
..
client Replace all REST query empty result HTTP Status codes to 200 (#4065) 2019-04-10 18:07:21 +01:00
simulation Merge PR #3656: Broken-Invar Tx - aka. Crisis module 2019-03-28 19:27:47 -04:00
tags unified sender tag (#4057) 2019-04-10 18:03:44 +01:00
app_test.go Revert "Return errors instead of panic (#3782)" (#4054) 2019-04-05 16:20:58 -04:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
errors.go Merge PR #3546: Min Self Delegation 2019-02-08 12:44:19 -08:00
genesis.go Merge PR #3621: module inter-dependency cleanup 2019-02-13 15:01:50 -08:00
handler.go Merge PR #4100: Return correct error on invalid messages 2019-04-15 12:25:04 -04:00
handler_test.go Merge PR #4100: Return correct error on invalid messages 2019-04-15 12:25:04 -04:00
hooks.go Merge PR #3507: Results from x/staking & x/slashing peer review 2019-02-07 17:41:23 -08:00
keeper.go Merge PR #4126: Add module-wide named loggers 2019-04-15 23:58:06 -04:00
keeper_test.go Revert "Return errors instead of panic (#3782)" (#4054) 2019-04-05 16:20:58 -04:00
keys.go Merge PR #3621: module inter-dependency cleanup 2019-02-13 15:01:50 -08:00
msg.go Merge PR #2601: Bech32 Empty Addresses 2019-02-09 00:54:40 +01:00
msg_test.go Merge PR #2251: Refactor Bech32 Prefixes and Nomenclature of Validator Pubkey and Operator 2018-09-08 16:44:58 +08:00
params.go Revert "Return errors instead of panic (#3782)" (#4054) 2019-04-05 16:20:58 -04:00
querier.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
querier_test.go Add Slashing Query Params (#3117) 2018-12-14 11:09:39 -08:00
signing_info.go Merge PR #3400: power reduction for Tendermint 2019-02-05 21:30:48 -08:00
signing_info_test.go Add a flag to export for zero-height start (#2827) 2018-11-26 04:21:23 -08:00
test_common.go Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
tick.go Merge PR #4126: Add module-wide named loggers 2019-04-15 23:58:06 -04:00
tick_test.go Revert "Return errors instead of panic (#3782)" (#4054) 2019-04-05 16:20:58 -04:00