Commit Graph

1998 Commits

Author SHA1 Message Date
pinosu
4313d7f3ee Upgrade to SDK v0.50.1 (#1696)
* Upgrade to SDK v0.50.1

* Update dependencies

* Upgrade ibc-go

* Remove GetSigners() method

* Update deps
2023-11-13 12:31:36 +01:00
Alexander Peters
7c8f1e8d54 Merge pull request #1697 from CosmWasm/1693_default_version
Prevent empty channel version
2023-11-10 08:46:35 +01:00
Alex Peters
fc549d46c4 Prevent empty channel version 2023-11-08 09:24:04 +01:00
pinosu
62d91d972a Update changelog for v0.44.0 release (#1689)
* Update changelog for v0.44.0 release

* Add date
2023-11-06 14:46:53 +01:00
pinosu
a2bbd36364 Bump wasmvm 1.5.0 (#1686) 2023-10-31 12:39:05 +01:00
dependabot[bot]
c6919e140b Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 (#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](https://github.com/bufbuild/buf-setup-action/compare/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>
2023-10-30 10:46:28 +01:00
dependabot[bot]
5adfe12971 Bump google.golang.org/grpc from 1.58.1 to 1.58.3 in /tests/system (#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](https://github.com/grpc/grpc-go/compare/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>
2023-10-26 10:50:17 +02:00
dependabot[bot]
62505fc1e2 Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 (#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](https://github.com/bufbuild/buf-setup-action/compare/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>
2023-10-25 17:31:24 +02:00
Alexander Peters
2eee755048 Merge pull request #1678 from CosmWasm/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1
2023-10-20 18:05:17 +02:00
Simon Warta
a6fe36d574 Rename some more "features" to "capabilities" (#1679)
* Format code

* Rename {Reflect,Cyberpunk}Features -> {Reflect,Cyberpunk}Capabilities
2023-10-20 18:04:59 +02:00
dependabot[bot]
361ff25b07 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](https://github.com/actions/checkout/compare/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>
2023-10-18 08:58:22 +00:00
Alexander Peters
606289ab56 Merge pull request #1671 from CosmWasm/mergify/bp/main/pr-1670
Fix test code (backport #1670)
2023-10-16 18:26:03 +02:00
Alex Peters
bb2beb8d9f Fix test code
(cherry picked from commit 8bb5b82bad97339e78aa1e349b95d68ebc758767)
2023-10-16 15:27:44 +00:00
Alexander Peters
cd7837680b Add system tests for chain upgrade (#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 32a01da4563b52df6167929f3535d111ad18a1b7)

* 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>
2023-10-13 14:16:31 +02:00
mergify[bot]
96867a33d5 Update changelog for v0.43.0 release (#1662) (#1668)
* Update changelog for v0.43.0 release

* Add date

(cherry picked from commit c51dccae4553d5d1ae3b3573ca3dcf307efbdc0a)

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
2023-10-13 10:28:41 +02:00
Dariusz Depta
c8a659420b Merge pull request #1666 from CosmWasm/classic-address-tests
Classic address tests
2023-10-13 10:01:22 +02:00
Dariusz Depta
257cd7e0bc Made cleanup function private. 2023-10-13 09:41:29 +02:00
Dariusz Depta
76f6f3d548 Refactoring. 2023-10-12 18:58:17 +02:00
Dariusz Depta
3af3036a79 Refactoring. 2023-10-12 17:42:42 +02:00
Dariusz Depta
9394faf3be Maybe this will fix the problem. 2023-10-12 17:21:39 +02:00
Dariusz Depta
99ade09b37 Refactoring. 2023-10-12 16:21:31 +02:00
Dariusz Depta
29d10f3af2 Fixes. 2023-10-12 16:15:30 +02:00
Dariusz Depta
f79a694bbd Fixes. 2023-10-12 15:42:42 +02:00
Dariusz Depta
d8fe3f9467 Used another prefix. 2023-10-12 15:31:27 +02:00
Dariusz Depta
1445baa490 Added tests for classic addresses. 2023-10-12 15:03:09 +02:00
mergify[bot]
90d43687ce Bump wasmvm to v1.4.1 - bugfix (backport #1658) (#1660)
* Bump wasmvm to v1.4.1 - bugfix (#1658)

* Bump wasmvm to 1.4.1 - bugfix

* Update Dockerfile

(cherry picked from commit 7270ccd949a926b479b08e86d639a3ebbbd1754e)

# Conflicts:
#	go.mod
#	go.sum

* Resolve conflicts

---------

Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2023-10-09 15:47:49 +02:00
pinosu
1a22c29ea4 Add label validation for non printable chars (#1650)
* Add label validation for non printable chars

* Fix printable chars check
2023-10-09 11:36:09 +02:00
dependabot[bot]
99367e19f9 Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#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](https://github.com/spf13/viper/compare/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>
2023-10-09 09:36:06 +02:00
Alexander Peters
4d5f8756ac Merge pull request #1652 from CosmWasm/1651-retract_42_release
Retract v0.42.0 release
2023-10-09 08:43:01 +02:00
dependabot[bot]
bb7d3e5642 Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0 (#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](https://github.com/bufbuild/buf-setup-action/compare/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>
2023-10-06 16:06:50 +02:00
Pino' Surace
4cd1345b64 Retract v0.42.0 release 2023-10-06 10:46:58 +02:00
Alexander Peters
3ea8575ebc Merge pull request #1649 from aelesbao/aelesbao/fix/propagate-funds-err
fix: propagate funds validation errors
2023-10-05 08:42:55 +02:00
Augusto Elesbão
6b8b45c32b 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.
2023-10-04 11:36:22 +02:00
pinosu
e0da419409 Remove gov v1beta1 dependencies and deprecated proposals (#1646) 2023-10-04 09:31:48 +02:00
dependabot[bot]
b845e14491 Bump github.com/cosmos/ibc-go/v8 from 8.0.0-beta.0 to 8.0.0-beta.1 (#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](https://github.com/cosmos/ibc-go/compare/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>
2023-10-03 14:13:19 +02:00
dependabot[bot]
ca682c085e Bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible (#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](https://github.com/docker/distribution/compare/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>
2023-10-03 13:04:54 +02:00
dependabot[bot]
894076a25c Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#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](https://github.com/prometheus/client_golang/compare/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>
2023-09-28 16:51:07 +02:00
pinosu
e65480838a Add msg update contract label (#1640)
* Add msg update contract label

* fix tests
2023-09-28 10:49:44 +02:00
Alexander Peters
af8c491621 Merge pull request #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
2023-09-27 11:46:36 +02:00
Alexander Peters
5966c111e7 Merge pull request #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
2023-09-27 11:46:05 +02:00
dependabot[bot]
f3ad908f95 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](https://github.com/cosmos/ibc-go/compare/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>
2023-09-27 09:01:16 +00:00
dependabot[bot]
4c710cb149 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](https://github.com/rs/zerolog/compare/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>
2023-09-26 10:55:10 +00:00
Alexander Peters
bb2a2fa752 Merge pull request #1637 from CosmWasm/sdk-upgrade050rc1
Bump sdk to rc1
2023-09-26 12:53:25 +02:00
Alex Peters
625cc499f0 Bump sdk to rc1 2023-09-26 09:59:33 +02:00
pinosu
d79c819e3f Update cosmos-sdk version in system tests (#1636) 2023-09-26 09:35:36 +02:00
dependabot[bot]
d5305e802c Bump actions/checkout from 4.0.0 to 4.1.0 (#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](https://github.com/actions/checkout/compare/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>
2023-09-25 15:31:55 +02:00
Alexander Peters
cd66f786b2 SDK upgrade to v0.50 (branch) (#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 fd8f4c1d0d2163f0a504356c16cd2d250f6218f3)

* update ibc-go

(cherry picked from commit fb8667960fbeedb7d242baa644572986a154d4b6)

* bump cosmos-sdk and ibc in the v50 branch (#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 1cfb93008c596db62d22aba882f37a469546bfb9)

* 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>
2023-09-25 10:42:35 +02:00
pinosu
03f3c72a6c Update changelog for 0.42.0 release (#1633)
* Add changelog for 0.42.0 release

* Update changelog

* Add date
2023-09-20 12:26:13 +02:00
Alexander Peters
afa85da3f4 Set default query limit and ensure constraints (#1632)
* Set default query limit and ensure constraints

* Update x/wasm/client/cli/query.go

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>

---------

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
2023-09-18 11:25:01 +02:00
Alexander Peters
c12e85ee8f Merge pull request #1630 from CosmWasm/1629_genesis
Fix genesis import with predictable addresses
2023-09-18 10:24:48 +02:00