cosmos-sdk/server
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
..
config Fixes requested by Rigel: GenTx, config package name 2018-06-13 17:30:16 -07:00
mock Fix export segfault 2018-08-24 02:24:00 -07:00
constructors.go Merge PR #1599: Implementation of TraceKVStore 2018-07-13 01:58:51 +02:00
export.go Fix export segfault 2018-08-24 02:24:00 -07:00
export_test.go Fix export segfault 2018-08-24 02:24:00 -07:00
init.go Merge PR #2190: Rename --gen-txs to --with-txs 2018-08-30 21:33:48 -04:00
init_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
start.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
start_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
test_helpers.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
testnet.go Merge PR #2015: Change gaiad testnet example output flag 2018-08-21 23:28:16 -04:00
tm_cmds.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
util.go Merge PR #2170: Add show-address command 2018-08-30 21:38:28 -04:00
util_test.go Merge branch 'develop' into sort_getsignbytes 2018-07-06 01:31:34 +01:00