Skip to content

Commit 1b5b338

Browse files
docs: Add environment documentation link and description (#23330)
Co-authored-by: Julien Robert <[email protected]>
1 parent a1a4c9a commit 1b5b338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ For the same instructions than for legacy app wiring to enable sign mode textual
336336
### Depinject `app_config.go` / `app.yml`
337337

338338
With the introduction of [environment in modules](#core-api), depinject automatically creates the environment for all modules.
339-
Learn more about environment [here](https://example.com) <!-- TODO -->. Given the fields of environment, this means runtime creates a kv store service for all modules by default. It can happen that some modules do not have a store necessary (such as `x/auth/tx` for instance). In this case, the store creation should be skipped in `app_config.go`:
339+
The 'Environment struct provides essential services](https://docs.cosmos.network/main/learn/advanced/core#environment) to modules including logging, event handling, gas metering, header access, routing, and both KV and memory store services. Given the fields of environment, this means runtime creates a kv store service for all modules by default. It can happen that some modules do not have a store necessary (such as `x/auth/tx` for instance). In this case, the store creation should be skipped in `app_config.go`:
340340

341341
```diff
342342
InitGenesis: []string{

0 commit comments

Comments
 (0)