Skip to content
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

feat: bump up wasmd base version from v0.29.0 to v0.50.0 #121

Draft
wants to merge 413 commits into
base: feat/bump_0.50.0
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 21, 2023

  1. Merge pull request CosmWasm#1354 from CosmWasm/1342_error_msg

    More verbose error message
    alpe authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2decead View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1352 from CosmWasm/mergify/bp/main/pr-1338

    Don't run checkLibwasmVersion automatically on start (backport CosmWasm#1338)
    alpe authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e06c445 View commit details
    Browse the repository at this point in the history
  3. Add wasm command to support v1 gov proposals (CosmWasm#1326)

    * Add wasm command to support v1 gov proposals
    
    * fix lint issues
    
    * fix comments
    
    * Minor tweak and test files
    
    ---------
    
    Co-authored-by: Alex Peters <[email protected]>
    pinosu and alpe authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    52996db View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1353 from CosmWasm/ibc_packet_recv

    Redesign IBC on packet recv error/ result.Err handling
    alpe authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c2bb27d View commit details
    Browse the repository at this point in the history
  5. remove starport config

    faddat authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    af895a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Merge pull request CosmWasm#1359 from faddat/patch-10

    remove starport config
    alpe authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    b85abcf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Extract configured capabilities

    alpe committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6f35724 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1361 from CosmWasm/1341_cap

    Extract configured capabilities
    alpe authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    55647a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    7546a84 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge pull request CosmWasm#1369 from gjermundgaraba/bump_sdk_47_2

    Bumped SDK to 0.47.2 and CometBFT to 0.37.1
    alpe authored May 2, 2023
    Configuration menu
    Copy the full SHA
    a77658a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    0759d70 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request CosmWasm#1374 from CosmWasm/1372_sims

    Add wasm store  to import-export sims
    alpe authored May 4, 2023
    Configuration menu
    Copy the full SHA
    4fe0380 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.17.0 to 1.18.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.17.0...v1.18.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]>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    049c834 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1382 from CosmWasm/dependabot/github_acti…

    …ons/bufbuild/buf-setup-action-1.18.0
    
    Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0
    alpe authored May 8, 2023
    Configuration menu
    Copy the full SHA
    b936a23 View commit details
    Browse the repository at this point in the history
  3. Use ICS4Wrapper to send raw IBC packets & fix Fee middleware in wasm …

    …stack (backport CosmWasm#1375) (CosmWasm#1379)
    
    * Use ICS4Wrapper to send raw IBC packets & fix Fee in wasm stack
    
    (cherry picked from commit 6dfa5cb)
    
    # Conflicts:
    #	app/app.go
    #	x/wasm/keeper/handler_plugin.go
    #	x/wasm/keeper/keeper_cgo.go
    #	x/wasm/keeper/keeper_test.go
    #	x/wasm/keeper/options_test.go
    #	x/wasm/keeper/test_common.go
    
    * Fix merge conflicts
    
    * Inline ibc packet sender interface and minor chore
    
    * Rename IBCPacketSender
    
    ---------
    
    Co-authored-by: Assaf Morami <[email protected]>
    Co-authored-by: Alex Peters <[email protected]>
    3 people authored May 8, 2023
    Configuration menu
    Copy the full SHA
    e369920 View commit details
    Browse the repository at this point in the history
  4. Use ICS4Wrapper to send raw IBC packets & fix Fee middleware in wasm …

    …stack (backport CosmWasm#1375) (CosmWasm#1379)
    
    * Use ICS4Wrapper to send raw IBC packets & fix Fee in wasm stack
    
    (cherry picked from commit 6dfa5cb)
    
    # Conflicts:
    #	app/app.go
    #	x/wasm/keeper/handler_plugin.go
    #	x/wasm/keeper/keeper_cgo.go
    #	x/wasm/keeper/keeper_test.go
    #	x/wasm/keeper/options_test.go
    #	x/wasm/keeper/test_common.go
    
    * Fix merge conflicts
    
    * Inline ibc packet sender interface and minor chore
    
    * Rename IBCPacketSender
    
    ---------
    
    Co-authored-by: Assaf Morami <[email protected]>
    Co-authored-by: Alex Peters <[email protected]>
    3 people authored May 8, 2023
    Configuration menu
    Copy the full SHA
    7b2a73e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Bump github.com/cosmos/gogoproto from 1.4.8 to 1.4.9

    Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.8 to 1.4.9.
    - [Release notes](https://github.com/cosmos/gogoproto/releases)
    - [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
    - [Commits](cosmos/gogoproto@v1.4.8...v1.4.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/gogoproto
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 9, 2023
    Configuration menu
    Copy the full SHA
    fbee2c8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request CosmWasm#1377 from CosmWasm/dependabot/go_modules/…

    …github.com/cosmos/gogoproto-1.4.9
    
    Bump github.com/cosmos/gogoproto from 1.4.8 to 1.4.9
    alpe authored May 10, 2023
    Configuration menu
    Copy the full SHA
    d698df0 View commit details
    Browse the repository at this point in the history
  2. Apply review feedback (backport CosmWasm#1376) (CosmWasm#1384)

    * Apply review feedback (CosmWasm#1376)
    
    * Apply review feedback
    
    * Better test name
    
    * Add contract integration test
    
    * Better doc in test and minor refactoring
    
    (cherry picked from commit 29481db)
    
    * Set correct test chain id
    
    ---------
    
    Co-authored-by: Alexander Peters <[email protected]>
    mergify[bot] and alpe authored May 10, 2023
    Configuration menu
    Copy the full SHA
    6269668 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Revert gogoproto to v1.4.8

    pinosu committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d9affca View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1388 from CosmWasm/revert_gogoproto

    Revert gogoproto to v1.4.8
    alpe authored May 11, 2023
    Configuration menu
    Copy the full SHA
    351114b View commit details
    Browse the repository at this point in the history
  3. Bump docker version in circleCI

    alpe committed May 11, 2023
    Configuration menu
    Copy the full SHA
    28f2ce0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1386 from CosmWasm/ci_docker

    Bump pinned docker version in circleCI config
    alpe authored May 11, 2023
    Configuration menu
    Copy the full SHA
    1123653 View commit details
    Browse the repository at this point in the history
  5. Add changelog v0.32.0

    (cherry picked from commit c6bf5e3)
    alpe authored and mergify[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2974fd0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request CosmWasm#1390 from CosmWasm/mergify/bp/main/pr-1285

    Update changelog for v0.32.0 (backport CosmWasm#1285)
    alpe authored May 11, 2023
    Configuration menu
    Copy the full SHA
    fc45b6d View commit details
    Browse the repository at this point in the history
  7. Bump github.com/docker/distribution

    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.8.1...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    50828ac View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    0337c35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1394 from CosmWasm/dependabot/go_modules/…

    …github.com/docker/distribution-2.8.2incompatible
    
    Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible
    alpe authored May 15, 2023
    Configuration menu
    Copy the full SHA
    1a1d33e View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1397 from CosmWasm/ext_wasmibctesting

    Decouple testing from app with an interface
    alpe authored May 15, 2023
    Configuration menu
    Copy the full SHA
    e36611a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (CosmWasm#1401)

    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@log/v1.0.0...math/v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cosmossdk.io/math
      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>
    dependabot[bot] authored May 16, 2023
    Configuration menu
    Copy the full SHA
    f333820 View commit details
    Browse the repository at this point in the history
  2. Extend ibctesting coordinator

    alpe committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4cde99f View commit details
    Browse the repository at this point in the history
  3. Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (CosmWasm#1399)

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.5.0 to 1.5.1.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.5.0...v1.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      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>
    dependabot[bot] authored May 16, 2023
    Configuration menu
    Copy the full SHA
    f6a3534 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1405 from CosmWasm/ibc_testing_coord

    Extend ibctesting coordinator
    alpe authored May 16, 2023
    Configuration menu
    Copy the full SHA
    f3f69a6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.18.0 to 1.19.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.18.0...v1.19.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]>
    dependabot[bot] authored May 18, 2023
    Configuration menu
    Copy the full SHA
    de3b941 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Merge pull request CosmWasm#1409 from CosmWasm/dependabot/github_acti…

    …ons/bufbuild/buf-setup-action-1.19.0
    
    Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0
    alpe authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f34b566 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.8.2 to 1.8.3

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    e9925ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1413 from CosmWasm/dependabot/go_modules/…

    …github.com/stretchr/testify-1.8.3
    
    Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
    alpe authored May 19, 2023
    Configuration menu
    Copy the full SHA
    8e5b157 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    19e8bc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1415 from CosmWasm/fix_cli_bug

    Fix cli update-instantiate-config command
    alpe authored May 24, 2023
    Configuration menu
    Copy the full SHA
    a326a7b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Bump ibc-go version

    alpe committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6ee6d11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1418 from CosmWasm/ibcgo701

    Bump ibc-go version
    alpe authored May 25, 2023
    Configuration menu
    Copy the full SHA
    72c9d0f View commit details
    Browse the repository at this point in the history
  3. Add Changelog for v0.40.0 (CosmWasm#1416)

    * Add Changelog for v0.40.0
    
    * Review feedback and updates
    alpe authored May 25, 2023
    Configuration menu
    Copy the full SHA
    b0bfcc4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Feat : Trimmed label to prevent white spaces (CosmWasm#1412)

    * Merge pull request CosmWasm#1397 from CosmWasm/ext_wasmibctesting
    
    Decouple testing from app with an interface
    
    * Feat : Trimmed label to prevent white spaces
    
    * Fix: Made required nit changes
    
    * Added test files to validate untrimmed labels
    ruthishvitwit authored May 26, 2023
    Configuration menu
    Copy the full SHA
    e563a10 View commit details
    Browse the repository at this point in the history
  2. Add migration for AccessConfig (CosmWasm#1395)

    * Add migration for AccessConfig
    
    * Add more tests
    
    * Make migration more resilient and remove "old" types
    
    * cleanup legacy types
    
    * fix comments
    pinosu authored May 26, 2023
    Configuration menu
    Copy the full SHA
    e6d451b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. upgrade to go 1.20

    faddat committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f95876d View commit details
    Browse the repository at this point in the history
  2. Bump bufbuild/buf-setup-action from 1.19.0 to 1.20.0 (CosmWasm#1425)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.19.0 to 1.20.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.19.0...v1.20.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>
    dependabot[bot] authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b6dfab7 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (CosmWasm#1422)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.15.0...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      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>
    dependabot[bot] authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d0b520f View commit details
    Browse the repository at this point in the history
  4. Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (CosmWasm#1423)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.3...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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>
    dependabot[bot] authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5537735 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. chore: lint main with latest golangci-lint (CosmWasm#1419)

    * bump golang and linter in ci
    
    * cleanup lints
    
    * use go 1.19
    
    * don't use depguard, it causes problems with golangci-lint v1.53.1
    faddat authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7500f5d View commit details
    Browse the repository at this point in the history
  2. chore: maintain proto setup (CosmWasm#1420)

    * pin protos, use latest proto builder, and rebuild protos
    
    * make lint and make proto-all
    faddat authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8190752 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1427 from faddat/faddat/go-120

    chore: upgrade to go 1.20
    alpe authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ae7031d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f66fc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Update changelog for v0.40.1 release (CosmWasm#1436)

    * Update changelog for v0.40.1 release
    
    * Make lint pass
    pinosu authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    6937409 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    f42016e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. bump ibc

    faddat committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    3740099 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Merge pull request CosmWasm#1443 from faddat/bump-ibc

    chore: bump ibc to v7.1.0
    alpe authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    522e9bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bfe2ba View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Debug simulations in CI (CosmWasm#1446)

    * Debug simulations in CI
    
    * Bump bufbuild/buf-setup-action from 1.20.0 to 1.21.0
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.20.0 to 1.21.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.20.0...v1.21.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]>
    
    * Bump actions/checkout from 3.5.2 to 3.5.3
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.5.2...v3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    pinosu and dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bec6778 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1445 from CosmWasm/mergify_40

    Setup mergify to backport v0.40.x
    alpe authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1ce86ca View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Start system tests (CosmWasm#1410)

    * Start system tests
    
    * Go mod tidy
    
    * Add system tests (CosmWasm#1411)
    
    * Add tests
    
    * Add test-system to CI
    
    * Fix path
    
    * Remove store artifact steps
    
    * Add small fixes
    
    * Add stake/unstake tests
    
    * Add unsafe-reset-all extention + system test
    
    * Replace ustake with stake
    
    * Add more tests + fix bug in cli
    
    * Fix comments and add multi contract system test
    
    * Updates and fixes to system tests (CosmWasm#1449)
    
    * Updates
    
    * Minor cleanup
    
    * Make tests pass
    
    ---------
    
    Co-authored-by: Alexander Peters <[email protected]>
    
    * Fix Makefile to return exit code for system tests (CosmWasm#1450)
    
    * Abort on error results
    
    ---------
    
    Co-authored-by: pinosu <[email protected]>
    alpe and pinosu authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a4548ba View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Edit config to speed up debugging (CosmWasm#1447)

    * Edit config to speed up debugging
    
    * Make test deterministic
    
    * Restore test-sim-deterministic
    pinosu authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    657420b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Bump github.com/cosmos/cosmos-sdk from 0.47.2 to 0.47.3 in /tests/system

    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.47.2 to 0.47.3.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.47.2...v0.47.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5c63f01 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge pull request CosmWasm#1457 from CosmWasm/dependabot/go_modules/…

    …tests/system/github.com/cosmos/cosmos-sdk-0.47.3
    
    Bump github.com/cosmos/cosmos-sdk from 0.47.2 to 0.47.3 in /tests/system
    alpe authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    65b5321 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Bump bufbuild/buf-setup-action from 1.21.0 to 1.22.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.21.0...v1.22.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]>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e57901f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    b2214cf View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Merge pull request CosmWasm#1461 from CosmWasm/dependabot/github_acti…

    …ons/bufbuild/buf-setup-action-1.22.0
    
    Bump bufbuild/buf-setup-action from 1.21.0 to 1.22.0
    alpe authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    30f956b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request CosmWasm#1462 from CosmWasm/history_position

    Ensure history position does not conflict
    alpe authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c376c93 View commit details
    Browse the repository at this point in the history
  2. Bump seq in ibctests for failed messages as well (CosmWasm#1464)

    * Bump seq in ibctests for failed messages as well
    
    * Increase wait time for system tests
    
    * Revert "Increase wait time for system tests"
    
    This reverts commit 1b233bc.
    alpe authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    448cc64 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Bump bufbuild/buf-setup-action from 1.22.0 to 1.23.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.22.0 to 1.23.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.22.0...v1.23.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]>
    dependabot[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7644515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2496105 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1474 from CosmWasm/dependabot/github_acti…

    …ons/bufbuild/buf-setup-action-1.23.0
    
    Bump bufbuild/buf-setup-action from 1.22.0 to 1.23.0
    alpe authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1d423da View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.0 to 1.23.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.23.0...v1.23.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]>
    dependabot[bot] authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9b85d8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1477 from CosmWasm/dependabot/github_acti…

    …ons/bufbuild/buf-setup-action-1.23.1
    
    Bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1
    alpe authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    255ba09 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    5c6b2fb View commit details
    Browse the repository at this point in the history
  2. Add updates to ibctesting framework for MS (CosmWasm#1472)

    * Add message fees
    
    * Init slashing module for tests
    
    * Capture endblock ibc events and other ibctesting updates
    alpe authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f171a67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1481 from CosmWasm/system_notrace

    Remove trace param in system tests
    alpe authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c158b77 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Remove check for wasm limit size in state sync (CosmWasm#1471)

    * Remove check for wasm limit size in state sync
    
    * Fix comments
    
    * Store original value in variable
    pinosu authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1763477 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Bump CometBFT for security fix

    alpe committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    15e4317 View commit details
    Browse the repository at this point in the history
  2. Gov authorization propagation for sub-messages (CosmWasm#1482)

    * Add gov authorization propagation for sub-messages
    
    * Minor update
    alpe authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    63f73d3 View commit details
    Browse the repository at this point in the history
  3. Deprecate alias.go (CosmWasm#1484)

    * Deprecate alias.go
    
    * Fix comments
    pinosu authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0fd9ecd View commit details
    Browse the repository at this point in the history
  4. Upgrade to wasmvm 1.3.0-rc.0 (CosmWasm#1486)

    * Upgrade to wasmvm 1.3.0-rc.0
    
    * Fix comments
    pinosu authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1a5a2d9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request CosmWasm#1479 from CosmWasm/cometbft0372

    Bump CometBFT to v0.37.2 - security fix
    alpe authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    47cdac1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41bf225 View commit details
    Browse the repository at this point in the history
  7. Merge pull request CosmWasm#1489 from CosmWasm/system_dep_cleanup

    System tests dependency cleanup
    alpe authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    17e14a4 View commit details
    Browse the repository at this point in the history
  8. Bump github.com/cosmos/ibc-go/v7 from 7.1.0 to 7.2.0

    Bumps [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) from 7.1.0 to 7.2.0.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/v7.2.0/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@v7.1.0...v7.2.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]>
    dependabot[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3ab22e8 View commit details
    Browse the repository at this point in the history
  9. Add AllDenomMetadata BankQuery (CosmWasm#1426)

    * x/wasm: add AllDenomMetadata BankQuery
    
    * x/wasm: fix AllDenomMetadata BankQuery to have pagination and add DenomMetadata BankQuery
    
    * Use simplified pagination
    
    * Fix request conversion
    
    * Add unknown denom test cases
    
    * Add test for pagination conversion
    
    * Fix nits
    
    * Use wasmvm 1.3.0-rc.0
    
    * Fix test
    
    ---------
    
    Co-authored-by: Nikhil Suri <[email protected]>
    chipshort and nik-suri authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d2e9ace View commit details
    Browse the repository at this point in the history
  10. Merge pull request CosmWasm#1459 from CosmWasm/dependabot/go_modules/…

    …github.com/cosmos/ibc-go/v7-7.2.0
    
    Bump github.com/cosmos/ibc-go/v7 from 7.1.0 to 7.2.0
    alpe authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    db93d7b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Add Encodings For MsgFundCommunityPool from Distribution (CosmWasm#…

    …1458)
    
    * add FundCommunityPoolMsg to DistributionMsgs
    
    * gofumpt
    fragwuerdig authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c23ecae View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/client_golang from 1.15.0 to 1.16.0

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.0 to 1.16.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.15.0...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3fef0e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1453 from CosmWasm/dependabot/go_modules/…

    …github.com/prometheus/client_golang-1.16.0
    
    Bump github.com/prometheus/client_golang from 1.15.0 to 1.16.0
    alpe authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    52a7a6a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.23.1...v1.24.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]>
    dependabot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9f42774 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1502 from CosmWasm/dependabot/github_acti…

    …ons/bufbuild/buf-setup-action-1.24.0
    
    Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0
    alpe authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    788cdbb View commit details
    Browse the repository at this point in the history
  3. Make system tests extendable for other app binaries

     Please enter the commit message for your changes. Lines starting
    alpe committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d7df231 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1503 from CosmWasm/system_test_reusable

    Make system tests extendable for other app binaries
    alpe authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    661fd4b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Add a method to do raw query in ibctesting (CosmWasm#1505)

    * add a method to do raw query in ibctesting
    
    * update error message
    larry0x authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e5049ba View commit details
    Browse the repository at this point in the history
  2. Bump wasmvm to v1.3.0

    alpe committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8cc747b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.24.0 to 1.25.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.24.0...v1.25.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]>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    91c7154 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1514 from CosmWasm/dependabot/github_acti…

    …ons/bufbuild/buf-setup-action-1.25.0
    
    Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0
    alpe authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5d05b85 View commit details
    Browse the repository at this point in the history
  3. Build release + artifact on CI

    alpe committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    24fd281 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1511 from CosmWasm/wasmvm_13

    Bump wasmvm to v1.3.0
    alpe authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e39474e View commit details
    Browse the repository at this point in the history
  5. Merge pull request CosmWasm#1515 from CosmWasm/release_artifacts

    Build release + artifact on CI
    alpe authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6d770a5 View commit details
    Browse the repository at this point in the history
  6. Add distribution query

    alpe committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a17f5f2 View commit details
    Browse the repository at this point in the history
  7. Allow better override of wasmVM in x/wasm keeper (CosmWasm#1494)

    * Allow better override of wasmVM in x/wasm keeper
    
    * Add post vm options
    
    ---------
    
    Co-authored-by: Alex Peters <[email protected]>
    ethanfrey and alpe authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    07700a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge pull request CosmWasm#1517 from CosmWasm/distr_query

    Add distribution query
    alpe authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    551acab View commit details
    Browse the repository at this point in the history
  2. Test coin metadata query (CosmWasm#1520)

    * Test coin metadata query; contract updates
    
    * Update tests and contracts
    alpe authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fe3afd5 View commit details
    Browse the repository at this point in the history
  3. Add/Remove addresses for code upload params (CosmWasm#1493)

    * Start implementation
    
    * Add tests
    
    * Add fix
    
    * Fix comments
    
    * Minor chore (CosmWasm#1522)
    
    * Minor chore
    
    * Remove duplicate tests
    
    ---------
    
    Co-authored-by: Alexander Peters <[email protected]>
    pinosu and alpe authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    19c17cb View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Bump SDK to v0.47.4

    alpe committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    46f9ebf View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1525 from CosmWasm/sdk_upgrade474

    Bump SDK to v0.47.4
    alpe authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    375b04d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddd514f View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1526 from CosmWasm/circleci_workflow

    Revisit circleCI workflow for tags
    alpe authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    89cca2d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix: use a constant for badAddress in tx_test.go (CosmWasm#1533)

    * use a constant
    
    * use a constant for badAddress
    faddat authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2d54a1d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Update CHANGELOG for v0.41.0 release (CosmWasm#1524)

    * Update CHANGELOG
    
    * Fix comments
    
    * Set date
    pinosu authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    36416de View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. style: lint wasmd in the same manner as cosmos-sdk (CosmWasm#1537)

    * golangci-lint run ./... --fix
    
    * linting completed
    
    * use the CosmWasm repo as part of the gci config
    faddat authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8627f85 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (CosmWasm#1541)

    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>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ae964a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. marshaler to codec (CosmWasm#1545)

    * 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]>
    faddat and pinosu authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    dc970c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2373f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (CosmWasm#1549)

    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>
    dependabot[bot] authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    33df4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    08c517b View commit details
    Browse the repository at this point in the history
  2. Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (CosmWasm#1556)

    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>
    dependabot[bot] authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3de2c49 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (CosmWasm#1566)

    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>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7078c13 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    881d6a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfaf589 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Bump actions/checkout from 3.5.3 to 3.6.0 (CosmWasm#1572)

    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>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9e50a42 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    acfe1e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1575 from desmos-labs/paul/fix-wasmvm-cac…

    …he-metric-collector
    
    fix: make sure wasmvm cache metrics collector registration after VM setup
    alpe authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7c6069d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4595e6d View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1576 from CosmWasm/1575_test

    Fail fast on empty wasmvm cache metric setup
    alpe authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    78b5af2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    baf3357 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Rename key store key attribute to be more concrete

     Please enter the commit message for your changes. Lines starting
    alpe committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0d3bfce View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge pull request CosmWasm#1585 from CosmWasm/rename_key

    Rename key store key attribute to be more concrete
    alpe authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1f49d75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1582 from CosmWasm/gas_unit_test

    Add unit test for gas calculation
    alpe authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    daf48ea View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0 (CosmWasm#1594)

    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>
    dependabot[bot] authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0371b65 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump cosmos-sdk to v0.47.5

    pinosu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2ca9379 View commit details
    Browse the repository at this point in the history
  2. Remove Wasmer references

    pinosu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ffcfa8d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3.6.0 to 4.0.0

    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]>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    55ad68b View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1603 from CosmWasm/dependabot/github_acti…

    …ons/actions/checkout-4.0.0
    
    Bump actions/checkout from 3.6.0 to 4.0.0
    alpe authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1082ad5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1598 from CosmWasm/1595-bump_sdk_0.47.5

    Bump cosmos-sdk to v0.47.5
    alpe authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0903d63 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1599 from CosmWasm/1596-remove_wasmer_ref

    Remove Wasmer references
    alpe authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1149653 View commit details
    Browse the repository at this point in the history
  5. Deactivate thelper for linter

    alpe committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    51aae54 View commit details
    Browse the repository at this point in the history
  6. Merge pull request CosmWasm#1604 from CosmWasm/linter_no_thelper

    Deactivate thelper for linter
    alpe authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    086c052 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Bump github.com/cosmos/iavl from 0.20.0 to 0.20.1

    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]>
    dependabot[bot] authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3fc9224 View commit details
    Browse the repository at this point in the history
  2. Add logging for query err before redacting (CosmWasm#1605)

    * Add logging for query err before redacting
    
    * Fix comments
    pinosu authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f1835a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1606 from CosmWasm/dependabot/go_modules/…

    …github.com/cosmos/iavl-0.20.1
    
    Bump github.com/cosmos/iavl from 0.20.0 to 0.20.1
    alpe authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7bd6566 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. test: add test cases in ContractsByCode

    Signed-off-by: 170210 <[email protected]>
    170210 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9e3904c View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1607 from 170210/modify_wasmd_test

    test: add test cases in ContractsByCode
    alpe authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cb887ee View commit details
    Browse the repository at this point in the history
  3. Add StoreAndMigrateContract proposal (CosmWasm#1539)

    * Add StoreAndMigrateContract msg
    
    * Add tests
    
    * Add proposal cli
    
    * Fix comments
    pinosu authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    87dce54 View commit details
    Browse the repository at this point in the history
  4. Wasmvm 1.4 upgrade (CosmWasm#1590)

    * Start wasmvm 1.4 upgrade
    
    * Checksum lowercase
    
    * Start distribution query tests
    
    * Use wasmvm 1.4.0
    
    * Implement remaining distribution queries
    
    * Update test
    
    * Update to burner v1.4; minor updates
    
    * Add dec coin test
    
    * Fix merge conflict
    alpe authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3d9d92c View commit details
    Browse the repository at this point in the history
  5. Linter only (CosmWasm#1609)

    * Linter only
    
    * Bump linter version
    alpe authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0f82c95 View commit details
    Browse the repository at this point in the history
  6. Remove legacy gov proposal dependencies (CosmWasm#1587)

    * Remove legacy gov proposal dependencies
    
    * Fix comments
    
    * Fix lint
    
    * Update files
    
    * Fix lint
    
    * Fix lint
    pinosu authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    09b5008 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    965e28c View commit details
    Browse the repository at this point in the history
  2. Start rework channel query

    alpe committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e81d655 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Test channels query

    alpe committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    177c0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fa278 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge pull request CosmWasm#1619 from CosmWasm/queries

    Restrict pagination on all-state-query
    alpe authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    42f3192 View commit details
    Browse the repository at this point in the history
  2. Add store code authz (CosmWasm#1591)

    * 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
    pinosu authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dd22204 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1620 from CosmWasm/channel_query

    Start rework channel query
    alpe authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e0bfaa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    b72d182 View commit details
    Browse the repository at this point in the history
  2. Add grant system tests (CosmWasm#1626)

    * 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]>
    pinosu and alpe authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6a2bffd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request CosmWasm#1624 from CosmWasm/upper_limit

    Ensure some contraints and limits on pin/unpin code ids
    alpe authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7dba5c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dc2d0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1630 from CosmWasm/1629_genesis

    Fix genesis import with predictable addresses
    alpe authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c12e85e View commit details
    Browse the repository at this point in the history
  4. Set default query limit and ensure constraints (CosmWasm#1632)

    * 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]>
    alpe and pinosu authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    afa85da View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Update changelog for 0.42.0 release (CosmWasm#1633)

    * Add changelog for 0.42.0 release
    
    * Update changelog
    
    * Add date
    pinosu authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    03f3c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. SDK upgrade to v0.50 (branch) (CosmWasm#1611)

    * Start implementation
    
    * Add implementation + some e2e test
    
    * Fix lint
    
    * Squashed: sdk upgrade to v0.50
    
    * rebuild protos with newer proto builder
    
    (cherry picked from commit fd8f4c1)
    
    * update ibc-go
    
    (cherry picked from commit fb86679)
    
    * bump cosmos-sdk and ibc in the v50 branch (CosmWasm#1616)
    
    * tidy
    
    * upgade ibc
    
    * remove the toolchain command
    
    * Bump sdk version
    
    * Use correct bech32 prefix
    
    * Bump SDK
    
    * Enable fraud system test again
    
    * Fix genesis param name
    
    * Fix import/export simulations
    
    * set log level for benchmarks
    
    (cherry picked from commit 1cfb930)
    
    * Apply review comments
    
    * Remove gov beta1 helpers
    
    * Bump sdk version to latest in branch
    
    * Fix linter
    
    * Setup mergify for main
    
    * Update mergify for better branch name
    
    ---------
    
    Co-authored-by: Pino' Surace <[email protected]>
    Co-authored-by: Jacob Gadikian <[email protected]>
    3 people authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cd66f78 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4.0.0 to 4.1.0 (CosmWasm#1635)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.0.0...v4.1.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>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d5305e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    d79c819 View commit details
    Browse the repository at this point in the history
  2. Bump sdk to rc1

    alpe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    625cc49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1637 from CosmWasm/sdk-upgrade050rc1

    Bump sdk to rc1
    alpe authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bb2a2fa View commit details
    Browse the repository at this point in the history
  4. Bump github.com/rs/zerolog from 1.30.0 to 1.31.0

    Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.30.0 to 1.31.0.
    - [Release notes](https://github.com/rs/zerolog/releases)
    - [Commits](rs/zerolog@v1.30.0...v1.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rs/zerolog
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4c710cb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Bump github.com/cosmos/ibc-go/modules/capability

    Bumps [github.com/cosmos/ibc-go/modules/capability](https://github.com/cosmos/ibc-go) from 1.0.0-rc5 to 1.0.0-rc6.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@modules/capability/v1.0.0-rc5...modules/capability/v1.0.0-rc6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/ibc-go/modules/capability
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f3ad908 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1639 from CosmWasm/dependabot/go_modules/…

    …github.com/cosmos/ibc-go/modules/capability-1.0.0-rc6
    
    Bump github.com/cosmos/ibc-go/modules/capability from 1.0.0-rc5 to 1.0.0-rc6
    alpe authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5966c11 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1638 from CosmWasm/dependabot/go_modules/…

    …github.com/rs/zerolog-1.31.0
    
    Bump github.com/rs/zerolog from 1.30.0 to 1.31.0
    alpe authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    af8c491 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add msg update contract label (CosmWasm#1640)

    * Add msg update contract label
    
    * fix tests
    pinosu authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e654808 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (CosmW…

    …asm#1641)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.17.0/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      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>
    dependabot[bot] authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    894076a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+…

    …incompatible (CosmWasm#1647)
    
    * Bump github.com/docker/distribution
    
    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.2+incompatible to 2.8.3+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.8.2...v2.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix lint
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pino' Surace <[email protected]>
    dependabot[bot] and pinosu authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ca682c0 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/cosmos/ibc-go/v8 from 8.0.0-beta.0 to 8.0.0-beta.1 (C…

    …osmWasm#1648)
    
    * Bump github.com/cosmos/ibc-go/v8 from 8.0.0-beta.0 to 8.0.0-beta.1
    
    Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) from 8.0.0-beta.0 to 8.0.0-beta.1.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@v8.0.0-beta.0...v8.0.0-beta.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/ibc-go/v8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix conflicts
    
    * Fix lint
    
    * Make lint pass
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pino' Surace <[email protected]>
    dependabot[bot] and pinosu authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b845e14 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    e0da419 View commit details
    Browse the repository at this point in the history
  2. fix: propagate funds validation errors

    The validation functions on the `tx` type masquerade the root error
    message for the `Funds` validation. Having the original error helps to
    save time when debugging the cause for a failed tx.
    
    One example is if someone sends multiple funds to a contract execution
    without sorting the denoms, which is one of the validations in the
    `Coins.Validate` method. With the error propagation, the developer can
    quickly determine why the tx failed.
    aelesbao committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6b8b45c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request CosmWasm#1649 from aelesbao/aelesbao/fix/propagate…

    …-funds-err
    
    fix: propagate funds validation errors
    alpe authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3ea8575 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Retract v0.42.0 release

    pinosu committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4cd1345 View commit details
    Browse the repository at this point in the history
  2. Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0 (CosmWasm#1653)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.1 to 1.27.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.26.1...v1.27.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>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    bb7d3e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge pull request CosmWasm#1652 from CosmWasm/1651-retract_42_release

    Retract v0.42.0 release
    alpe authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4d5f875 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (CosmWasm#1656)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      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>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    99367e1 View commit details
    Browse the repository at this point in the history
  3. Add label validation for non printable chars (CosmWasm#1650)

    * Add label validation for non printable chars
    
    * Fix printable chars check
    pinosu authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1a22c29 View commit details
    Browse the repository at this point in the history
  4. Bump wasmvm to v1.4.1 - bugfix (backport CosmWasm#1658) (CosmWasm#1660)

    * Bump wasmvm to v1.4.1 - bugfix (CosmWasm#1658)
    
    * Bump wasmvm to 1.4.1 - bugfix
    
    * Update Dockerfile
    
    (cherry picked from commit 7270ccd)
    
    # Conflicts:
    #	go.mod
    #	go.sum
    
    * Resolve conflicts
    
    ---------
    
    Co-authored-by: Alexander Peters <[email protected]>
    mergify[bot] and alpe authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    90d4368 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    1445baa View commit details
    Browse the repository at this point in the history
  2. Used another prefix.

    DariuszDepta committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d8fe3f9 View commit details
    Browse the repository at this point in the history
  3. Fixes.

    DariuszDepta committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f79a694 View commit details
    Browse the repository at this point in the history
  4. Fixes.

    DariuszDepta committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    29d10f3 View commit details
    Browse the repository at this point in the history
  5. Refactoring.

    DariuszDepta committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    99ade09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9394faf View commit details
    Browse the repository at this point in the history
  7. Refactoring.

    DariuszDepta committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3af3036 View commit details
    Browse the repository at this point in the history
  8. Refactoring.

    DariuszDepta committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    76f6f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    257cd7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a6594 View commit details
    Browse the repository at this point in the history
  3. Update changelog for v0.43.0 release (CosmWasm#1662) (CosmWasm#1668)

    * Update changelog for v0.43.0 release
    
    * Add date
    
    (cherry picked from commit c51dcca)
    
    Co-authored-by: pinosu <[email protected]>
    mergify[bot] and pinosu authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    96867a3 View commit details
    Browse the repository at this point in the history
  4. Add system tests for chain upgrade (CosmWasm#1643)

    * Start chain upgrade tests
    
    * Fix stakeunstake test
    
    * Make test pass
    
    * Better stop chain
    
    * Test chain upgrade
    
    * Set upgrade handler order
    
    * Fix app for chain upgrade
    
    * Minor cleanup
    
    * Check contract state
    
    * Updates
    
    * Gov constitution migration will be handled by the sdk
    
    * Deactivate upgrade test
    
    * Helper
    
    * Better upgrade structure an minor updates
    
    (cherry picked from commit 32a01da)
    
    * Updates
    
    * Gci formatting
    
    * Updates
    
    * Testnet commit timeout
    
    * Update
    
    * Store artifacts on system test failure
    
    * Better circleci setup
    
    * Artifact path
    
    * x
    
    * Fix upgrade
    
    * Generic upgrade handler
    
    * Fix imports
    
    * Update tests/system/cli.go
    
    Co-authored-by: pinosu <[email protected]>
    
    ---------
    
    Co-authored-by: Pino' Surace <[email protected]>
    Co-authored-by: pinosu <[email protected]>
    3 people authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    cd78376 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix test code

    (cherry picked from commit 8bb5b82)
    alpe authored and mergify[bot] committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    bb2beb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606289a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Bump actions/checkout from 4.1.0 to 4.1.1

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    361ff25 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Rename some more "features" to "capabilities" (CosmWasm#1679)

    * Format code
    
    * Rename {Reflect,Cyberpunk}Features -> {Reflect,Cyberpunk}Capabilities
    webmaster128 authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a6fe36d View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1678 from CosmWasm/dependabot/github_acti…

    …ons/actions/checkout-4.1.1
    
    Bump actions/checkout from 4.1.0 to 4.1.1
    alpe authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2eee755 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 (CosmWasm#1677)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.0 to 1.27.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.27.0...v1.27.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>
    dependabot[bot] authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    62505fc View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Bump google.golang.org/grpc from 1.58.1 to 1.58.3 in /tests/system (C…

    …osmWasm#1682)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.1...v1.58.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5adfe12 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 (CosmWasm#1684)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.1 to 1.27.2.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.27.1...v1.27.2)
    
    ---
    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>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c6919e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    a2bbd36 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update changelog for v0.44.0 release (CosmWasm#1689)

    * Update changelog for v0.44.0 release
    
    * Add date
    pinosu authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    62d91d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Prevent empty channel version

    alpe committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fc549d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge pull request CosmWasm#1697 from CosmWasm/1693_default_version

    Prevent empty channel version
    alpe authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7c8f1e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Upgrade to SDK v0.50.1 (CosmWasm#1696)

    * Upgrade to SDK v0.50.1
    
    * Update dependencies
    
    * Upgrade ibc-go
    
    * Remove GetSigners() method
    
    * Update deps
    pinosu authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4313d7f View commit details
    Browse the repository at this point in the history
  2. Minor cleanups and comments (CosmWasm#1712)

    * Minor cleanups and comments
    
    * Lint
    alpe authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6f8c0a9 View commit details
    Browse the repository at this point in the history
  3. Fix local test scripts

    alpe committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c5f5881 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fix gov v1beta1 support for legacy propsals (CosmWasm#1715)

    * Revert "Remove gov v1beta1 dependencies and deprecated proposals (CosmWasm#1646)"
    
    This reverts commit e0da419.
    
    * Rename legacy propsal files
    
    * Ensure gov store support for v1beta1 types
    
    * Linter
    
    * Cleanup alias
    alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2a82e35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1714 from CosmWasm/local_scripts

    Fix local test scripts
    alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1223434 View commit details
    Browse the repository at this point in the history
  3. Allow empty attribute values (CosmWasm#1618)

    * remove event value judgment
    
    * remove event value judgment
    
    * fix cosmwasm events test
    99Kies authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4e7316e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f31351f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12589b2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request CosmWasm#1720 from CosmWasm/retract_43_44

    Retract wasmd v0.43.0 and v0.44.0
    alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0c8a485 View commit details
    Browse the repository at this point in the history
  7. Merge pull request CosmWasm#1719 from CosmWasm/1617_regression

    Pass empty attribute value through stack
    alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    09ae328 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8eaa55b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (CosmWasm#1726)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.0 to 1.28.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.28.0...v1.28.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>
    dependabot[bot] authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    07eb14a View commit details
    Browse the repository at this point in the history
  2. Update README (CosmWasm#1727)

    pinosu authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3b6512c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Update compatibility metrics

    alpe committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5cbc756 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1730 from CosmWasm/doc

    Update compatibility metrics
    alpe authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9050b5f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix migrate legacy params (CosmWasm#1729)

    * Fix migrate legacy params
    
    * Better tests
    
    * Handle upgrade from wasmd 33 chains
    alpe authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    dffa321 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Bump github.com/cometbft/cometbft from 0.38.0 to 0.38.1 (CosmWasm#1733)

    Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.0 to 0.38.1.
    - [Release notes](https://github.com/cometbft/cometbft/releases)
    - [Changelog](https://github.com/cometbft/cometbft/blob/main/CHANGELOG.md)
    - [Commits](cometbft/cometbft@v0.38.0...v0.38.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cometbft/cometbft
      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>
    dependabot[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b02a472 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Prepare v0.50.0 release (CosmWasm#1737)

    * Update changelog
    
    * Update readme
    alpe authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7ea00e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    7ddec9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec93417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c15fb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da7659d View commit details
    Browse the repository at this point in the history
  5. fix: delete bankplus

    da1suk8 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    38a4720 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    851fded View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5498f5 View commit details
    Browse the repository at this point in the history
  8. fix: enable to compile

    (cherry picked from commit Finschia@b8d992b)
    zemyblue authored and da1suk8 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f282bbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6910aa6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9417a25 View commit details
    Browse the repository at this point in the history
  11. build: make proto

    da1suk8 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c1844ef View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    6dcb1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b420c View commit details
    Browse the repository at this point in the history
  3. revert: restore deleted files

    This reverts commit f1b420c
    da1suk8 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    57af044 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95b23be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc9ae90 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: add initialize store

    da1suk8 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9dd0509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f12cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    505b470 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    66c15df View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. test: update testdata

    This testdata based on CosmWasm#1590
    da1suk8 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c36aaa8 View commit details
    Browse the repository at this point in the history
  2. fix: unittest error of wasm cli query_test (remove query unittest bec…

    …ause there is a similar test in testutil.)
    zemyblue committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f387943 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    fe68ffc View commit details
    Browse the repository at this point in the history