MCPcopy Create free account
hub / github.com/akash-network/node / interBlockCacheOpt

Function interBlockCacheOpt

app/sim_test.go:88–90  ·  view source on GitHub ↗

interBlockCacheOpt returns a BaseApp option function that sets the persistent inter-block write-through cache.

()

Source from the content-addressed store, hash-verified

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

Callers 1

TestAppStateDeterminismFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected