feat(accounts): re-introduce bundler (#21562)

This commit is contained in:
testinginprod
2024-10-25 07:46:23 +00:00
committed by GitHub
parent 7262cf3346
commit ec63f94894
26 changed files with 3191 additions and 407 deletions
@@ -79,6 +79,7 @@ func initFixture(t *testing.T, extraAccs map[string]accountstd.Interface) *fixtu
runtime.NewEnvironment(runtime.NewKVStoreService(keys[accounts.StoreKey]), log.NewNopLogger(), runtime.EnvWithQueryRouterService(queryRouter), runtime.EnvWithMsgRouterService(router)),
addresscodec.NewBech32Codec("cosmos"),
cdc.InterfaceRegistry(),
nil,
append(accs, account)...,
)
assert.NilError(t, err)