Commit Graph

2009 Commits

Author SHA1 Message Date
Simon Warta
881d6a71b6 Improve ToWasmVMGas/FromWasmVMGas code level documentation (#1564) 2023-08-24 10:55:35 +02:00
dependabot[bot]
7078c13499 Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#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](https://github.com/cosmos/cosmos-sdk/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22 11:15:23 +02:00
dependabot[bot]
3de2c4968b Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 09:42:49 +02:00
pinosu
08c517b110 Fix label validation error (#1555) 2023-08-17 09:41:25 +02:00
dependabot[bot]
33df4aeaaa Bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (#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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-11 12:56:14 +02:00
Jacob Gadikian
a2373f019d remove "check" from make test-all (#1548) 2023-08-04 15:25:40 +02:00
Jacob Gadikian
dc970c4f34 marshaler to codec (#1545)
* marshaler to codec

* Update tests/e2e/ibc_fees_test.go

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

* Update tests/e2e/ibc_fees_test.go

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

* fix a few remaining issues

---------

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
2023-08-04 14:31:03 +02:00
dependabot[bot]
ae964a83d2 Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (#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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 11:56:21 +02:00
Jacob Gadikian
8627f85275 style: lint wasmd in the same manner as cosmos-sdk (#1537)
* golangci-lint run ./... --fix

* linting completed

* use the CosmWasm repo as part of the gci config
2023-07-31 15:53:20 +02:00
pinosu
36416def20 Update CHANGELOG for v0.41.0 release (#1524)
* Update CHANGELOG

* Fix comments

* Set date
2023-07-28 11:41:34 +02:00
Jacob Gadikian
2d54a1d3d6 fix: use a constant for badAddress in tx_test.go (#1533)
* use a constant

* use a constant for badAddress
2023-07-24 15:16:33 +02:00
Alexander Peters
89cca2de3e Merge pull request #1526 from CosmWasm/circleci_workflow
Revisit circleCI workflow for tags
2023-07-20 12:45:59 +02:00
Alex Peters
ddd514ffcc Revisit circleCI workflow for tags 2023-07-20 12:22:19 +02:00
Alexander Peters
375b04d440 Merge pull request #1525 from CosmWasm/sdk_upgrade474
Bump SDK to v0.47.4
2023-07-20 10:55:18 +02:00
Alex Peters
46f9ebf231 Bump SDK to v0.47.4 2023-07-20 10:07:23 +02:00
pinosu
19c17cbf15 Add/Remove addresses for code upload params (#1493)
* Start implementation

* Add tests

* Add fix

* Fix comments

* Minor chore (#1522)

* Minor chore

* Remove duplicate tests

---------

Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
2023-07-19 18:00:16 +02:00
Alexander Peters
fe3afd5200 Test coin metadata query (#1520)
* Test coin metadata query; contract updates

* Update tests and contracts
2023-07-19 15:12:07 +02:00
Alexander Peters
551acabaac Merge pull request #1517 from CosmWasm/distr_query
Add distribution query
2023-07-19 11:27:19 +02:00
Ethan Frey
07700a16c6 Allow better override of wasmVM in x/wasm keeper (#1494)
* Allow better override of wasmVM in x/wasm keeper

* Add post vm options

---------

Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
2023-07-18 17:42:28 +02:00
Alex Peters
a17f5f2fbf Add distribution query 2023-07-18 15:29:16 +02:00
Alexander Peters
6d770a5a9e Merge pull request #1515 from CosmWasm/release_artifacts
Build release + artifact on CI
2023-07-18 15:26:12 +02:00
Alexander Peters
e39474efb4 Merge pull request #1511 from CosmWasm/wasmvm_13
Bump wasmvm to v1.3.0
2023-07-18 15:03:20 +02:00
Alex Peters
24fd28125e Build release + artifact on CI 2023-07-18 12:31:36 +02:00
Alexander Peters
5d05b85875 Merge pull request #1514 from CosmWasm/dependabot/github_actions/bufbuild/buf-setup-action-1.25.0
Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0
2023-07-18 11:57:03 +02:00
dependabot[bot]
91c71543d8 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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
2023-07-18 09:02:17 +00:00
Alex Peters
8cc747bc66 Bump wasmvm to v1.3.0 2023-07-17 14:50:44 +02:00
larry
e5049ba686 Add a method to do raw query in ibctesting (#1505)
* add a method to do raw query in ibctesting

* update error message
2023-07-17 12:59:03 +02:00
Alexander Peters
661fd4b4e1 Merge pull request #1503 from CosmWasm/system_test_reusable
Make system tests extendable for other app binaries
2023-07-14 23:53:53 +02:00
Alex Peters
d7df23153a Make system tests extendable for other app binaries
Please enter the commit message for your changes. Lines starting
2023-07-14 15:41:46 +02:00
Alexander Peters
788cdbbfc3 Merge pull request #1502 from CosmWasm/dependabot/github_actions/bufbuild/buf-setup-action-1.24.0
Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0
2023-07-14 15:21:38 +02:00
dependabot[bot]
9f427747c8 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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
2023-07-14 08:20:34 +00:00
Alexander Peters
52a7a6ad2c Merge pull request #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
2023-07-07 14:43:00 +02:00
dependabot[bot]
3fef0e2bd2 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](https://github.com/prometheus/client_golang/compare/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] <support@github.com>
2023-07-07 10:59:27 +00:00
Till Ziegler
c23ecae7a7 Add Encodings For MsgFundCommunityPool from Distribution (#1458)
* add FundCommunityPoolMsg to DistributionMsgs

* gofumpt
2023-07-07 08:43:21 +02:00
Alexander Peters
db93d7b6c7 Merge pull request #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
2023-07-06 15:53:45 +02:00
Christoph Otter
d2e9aceaaf Add AllDenomMetadata BankQuery (#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 <nikhilsuri@comcast.net>
2023-07-06 14:57:05 +02:00
dependabot[bot]
3ab22e8a3b 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](https://github.com/cosmos/ibc-go/compare/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] <support@github.com>
2023-07-06 11:32:43 +00:00
Alexander Peters
17e14a4b1e Merge pull request #1489 from CosmWasm/system_dep_cleanup
System tests dependency cleanup
2023-07-06 13:30:41 +02:00
Alex Peters
41bf225589 Remove dependency to wasmd in system tests 2023-07-06 11:30:07 +00:00
Alexander Peters
47cdac14f0 Merge pull request #1479 from CosmWasm/cometbft0372
Bump CometBFT to v0.37.2 - security fix
2023-07-06 13:26:05 +02:00
pinosu
1a5a2d96e5 Upgrade to wasmvm 1.3.0-rc.0 (#1486)
* Upgrade to wasmvm 1.3.0-rc.0

* Fix comments
2023-07-06 13:07:48 +02:00
pinosu
0fd9ecd923 Deprecate alias.go (#1484)
* Deprecate alias.go

* Fix comments
2023-07-06 11:43:08 +02:00
Alexander Peters
63f73d3e6c Gov authorization propagation for sub-messages (#1482)
* Add gov authorization propagation for sub-messages

* Minor update
2023-07-06 11:42:01 +02:00
Alex Peters
15e4317672 Bump CometBFT for security fix 2023-07-06 10:43:31 +02:00
pinosu
1763477831 Remove check for wasm limit size in state sync (#1471)
* Remove check for wasm limit size in state sync

* Fix comments

* Store original value in variable
2023-07-05 11:33:35 +02:00
Alexander Peters
c158b77ee1 Merge pull request #1481 from CosmWasm/system_notrace
Remove trace param in system tests
2023-07-04 14:03:39 +02:00
Alexander Peters
f171a67ed0 Add updates to ibctesting framework for MS (#1472)
* Add message fees

* Init slashing module for tests

* Capture endblock ibc events and other ibctesting updates
2023-07-04 11:19:58 +02:00
Alex Peters
5c6b2fbbfd Remove trace param in system tests 2023-07-04 11:17:19 +02:00
Alexander Peters
255ba092d0 Merge pull request #1477 from CosmWasm/dependabot/github_actions/bufbuild/buf-setup-action-1.23.1
Bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1
2023-07-03 12:02:21 +02:00
dependabot[bot]
9b85d8d09d 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](https://github.com/bufbuild/buf-setup-action/compare/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] <support@github.com>
2023-07-03 08:56:24 +00:00