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

upd: updated to wasmd v0.50 #NTRN-231 #153

Closed
wants to merge 66 commits into from
Closed

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 <pino.surace@live.it>
    Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
    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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    
    * Fix lint
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pino' Surace <pino.surace@live.it>
    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] <support@github.com>
    
    * Fix conflicts
    
    * Fix lint
    
    * Make lint pass
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pino' Surace <pino.surace@live.it>
    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] <support@github.com>
    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] <support@github.com>
    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 <alpe@users.noreply.github.com>
    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 <95283998+pinosu@users.noreply.github.com>
    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 <95283998+pinosu@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Pino' Surace <pino.surace@live.it>
    Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
    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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    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] <support@github.com>
    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 4, 2024

  1. Merge branch 'cosmwasm-orig-0.50.0' into upd/neutron-upd-0.50

    # Conflicts:
    #	CHANGELOG.md
    #	Dockerfile
    #	README.md
    #	app/app.go
    #	cmd/wasmd/root.go
    #	go.mod
    #	go.sum
    #	x/wasm/keeper/handler_plugin_encoders_test.go
    #	x/wasm/keeper/keeper.go
    #	x/wasm/keeper/msg_server.go
    #	x/wasm/keeper/msg_server_integration_test.go
    #	x/wasm/keeper/proposal_integration_test.go
    #	x/wasm/module_test.go
    #	x/wasm/types/codec.go
    #	x/wasm/types/genesis.pb.go
    #	x/wasm/types/tx.go
    #	x/wasm/types/tx.pb.go
    swelf19 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1e620a5 View commit details
    Browse the repository at this point in the history
  2. merged orig v0.50

    swelf19 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    564e5d1 View commit details
    Browse the repository at this point in the history