Skip to content

Commit

Permalink
Merge branch 'main' into aaronc/autocli-service-app-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Nov 8, 2022
2 parents b2c56b1 + a3e1b99 commit 38064e5
Show file tree
Hide file tree
Showing 216 changed files with 11,510 additions and 10,676 deletions.
19 changes: 0 additions & 19 deletions .deepsource.toml

This file was deleted.

9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ private
# Build
vendor
build
docs/_build
docs/tutorial
docs/node_modules
docs/modules
docs/tools/cosmovisor.md
docs/docs/modules
docs/docs/spec
docs/docs/architecture
docs/docs/tooling/01-cosmovisor.md
docs/docs/tooling/02-depinject.md
docs/run-node/04-rosetta.md
dist
tools-stamp
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The `simapp` package **should not be imported in your own app**. Instead, you sh

#### App Wiring

SimApp's `app.go` is now using [App Wiring](https://docs.cosmos.network/main/building-chain/depinject.html), the dependency injection framework of the Cosmos SDK.
SimApp's `app.go` is now using [App Wiring](https://docs.cosmos.network/main/building-apps/app-go), the dependency injection framework of the Cosmos SDK.
This means that modules are injected directly into SimApp thanks to a [configuration file](https://github.com/cosmos/cosmos-sdk/blob/main/simapp/app_config.go).
The old behavior is preserved and can still be used, without the dependency injection framework, as shows [`app_legacy.go`](https://github.com/cosmos/cosmos-sdk/blob/main/simapp/app_legacy.go).
If you are using a legacy `app.go` without dependency injection, add the following lines to your `app.go` in order to provide newer gRPC services:
Expand Down
223 changes: 223 additions & 0 deletions api/amino/amino.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 38064e5

Please sign in to comment.