cosmos-sdk/x/auth
Alessio Treglia 71d71f2206
Remove gaia (#4347)
Gaia is removed from cosmos-sdk repository.

Few changes were required to make sure no packages depend on gaia subpackages.

CI config is amended accordingly.

Unnecessary targets are removed from Makefile.

Simulations run through a lightweight version of gaia renamed to simapp.

Closes: #4104
2019-05-18 10:42:24 +02:00
..
client Remove gaia (#4347) 2019-05-18 10:42:24 +02:00
genaccounts Merge PR #4351: remove x/ dependency on cmd/gaia 2019-05-16 21:34:54 -04:00
simulation Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
account_test.go Merge PR #3679: Consistent Operators 2019-02-21 12:35:55 -05:00
account.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
ante_test.go Allow custom key types and address formats (#4232) 2019-05-02 20:36:42 +01:00
ante.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
codec.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
feekeeper_test.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
feekeeper.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
genesis.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
keeper_bench_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper.go Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
module.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
params_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
params.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
querier_test.go Added a condition in querier 2019-03-01 08:49:18 +05:30
querier.go Added a condition in querier 2019-03-01 08:49:18 +05:30
stdtx_test.go Introduce CodeNoSignatures 2019-01-02 10:05:56 +00:00
stdtx.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
test_utils.go Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00