cosmos-sdk/x/gov
Alexander Bezobchuk 2d92803b9f Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing
* Add new account bech32 prefixes with godocs

* Restructure spacing of existing account code

* Update account godocs

* More account godoc updates + new tm pub/addr helpers

* Update validator type to use new account types/bech32 prefixes

* Fix account documentation errors

* Update Bech32 prefix for consensus nodes

* Update Bech32 spec doc

* Fix account type tests

* Add missing account consensus functions, clear up godocs, and fix tests

* Add to TestRandBech32PubkeyConsistency check

* Update initialization of validator public keys

* Update query signing info command

* Implement new ConsAddress type with associated unit tests

* [WIP] Update stake and slashing parameters

* Update all calls to MustBech32ifyValPub

* [WIP] Validator operator API updates

* [WIP] Fix and update unit tests

* Fix gov logs (helping to debug failing tests)

* Fix gov tally

* Fix all broken x/ unit tests

* Update gaia app genesis address logic

* Fix linting errors

* Fix broken LCD tests

* Fix broken CLI tests

* Implement command to get validator address and pubkey from key name

* Add support for getting validator key information via REST endpoint

* Update PENDING log

* Update docs

* Revert GaiaGenTx.PubKey bech32 prefix

* Fix broken docs and cli tests

* Update genesis to use correct Bech32 (cons) prefix for pubkeys

* Update docs and unit tests to reflect new cosmos account bech32 prefix

* minor formatting
2018-08-31 00:06:44 -04:00
..
client Merge PR #2141: Governance CLI uses Querier 2018-08-28 14:49:33 +02:00
simulation simulation: Allow operations to specify future operations 2018-08-27 14:27:00 -07:00
tags Merge PR #1781: Gov tags cleanup 2018-07-21 03:58:45 +02:00
depositsvotes.go Address Anton's comments 2018-08-22 00:15:18 -07:00
endblocker_test.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
errors.go gov enums marshal to String 2018-07-10 17:59:07 -07:00
genesis.go Merge pull request #1819: rational -> decimal 2018-08-14 20:15:02 -04:00
handler.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
keeper_keys.go asdf 2018-07-09 00:59:51 -07:00
keeper_test.go fix Iterator leak, ref to https://github.com/cosmos/cosmos-sdk/issues/2105 2018-08-21 14:54:12 +08:00
keeper.go fixed GetLastProposalID function 2018-08-22 00:17:37 -07:00
msgs_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
msgs.go gov enums marshal to String 2018-07-10 17:59:07 -07:00
procedures.go Merge pull request #1819: rational -> decimal 2018-08-14 20:15:02 -04:00
proposals.go address Chris's comments 2018-08-22 00:15:18 -07:00
queryable.go address Chris's comments 2018-08-22 00:15:18 -07:00
tally_test.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
tally.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
test_common.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
wire.go Merge PR #1168: Governance MVP 2018-06-22 02:19:14 +02:00