Commit Graph

2283 Commits

Author SHA1 Message Date
e904a6d32c updated to forked wasmvm v1.0.0 2024-10-09 14:08:08 +01:00
5f67e1fd62 changing url to vanity import address 2024-10-09 11:32:42 +01:00
Pino' Surace
02354c6f41 Handle discount in setup costs for in memory cache contracts (#1987)
* Start work on setup costs for in memory cache contracts

* Format

* Clean up

* Handle discount in reply

* Fix some tests

* Fix comments

* Add tests

* Add log warning + fix tests

* Update doc comment

Co-authored-by: Christoph Otter <chris@confio.gmbh>

---------

Co-authored-by: Christoph Otter <chris@confio.gmbh>
2024-09-26 09:51:27 +02:00
Pino' Surace
58217a204c Bump cosmos-sdk v0.50.10 (#1996) 2024-09-23 16:02:07 +02:00
dependabot[bot]
427f9115f3 Bump cosmossdk.io/x/tx from 0.13.4 to 0.13.5 (#1994)
Bumps [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk) from 0.13.4 to 0.13.5.
- [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/x/tx/v0.13.4...x/tx/v0.13.5)

---
updated-dependencies:
- dependency-name: cosmossdk.io/x/tx
  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>
2024-09-19 12:26:07 +02:00
dependabot[bot]
3d75f046ec Bump bufbuild/buf-setup-action from 1.41.0 to 1.42.0 (#1993)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.41.0 to 1.42.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.41.0...v1.42.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>
2024-09-19 10:47:57 +02:00
dependabot[bot]
f478697fce Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#1992)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.3...v1.20.4)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  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>
2024-09-17 11:42:39 +02:00
dependabot[bot]
0e0552bfa3 Bump github.com/cometbft/cometbft in /tests/system (#1991)
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.10 to 0.38.12.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.12/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/compare/v0.38.10...v0.38.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 19:05:24 +02:00
dependabot[bot]
81c1eb0f21 Bump bufbuild/buf-setup-action from 1.40.1 to 1.41.0 (#1988)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.40.1 to 1.41.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.40.1...v1.41.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>
2024-09-12 14:02:30 +02:00
Pino' Surace
2e545957fa Add CodeInfo rpc query (#1943)
* Add CodeInfo rpc query

* Fix typos

* Add QueryCodeInfoResponse type

* Inline fields in QueryCodeInfoResponse

* Fix comments
2024-09-11 12:33:51 +02:00
dependabot[bot]
2345840d9a Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#1983)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.2...v1.20.3)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  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>
2024-09-09 11:16:51 +02:00
dependabot[bot]
d1481ac565 Bump cosmossdk.io/store from 1.1.0 to 1.1.1 (#1984)
Bumps [cosmossdk.io/store](https://github.com/cosmos/cosmos-sdk) from 1.1.0 to 1.1.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.1.0...math/v1.1.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/store
  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>
2024-09-09 11:13:14 +02:00
dependabot[bot]
e5295fed84 Bump bufbuild/buf-setup-action from 1.39.0 to 1.40.1 (#1985)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.39.0 to 1.40.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.39.0...v1.40.1)

---
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>
2024-09-09 11:12:12 +02:00
Pino' Surace
55190164fd Test integration update (#1975)
* move tests to integration folder

* Update test integration

* Fix lint

* Fix gas in recurse tests

* Extract ibctesting from x/wasm

* more changes (#1976)

* Fix comments and cleanup

---------

Co-authored-by: Marko Baricevic <marko@baricevic.me>
2024-08-30 15:21:35 +02:00
Pino' Surace
66fd39438c Fix error wrapping on recursive calls (#1973) 2024-08-28 12:57:22 +02:00
dependabot[bot]
cf2becd760 Bump bufbuild/buf-setup-action from 1.38.0 to 1.39.0 (#1972)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.38.0...v1.39.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>
2024-08-28 11:19:08 +02:00
Christoph Otter
f02cbc5876 Merge pull request #1971 from CosmWasm/co/fix-test
Fix tests
2024-08-27 12:58:27 +02:00
Christoph Otter
b4de793f95 Fix tests 2024-08-27 12:44:32 +02:00
dependabot[bot]
1d0c66c4cf Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 (#1970)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.0 to 1.20.2.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.0...v1.20.2)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  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>
2024-08-26 10:55:10 +02:00
dependabot[bot]
d2a853de19 Bump bufbuild/buf-setup-action from 1.37.0 to 1.38.0 (#1969)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.37.0...v1.38.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>
2024-08-23 10:57:17 +02:00
Christoph Otter
de7db0dc67 Add changelog entry for 0.53.0 2024-08-21 11:03:26 +02:00
Christoph Otter
db8981db84 Fix 2024-08-21 10:43:46 +02:00
Kirill Karpik
dba033ab1e fix buf.lock commit for cosmos-sdk (#1965) 2024-08-21 09:50:04 +02:00
dependabot[bot]
d63c1bdf56 Bump bufbuild/buf-setup-action from 1.36.0 to 1.37.0 (#1964)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.36.0...v1.37.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>
2024-08-19 14:02:50 +02:00
dependabot[bot]
78d2f24e05 Bump cosmossdk.io/log from 1.4.0 to 1.4.1 (#1963)
Bumps [cosmossdk.io/log](https://github.com/cosmos/cosmos-sdk) from 1.4.0 to 1.4.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.4.0...log/v1.4.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/log
  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>
2024-08-19 11:01:04 +02:00
dependabot[bot]
ceac7731cd Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#1962)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.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>
2024-08-15 10:57:53 +02:00
dependabot[bot]
21b84aa252 Bump github.com/cosmos/gogoproto from 1.6.0 to 1.7.0 (#1960)
Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/cosmos/gogoproto/releases)
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/gogoproto/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/gogoproto
  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>
2024-08-14 17:15:13 +02:00
dependabot[bot]
c951068274 Bump cosmossdk.io/tools/confix from 0.1.1 to 0.1.2 (#1961)
Bumps [cosmossdk.io/tools/confix](https://github.com/cosmos/cosmos-sdk) from 0.1.1 to 0.1.2.
- [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/x/nft/v0.1.1...x/upgrade/v0.1.2)

---
updated-dependencies:
- dependency-name: cosmossdk.io/tools/confix
  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>
2024-08-14 11:35:21 +02:00
Kerber0x
1d6cf4ddfc Fix immutible typo (#1958) 2024-08-12 18:19:40 +02:00
Pino' Surace
fea380d241 Bump cosmos-sdk to v0.50.9 (#1955) 2024-08-12 16:09:19 +02:00
Xavier Leprêtre
eac360c178 Fix typo in predictable. (#1957) 2024-08-12 16:08:59 +02:00
dependabot[bot]
f8f6fe27c5 Bump github.com/cometbft/cometbft from 0.38.10 to 0.38.11 (#1956)
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.10 to 0.38.11.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.11/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/compare/v0.38.10...v0.38.11)

---
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>
2024-08-12 10:51:41 +02:00
dependabot[bot]
8946a3222a Bump github.com/CosmWasm/wasmvm/v2 from 2.1.0 to 2.1.2 (#1953)
* Bump github.com/CosmWasm/wasmvm/v2 from 2.1.0 to 2.1.2

Bumps [github.com/CosmWasm/wasmvm/v2](https://github.com/CosmWasm/wasmvm) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/CosmWasm/wasmvm/compare/v2.1.0...v2.1.2)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockefile

* Fix gas

---------

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>
2024-08-12 10:30:58 +02:00
dependabot[bot]
09f934763f Bump github.com/cosmos/gogoproto from 1.5.0 to 1.6.0 (#1954)
Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/cosmos/gogoproto/releases)
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/gogoproto
  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>
2024-08-09 13:20:08 +02:00
dependabot[bot]
b4c6079ee3 Bump cosmossdk.io/log from 1.3.1 to 1.4.0 (#1951)
Bumps [cosmossdk.io/log](https://github.com/cosmos/cosmos-sdk) from 1.3.1 to 1.4.0.
- [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.3.1...log/v1.4.0)

---
updated-dependencies:
- dependency-name: cosmossdk.io/log
  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>
2024-08-08 16:29:02 +02:00
dependabot[bot]
a83b63a909 Bump github.com/spf13/cast from 1.6.0 to 1.7.0 (#1948)
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](https://github.com/spf13/cast/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cast
  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>
2024-08-07 11:11:31 +02:00
dependabot[bot]
61ddac7829 Bump bufbuild/buf-setup-action from 1.35.1 to 1.36.0 (#1949)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.35.1...v1.36.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>
2024-08-07 11:10:41 +02:00
Pino' Surace
e62dbc13d6 Bump cosmos-sdk to v0.50.8 (#1947) 2024-08-06 15:31:44 +02:00
dependabot[bot]
31fdd09044 Bump cosmossdk.io/x/tx from 0.13.3 to 0.13.4 (#1945)
Bumps [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk) from 0.13.3 to 0.13.4.
- [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/x/tx/v0.13.3...x/tx/v0.13.4)

---
updated-dependencies:
- dependency-name: cosmossdk.io/x/tx
  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>
2024-08-06 13:07:43 +02:00
dependabot[bot]
4762f4b950 Bump github.com/cosmos/ibc-go/v8 from 8.3.2 to 8.4.0 (#1941)
Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) from 8.3.2 to 8.4.0.
- [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.3.2...v8.4.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v8
  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>
2024-07-30 12:05:51 +02:00
dependabot[bot]
6947b93e41 Bump cosmossdk.io/x/upgrade from 0.1.3 to 0.1.4 (#1933)
Bumps [cosmossdk.io/x/upgrade](https://github.com/cosmos/cosmos-sdk) from 0.1.3 to 0.1.4.
- [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/x/upgrade/v0.1.3...x/upgrade/v0.1.4)

---
updated-dependencies:
- dependency-name: cosmossdk.io/x/upgrade
  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>
2024-07-25 20:07:11 +02:00
dependabot[bot]
5b24fe9663 Bump github.com/cosmos/ibc-go/modules/capability from 1.0.0 to 1.0.1 (#1921)
Bumps [github.com/cosmos/ibc-go/modules/capability](https://github.com/cosmos/ibc-go) from 1.0.0 to 1.0.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/v1.0.0...v1.0.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 20:06:42 +02:00
dependabot[bot]
3c948547c6 Bump bufbuild/buf-setup-action from 1.35.0 to 1.35.1 (#1940)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.35.0...v1.35.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>
2024-07-25 17:19:27 +02:00
dependabot[bot]
9eb8321841 Bump github.com/cometbft/cometbft from 0.38.9 to 0.38.10 (#1932)
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.9 to 0.38.10.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.10/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/compare/v0.38.9...v0.38.10)

---
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>
2024-07-24 10:30:49 +02:00
dependabot[bot]
88095ac44b Bump bufbuild/buf-setup-action from 1.34.0 to 1.35.0 (#1939)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.34.0...v1.35.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>
2024-07-24 10:30:09 +02:00
Xavier Leprêtre
41c217284e Fix minor typos. (#1938) 2024-07-22 13:11:51 +02:00
Simon Warta
c7e5a97830 Simplify release text (#1936) 2024-07-17 17:16:53 +02:00
Simon Warta
7f1db9d4da Fix release step (#1935)
* Improve readability of Docker copy step

* Rename token env variable to WASMD_GITHUB_RELEASES_TOKEN

* Remove binary artifact for GitHub releases
2024-07-17 16:37:20 +02:00
Christoph Otter
dd21e648ad Merge pull request #1934 from chipshort/co/fix-instantiate-2-prop
Fix instantiate2 proposal cli command
2024-07-17 16:32:30 +02:00
Christoph Otter
fae5fc256e Fix submit-proposal instantiate-contract-2 command 2024-07-17 14:52:04 +02:00