Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/cosmos/gogo…
Browse files Browse the repository at this point in the history
…proto-1.5.0
  • Loading branch information
nullpointer0x00 authored Jun 6, 2024
2 parents 9f203b8 + 7f6bb26 commit fc03018
Show file tree
Hide file tree
Showing 39 changed files with 1,301 additions and 1,248 deletions.
23 changes: 4 additions & 19 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,40 +83,25 @@ linters-settings:

- github.com/armon/go-metrics

- cosmossdk.io/api
- cosmossdk.io/client/v2/autocli
- cosmossdk.io/core
- cosmossdk.io/errors
- cosmossdk.io/log
- cosmossdk.io/math
- cosmossdk.io/store
- cosmossdk.io/x/evidence
- cosmossdk.io/x/evidence/keeper
- cosmossdk.io/x/evidence/types
- cosmossdk.io/x/feegrant
- cosmossdk.io/x/feegrant/keeper
- cosmossdk.io/x/feegrant/module
- cosmossdk.io/x/tx/signing
- cosmossdk.io/x/upgrade
- cosmossdk.io/x/upgrade/keeper
- cosmossdk.io/x/upgrade/types
- github.com/cosmos/cosmos-db
- github.com/cosmos/cosmos-sdk
- github.com/cosmos/go-bip39
- github.com/cosmos/ibc-apps/modules/async-icq/v8
- github.com/cosmos/ibc-apps/modules/async-icq/v8/keeper
- github.com/cosmos/ibc-apps/modules/async-icq/v8/types
- github.com/cosmos/ibc-go/modules/capability
- github.com/cosmos/ibc-go/modules/capability/keeper
- github.com/cosmos/ibc-go/modules/capability/types
- github.com/cosmos/ibc-go/v8
- github.com/cosmos/ibc-apps
- github.com/cosmos/ibc-go

- github.com/CosmWasm/wasmd
- github.com/CosmWasm/wasmvm/types

# used for interchain queries
- github.com/cosmos/ibc-apps/modules/async-icq/v6
- github.com/cosmos/ibc-apps/modules/async-icq/v6/types
- github.com/cosmos/ibc-apps/modules/async-icq/v6/keeper
- github.com/CosmWasm/wasmvm

- github.com/cosmos/gogoproto

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
* Implement the ProposalMsgs module interface for the internal/provwasm, ibcratelimit, oracle, and sanction modules [#1993](https://github.com/provenance-io/provenance/pull/1993).
* Update ibcnet relayer to v2.5.2 and fix chain ids for localnet and ibcnet [#2021](https://github.com/provenance-io/provenance/pull/2021).
* Breakdown internal/helpers into multiple internal packages [#2019](https://github.com/provenance-io/provenance/pull/2019).
* Update `app.New` to get the home directory, invariant check period, and skip-upgrade heights from the appOptions instead of arguments [#2015](https://github.com/provenance-io/provenance/pull/2015).
* Simplify the module lists (e.g. `SetOrderEndBlockers`) by removing unneeded entries [#2015](https://github.com/provenance-io/provenance/pull/2015).

### Client Breaking

Expand All @@ -114,6 +116,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Bug Fixes

* The `add-net-asset-values` command now correctly uses the from `flag`'s `AccAddress` [#1995](https://github.com/provenance-io/provenance/issues/1995).
* Fix the sim tests [#2015](https://github.com/provenance-io/provenance/pull/2015).

### Deprecated

Expand Down
Loading

0 comments on commit fc03018

Please sign in to comment.