cosmos-sdk/server/mock
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
..
app.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
app_test.go Switch asserts to require (#1483) 2018-06-30 03:10:15 +02:00
helpers.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
store.go Merge PR #1481: Transient Stores 2018-07-27 03:24:18 +02:00
store_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
tx.go Merge PR #2343: Add a name field to the message type 2018-09-17 22:34:06 +08:00