interBlockCacheOpt returns a BaseApp option function that sets the persistent inter-block write-through cache.
()
| 86 | // interBlockCacheOpt returns a BaseApp option function that sets the persistent |
| 87 | // inter-block write-through cache. |
| 88 | func interBlockCacheOpt() func(*baseapp.BaseApp) { |
| 89 | return baseapp.SetInterBlockCache(store.NewCommitKVStoreCacheManager()) |
| 90 | } |
| 91 | |
| 92 | func simulateFromSeedFunc(t *testing.T, newApp *akash.AkashApp, config sdksim.Config) (bool, simulation.Params, error) { |
| 93 | return simulation.SimulateFromSeed( |
no outgoing calls
no test coverage detected