You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At #651, the ibcmock module was included in the module initialization and begin block, end blocker, init genesis order.
So ,there was a bug in genesis.json including the ibcmock.
Here, I tried to remove ibcmock, but this has proven to be impossible currently.
If you look at the structure of cosmos, cosmos-sdk and ibc-go are separated from each other. And these are combined and distributed in the form of gaia.
So, cosmos-sdk doesn't need any import for ibc.
However, the structure of lbm includes ibc as a module in lbm-sdk.
Therefore, when creating a simapp, ibcmock must also be included as a module.
Because lbm doesn't need to include ibcmock, I decide it's not an issue and close.
Summary of Bug
A
mock
field is created inapp_state
whensimd init
mock
is not module, but the field is added.Version
lbm-sdk v0.46.0-rc9
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: