cosmos-sdk/x/auth
Aaron Craelius bb4642ad0d
Decouple client/tx from x/auth (#5992)
As part of #5864 part 2), this PR decouples the new client/tx
package from x/auth (as an incremental step to deprecating
all the tx logic in x/auth) and adds StdFee, StdSignature,
StdSignMsgBase and StdTxBase to codec/std, while
deprecating the corresponding types in x/auth.
2020-04-15 23:55:02 +02:00
..
ante x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
client Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
exported Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
keeper x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
legacy Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
simulation Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00
spec Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
types Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
vesting Update imports 2020-03-05 09:40:43 -05:00
alias.go Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
genesis.go create module account on init for FeeCollectorName and tests for other module accounts 2020-03-05 22:11:05 +01:00
module.go Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00
module_test.go create module account on init for FeeCollectorName and tests for other module accounts 2020-03-05 22:11:05 +01:00