cosmos-sdk/x/gov
frog power 4000 7f789d2ed3
Merge PR #3281: Staking Spec Upgrade
* remove kv seperation for marshalling

* pending

* cleanup

* cleanup x2

* pending

* working

* minor refactors

* entry structs defined

* uncompiled mechanism written

* add many compile fixes

* code compiles

* fix test compile errors

* test cover passes

* ...

* multiple entries fix

* ...

* more design fix

* working

* fix test cover bug

* Update PENDING.md

* update comment around queue completion for redelegations/ubds

* basic spec updates

* spec folder cleanup

* cleanup docs folder cont.

* ...

* find-replace and folder rename

* supplimentary find/replace

* pending

* supplimentary

* pending

* few undos, stakingd -> staked

* to staking -> to stake

* undos

* most staking -> most stake

* ...

* undos

* simplestake->simplestaking

* ...

* pending update

* capital letter replacements

* ...

* working

* staking doc updates from rigel/delegation-index branch

* spec-spec

* spec-spec

* LooseTokens -> NotBondedTokens

* staking state.md updates

* updates to hook and endblock spec

* Update docs/gaia/gaiacli.md

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* Update docs/gaia/validators/validator-setup.md

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* Update docs/gaia/validators/validator-setup.md

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* comment undo

* remove ErrConflictingRedelegation

* @cwgoes comments are resolved

* further updates to endblock and state

* msg json update

* working transaction updates

* working

* complete transaction rewrite

* PENDING.md

* typo

* add todo

* address @jackzampolin @cwgoes comments

* couple leftover comments, rename

* Update x/staking/types/pool.go

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>

* cwgoes additions

* cwgoes suggestions x2
2019-01-21 19:52:03 -05:00
..
client Remove redundant action tags in x/gov txs (#3328) 2019-01-21 10:30:04 -08:00
simulation Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
tags Remove redundant action tags in x/gov txs (#3328) 2019-01-21 10:30:04 -08:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
depositsvotes.go Run make format 2018-12-10 14:27:25 +00:00
endblocker_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
errors.go Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
genesis.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
genesis_test.go Multi-signature workflow support (#3264) 2019-01-16 09:30:57 -08:00
handler.go Remove redundant action tags in x/gov txs (#3328) 2019-01-21 10:30:04 -08:00
keeper.go Merge PR #3269: Rename tallyresult to finaltallyresult 2019-01-10 16:02:55 +01:00
keeper_keys.go Merge PR #2802: Correct the usage of misspelling of English word 'depositor'. 2018-11-22 00:53:33 +01:00
keeper_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
msgs.go Merge PR #3119: Move all store keys into constants 2018-12-19 20:58:30 +01:00
msgs_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
params.go Fix Governance state import (#3223) 2019-01-07 14:24:04 -08:00
proposals.go Merge PR #3269: Rename tallyresult to finaltallyresult 2019-01-10 16:02:55 +01:00
proposals_test.go Merge PR #2392: remove redundant sprintf calls, improve a doc comment, write test 2018-09-24 21:42:51 -04:00
querier.go Merge PR #3269: Rename tallyresult to finaltallyresult 2019-01-10 16:02:55 +01:00
querier_test.go Fix Governance state import (#3223) 2019-01-07 14:24:04 -08:00
tally.go Merge PR #2958: Validator Power Dec-> Int 2019-01-02 15:29:47 -05:00
tally_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
test_common.go Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00