cosmos-sdk/examples/democoin/x/simplestake
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
..
client/cli Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
errors.go tools: Add unparam linter (#1443) 2018-06-29 18:22:24 -04:00
handler.go tools: Add unparam linter (#1443) 2018-06-29 18:22:24 -04:00
keeper.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
keeper_test.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
msgs.go Merge PR #2343: Add a name field to the message type 2018-09-17 22:34:06 +08:00
msgs_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
types.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00