Commit Graph

2009 Commits

Author SHA1 Message Date
Alexander Peters
1d423da188 Merge pull request #1474 from CosmWasm/dependabot/github_actions/bufbuild/buf-setup-action-1.23.0
Bump bufbuild/buf-setup-action from 1.22.0 to 1.23.0
2023-06-30 10:40:21 +02:00
Alexander Peters
2496105c20 Use large resouce class for CI system tests (#1465) 2023-06-30 10:39:48 +02:00
dependabot[bot]
7644515c0f 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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
2023-06-30 08:08:45 +00:00
Alexander Peters
448cc643d8 Bump seq in ibctests for failed messages as well (#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 1b233bc30b270b031237d9a4a71b074211faf565.
2023-06-29 10:59:48 +02:00
Alexander Peters
c376c931b8 Merge pull request #1462 from CosmWasm/history_position
Ensure history position does not conflict
2023-06-29 09:03:07 +02:00
Alexander Peters
30f956bed2 Merge pull request #1461 from CosmWasm/dependabot/github_actions/bufbuild/buf-setup-action-1.22.0
Bump bufbuild/buf-setup-action from 1.21.0 to 1.22.0
2023-06-28 10:41:05 +02:00
Alex Peters
b2214cf2d9 Ensure history position does not conflict 2023-06-27 18:27:04 +02:00
dependabot[bot]
e57901fdd0 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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
2023-06-26 09:03:55 +00:00
Alexander Peters
65b53216a6 Merge pull request #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
2023-06-23 10:34:56 +02:00
dependabot[bot]
5c63f01254 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](https://github.com/cosmos/cosmos-sdk/compare/v0.47.2...v0.47.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-22 20:09:33 +00:00
pinosu
657420b17e Edit config to speed up debugging (#1447)
* Edit config to speed up debugging

* Make test deterministic

* Restore test-sim-deterministic
2023-06-19 11:08:49 +02:00
Alexander Peters
a4548ba175 Start system tests (#1410)
* Start system tests

* Go mod tidy

* Add system tests (#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 (#1449)

* Updates

* Minor cleanup

* Make tests pass

---------

Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>

* Fix Makefile to return exit code for system tests (#1450)

* Abort on error results

---------

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
2023-06-15 16:55:33 +02:00
Alexander Peters
1ce86ca420 Merge pull request #1445 from CosmWasm/mergify_40
Setup mergify to backport v0.40.x
2023-06-13 12:46:35 +02:00
pinosu
bec67780e3 Debug simulations in CI (#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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>

* 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](https://github.com/actions/checkout/compare/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] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 11:02:55 +02:00
Alex Peters
4bfe2bac9d Setup mergify to backport v0.40.x 2023-06-12 16:35:07 +02:00
Alexander Peters
522e9bf0a5 Merge pull request #1443 from faddat/bump-ibc
chore: bump ibc to v7.1.0
2023-06-12 08:59:40 +02:00
Jacob Gadikian
3740099f83 bump ibc 2023-06-10 15:31:26 +08:00
pinosu
f42016e269 Upgrade cosmos-sdk to v0.47.3 (#1442) 2023-06-09 15:54:42 +02:00
pinosu
6937409740 Update changelog for v0.40.1 release (#1436)
* Update changelog for v0.40.1 release

* Make lint pass
2023-06-07 16:32:33 +02:00
pinosu
54f66fc3e1 Bump wasmvm to v1.2.4 (#1431) 2023-06-06 09:53:03 +02:00
Alexander Peters
ae7031d53a Merge pull request #1427 from faddat/faddat/go-120
chore: upgrade to go 1.20
2023-06-06 08:20:09 +02:00
Jacob Gadikian
8190752d5e chore: maintain proto setup (#1420)
* pin protos, use latest proto builder, and rebuild protos

* make lint and make proto-all
2023-06-06 08:18:22 +02:00
Jacob Gadikian
7500f5d625 chore: lint main with latest golangci-lint (#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
2023-06-06 08:17:35 +02:00
dependabot[bot]
5537735e00 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#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](https://github.com/stretchr/testify/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 11:20:14 +02:00
dependabot[bot]
d0b520f3eb Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#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](https://github.com/spf13/viper/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 10:30:59 +02:00
dependabot[bot]
b6dfab7bce Bump bufbuild/buf-setup-action from 1.19.0 to 1.20.0 (#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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 10:30:02 +02:00
Jacob Gadikian
f95876df4a upgrade to go 1.20 2023-06-01 16:29:41 +08:00
pinosu
e6d451bf9d Add migration for AccessConfig (#1395)
* Add migration for AccessConfig

* Add more tests

* Make migration more resilient and remove "old" types

* cleanup legacy types

* fix comments
2023-05-26 13:08:48 +02:00
ruthishvitwit
e563a10cfa Feat : Trimmed label to prevent white spaces (#1412)
* Merge pull request #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
2023-05-26 13:06:33 +02:00
Alexander Peters
b0bfcc43d0 Add Changelog for v0.40.0 (#1416)
* Add Changelog for v0.40.0

* Review feedback and updates
2023-05-25 16:51:59 +02:00
Alexander Peters
72c9d0f015 Merge pull request #1418 from CosmWasm/ibcgo701
Bump ibc-go version
2023-05-25 16:51:20 +02:00
Alex Peters
6ee6d11ad0 Bump ibc-go version 2023-05-25 16:10:27 +02:00
Alexander Peters
a326a7bd82 Merge pull request #1415 from CosmWasm/fix_cli_bug
Fix cli update-instantiate-config command
2023-05-24 15:59:25 +02:00
Pino' Surace
19e8bc8e45 Fix cli update-instantiate-config command 2023-05-24 14:31:34 +02:00
Alexander Peters
8e5b1572ac Merge pull request #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
2023-05-19 12:07:21 +02:00
dependabot[bot]
e9925ae075 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](https://github.com/stretchr/testify/compare/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] <support@github.com>
2023-05-19 08:59:04 +00:00
Alexander Peters
f34b566480 Merge pull request #1409 from CosmWasm/dependabot/github_actions/bufbuild/buf-setup-action-1.19.0
Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0
2023-05-19 09:10:46 +02:00
dependabot[bot]
de3b941040 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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
2023-05-18 09:02:35 +00:00
Alexander Peters
f3f69a639b Merge pull request #1405 from CosmWasm/ibc_testing_coord
Extend ibctesting coordinator
2023-05-16 17:50:41 +02:00
dependabot[bot]
f6a3534a8c Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#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](https://github.com/spf13/cast/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 17:28:38 +02:00
Alex Peters
4cde99fd05 Extend ibctesting coordinator 2023-05-16 17:15:19 +02:00
dependabot[bot]
f333820562 Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#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](https://github.com/cosmos/cosmos-sdk/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 16:44:11 +02:00
Alexander Peters
e36611aa22 Merge pull request #1397 from CosmWasm/ext_wasmibctesting
Decouple testing from app with an interface
2023-05-15 11:16:54 +02:00
Alexander Peters
1a1d33e60a Merge pull request #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
2023-05-15 09:42:20 +02:00
Alex Peters
0337c35f94 Decouple testing from app with an interface 2023-05-15 09:38:39 +02:00
dependabot[bot]
50828ac324 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](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 20:47:28 +00:00
Alexander Peters
fc45b6d531 Merge pull request #1390 from CosmWasm/mergify/bp/main/pr-1285
Update changelog for v0.32.0 (backport #1285)
2023-05-11 12:28:55 +02:00
Alex Peters
2974fd0252 Add changelog v0.32.0
(cherry picked from commit c6bf5e39d20491102bfe516caa85c01eec77c481)
2023-05-11 10:28:29 +00:00
Alexander Peters
11236536f1 Merge pull request #1386 from CosmWasm/ci_docker
Bump pinned docker version in circleCI config
2023-05-11 12:27:35 +02:00
Alex Peters
28f2ce0a11 Bump docker version in circleCI 2023-05-11 11:57:51 +02:00