cosmos-sdk/server
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
..
config Fixes requested by Rigel: GenTx, config package name 2018-06-13 17:30:16 -07:00
mock Merge PR #2343: Add a name field to the message type 2018-09-17 22:34:06 +08:00
constructors.go Merge PR #1599: Implementation of TraceKVStore 2018-07-13 01:58:51 +02:00
export.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
export_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
init.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
init_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
start.go Fix linter errors 2018-09-03 07:58:57 -07:00
start_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -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 #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
tm_cmds.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
util.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
util_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00