cosmos-sdk/x/slashing
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
simulation
tags
app_test.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
errors.go Merge PR #4292: Fix Signing Infos Endpoint 2019-05-09 13:38:15 -04:00
expected_keepers.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
genesis.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
handler.go
handler_test.go Merge PR #4292: Fix Signing Infos Endpoint 2019-05-09 13:38:15 -04:00
hooks.go Merge PR #4292: Fix Signing Infos Endpoint 2019-05-09 13:38:15 -04:00
keeper.go
keeper_test.go
keys.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
module.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
msg.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
msg_test.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
params.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
querier.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
querier_test.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
signing_info.go Merge PR #4292: Fix Signing Infos Endpoint 2019-05-09 13:38:15 -04:00
signing_info_test.go Merge PR #4292: Fix Signing Infos Endpoint 2019-05-09 13:38:15 -04:00
test_common.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
tick.go
tick_test.go