cosmos-sdk/x/stake/types
Dev Ojha 65137f6331 Merge PR #2343: Add a name field to the message type
This is to facillitate ease of implementing #1406. (Tags for messages
could then be added dynamically)

Ultimately once we make the router support hiearchical routing, (#770)
we can then remove the name field and just the parse info for tags from that.

Until then, we can parse the tag name as
`fmt.Sprintf("%s %s", msg.Type(), msg.Name())`
2018-09-17 22:34:06 +08:00
..
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
delegation.go Merge PR #2249: Staking Querier pt1 2018-09-13 17:23:44 -04:00
delegation_test.go Fix linter errors 2018-09-03 07:58:57 -07:00
errors.go Merge PR #2251: Refactor Bech32 Prefixes and Nomenclature of Validator Pubkey and Operator 2018-09-08 16:44:58 +08:00
genesis.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
inflation_test.go Merge pull request #1819: rational -> decimal 2018-08-14 20:15:02 -04:00
msg.go Merge PR #2343: Add a name field to the message type 2018-09-17 22:34:06 +08:00
msg_test.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
params.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
params_test.go Merge PR #1492: Improve Module Test Coverage 2018-07-04 06:21:36 +02:00
pool.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
pool_test.go Merge pull request #1819: rational -> decimal 2018-08-14 20:15:02 -04:00
test_utils.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
validator.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
validator_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00