Skip to content

Commit

Permalink
Merge branch 'main' into julien/buf-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 12, 2024
2 parents 8026a74 + b98b6eb commit d65fe9a
Show file tree
Hide file tree
Showing 255 changed files with 14,595 additions and 3,683 deletions.
79 changes: 5 additions & 74 deletions CHANGELOG.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ COPY x/auth/go.mod x/auth/go.sum ./x/auth/
COPY x/authz/go.mod x/authz/go.sum ./x/authz/
COPY x/bank/go.mod x/bank/go.sum ./x/bank/
COPY x/mint/go.mod x/mint/go.sum ./x/mint/
COPY depinject/go.mod depinject/go.sum ./depinject/
RUN go mod download

# Add source files
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Refer to SimApp `root_v2.go` and `root.go` for an example with an app v2 and a l

#### `**all**`

##### Dependency Injection

Previously `cosmossdk.io/core` held functions `Invoke`, `Provide` and `Register` were moved to `cosmossdk.io/depinject/appmodule`. All modules using dependency injection must update their imports.

##### Genesis Interface

All genesis interfaces have been migrated to take context.Context instead of sdk.Context.
Expand Down
2,468 changes: 2,244 additions & 224 deletions api/cosmos/accounts/v1/query.pulsar.go

Large diffs are not rendered by default.

84 changes: 81 additions & 3 deletions api/cosmos/accounts/v1/query_grpc.pb.go

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

Loading

0 comments on commit d65fe9a

Please sign in to comment.