cosmos-sdk/baseapp
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
..
testdata cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
baseapp.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
baseapp_test.go Merge PR #2343: Add a name field to the message type 2018-09-17 22:34:06 +08:00
doc.go cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
helpers.go Merge pull request #1400: Cleanup Baseapp 2018-07-09 23:59:30 -04:00
options.go Merge PR #1533: Pruning Cleanup 2018-07-13 03:20:26 +02:00
query.go cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
queryrouter.go addressed Jae's comments 2018-08-22 00:15:18 -07:00
router.go Merge PR #1705: baseapp: Allow alphanumerics in routes 2018-07-17 23:11:34 +02:00
setters.go baseapp: Remove baseapp.SetTxDecoder() 2018-09-03 22:53:07 -07:00