forked from CosmWasm/wasmd
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upd: wasmd 0.43 #117
Merged
Merged
upd: wasmd 0.43 #117
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* golangci-lint run ./... --fix * linting completed * use the CosmWasm repo as part of the gci config
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.25.0...v1.25.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* marshaler to codec * Update tests/e2e/ibc_fees_test.go Co-authored-by: pinosu <[email protected]> * Update tests/e2e/ibc_fees_test.go Co-authored-by: pinosu <[email protected]> * fix a few remaining issues --------- Co-authored-by: pinosu <[email protected]>
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.1 to 1.26.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.25.1...v1.26.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.1 to 1.1.2. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@math/v1.0.1...math/v1.1.2) --- updated-dependencies: - dependency-name: cosmossdk.io/math dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…he-metric-collector fix: make sure wasmvm cache metrics collector registration after VM setup
Fail fast on empty wasmvm cache metric setup
Please enter the commit message for your changes. Lines starting
Rename key store key attribute to be more concrete
Add unit test for gas calculation
Bumps [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v7.3.0/CHANGELOG.md) - [Commits](cosmos/ibc-go@v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ons/actions/checkout-4.0.0 Bump actions/checkout from 3.6.0 to 4.0.0
Bump cosmos-sdk to v0.47.5
Remove Wasmer references
Deactivate thelper for linter
Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/cosmos/iavl/releases) - [Changelog](https://github.com/cosmos/iavl/blob/v0.20.1/CHANGELOG.md) - [Commits](cosmos/iavl@v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: github.com/cosmos/iavl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Add logging for query err before redacting * Fix comments
* Linter only * Bump linter version
* Remove legacy gov proposal dependencies * Fix comments * Fix lint * Update files * Fix lint * Fix lint
Restrict pagination on all-state-query
* Start implementation * Add implementation + some e2e test * Fix lint * Fix comments * Add ante handler * Add cli cmd + more test cases * Add cli tests * Add ante handler test * Add more tests * Fix comments * Enable empty permissions for the grant * Fix lint * Update version
Start rework channel query
* Add grant system tests * Add unpermissioned chain test case * Fix tests * Update cli and fix feedbacks * Revisit CLI and system tests (CosmWasm#1627) * Restructure CLI; fix system test * Review feedback --------- Co-authored-by: Alexander Peters <[email protected]>
Ensure some contraints and limits on pin/unpin code ids
Fix genesis import with predictable addresses
* Set default query limit and ensure constraints * Update x/wasm/client/cli/query.go Co-authored-by: pinosu <[email protected]> --------- Co-authored-by: pinosu <[email protected]>
* Add changelog for 0.42.0 release * Update changelog * Add date
# Conflicts: # CHANGELOG.md # cmd/wasmd/root.go # docs/proto/proto-docs.md # x/wasm/ioutils/ioutil.go # x/wasm/module_test.go # x/wasm/types/authz.pb.go # x/wasm/types/tx.pb.go
* Add msg update contract label (CosmWasm#1640) * Add msg update contract label * fix tests (cherry picked from commit e654808) # Conflicts: # x/wasm/keeper/keeper.go # x/wasm/types/tx.pb.go * Fix conflicts --------- Co-authored-by: pinosu <[email protected]> Co-authored-by: Pino' Surace <[email protected]>
* Remove gov v1beta1 dependencies and deprecated proposals * Fix tests * Fix test
(cherry picked from commit 4cd1345)
….4x/pr-1652 Retract v0.42.0 release (backport CosmWasm#1652)
* Bump wasmvm to 1.4.1 - bugfix * Update Dockerfile
* Update changelog for v0.43.0 release * Add date
# Conflicts: # CHANGELOG.md # docs/proto/proto-docs.md # proto/cosmwasm/wasm/v1/proposal.proto # x/wasm/types/proposal.pb.go # x/wasm/types/tx.pb.go
pr0n00gler
approved these changes
Nov 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.