cosmos-sdk/x/auth
Dev Ojha 893bb4027d Merge PR #1377: types: remove GetMemo from Tx
This method is an unneccessary requirement on Tx. Auth casts the Tx
to StdTx, so the memo can be obtained in previous usecases from
StdTx. This also makes it more clear for when something is
implementing StdTx vs Tx.

Resolves #1375
2018-06-26 04:37:21 +02:00
..
client Merge PR #1252: Query node version 2018-06-14 07:49:21 +02:00
mock Merge PR #1340: Reverted ChangePubKey 2018-06-22 21:53:24 +02:00
account_test.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
account.go Account Numbers for Replay Protection with Account Pruning (#1077) 2018-06-12 04:30:54 +02:00
ante_test.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
ante.go Merge PR #1377: types: remove GetMemo from Tx 2018-06-26 04:37:21 +02:00
context_test.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
context.go in progress 2018-05-23 19:49:35 -07:00
feekeeper_test.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
feekeeper.go address Chris review 2018-05-25 21:14:49 -07:00
mapper_test.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
mapper.go Merge PR #1340: Reverted ChangePubKey 2018-06-22 21:53:24 +02:00
stdtx_test.go Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
stdtx.go Merge PR #1358: Fix typos and gofmt files 2018-06-25 20:23:17 +02:00
wire.go Merge PR #1340: Reverted ChangePubKey 2018-06-22 21:53:24 +02:00