x/ibc: update ICS09 Loopback Client (#6018)
* x/ibc: update ICS09 Loopback Client * ibc/09-localhost: client state errors * ibc/09-localhost: add messages for create client * x/ibc: BeginBlocker for localhost client * test fixes * update client REST * add tests
This commit is contained in:
+4
-1
@@ -288,7 +288,10 @@ func NewSimApp(
|
||||
// During begin block slashing happens after distr.BeginBlocker so that
|
||||
// there is nothing left over in the validator fee pool, so as to keep the
|
||||
// CanWithdrawInvariant invariant.
|
||||
app.mm.SetOrderBeginBlockers(upgrade.ModuleName, mint.ModuleName, distr.ModuleName, slashing.ModuleName, evidence.ModuleName, staking.ModuleName)
|
||||
app.mm.SetOrderBeginBlockers(
|
||||
upgrade.ModuleName, mint.ModuleName, distr.ModuleName, slashing.ModuleName,
|
||||
evidence.ModuleName, staking.ModuleName, ibc.ModuleName,
|
||||
)
|
||||
app.mm.SetOrderEndBlockers(crisis.ModuleName, gov.ModuleName, staking.ModuleName)
|
||||
|
||||
// NOTE: The genutils moodule must occur after staking so that pools are
|
||||
|
||||
Reference in New Issue
Block a user