cosmos-sdk/x/bank
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 Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
simulation Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
app_test.go No need to create a fake slice of signatures nor skip account no./sequence check 2018-08-31 19:09:39 +02:00
bench_test.go 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 Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
handler.go Example tag implementation for CoinKeeper 2018-05-10 17:36:55 +02:00
keeper.go Merge PR #2146: x/bank: Keeper Interfaces 2018-09-10 14:25:34 -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 #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00