Commit Graph

1938 Commits

Author SHA1 Message Date
Alex Peters
b72d182d2a Ensure some contraints and limits on pin/unpin code ids 2023-09-15 11:11:01 +02:00
pinosu
09b50085cd Remove legacy gov proposal dependencies (#1587)
* Remove legacy gov proposal dependencies

* Fix comments

* Fix lint

* Update files

* Fix lint

* Fix lint
2023-09-07 15:13:19 +02:00
Alexander Peters
0f82c95b6d Linter only (#1609)
* Linter only

* Bump linter version
2023-09-07 13:04:28 +02:00
Alexander Peters
3d9d92c770 Wasmvm 1.4 upgrade (#1590)
* Start wasmvm 1.4 upgrade

* Checksum lowercase

* Start distribution query tests

* Use wasmvm 1.4.0

* Implement remaining distribution queries

* Update test

* Update to burner v1.4; minor updates

* Add dec coin test

* Fix merge conflict
2023-09-07 09:14:51 +02:00
pinosu
87dce540ec Add StoreAndMigrateContract proposal (#1539)
* Add StoreAndMigrateContract msg

* Add tests

* Add proposal cli

* Fix comments
2023-09-07 08:42:00 +02:00
Alexander Peters
cb887ee883 Merge pull request #1607 from 170210/modify_wasmd_test
test: add test cases in ContractsByCode
2023-09-07 08:31:30 +02:00
170210
9e3904c551 test: add test cases in ContractsByCode
Signed-off-by: 170210 <j170210@icloud.com>
2023-09-07 14:19:21 +09:00
Alexander Peters
7bd656690b Merge pull request #1606 from CosmWasm/dependabot/go_modules/github.com/cosmos/iavl-0.20.1
Bump github.com/cosmos/iavl from 0.20.0 to 0.20.1
2023-09-06 16:38:00 +02:00
pinosu
f1835a13e4 Add logging for query err before redacting (#1605)
* Add logging for query err before redacting

* Fix comments
2023-09-06 11:42:16 +02:00
dependabot[bot]
3fc9224f6e Bump github.com/cosmos/iavl from 0.20.0 to 0.20.1
Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/cosmos/iavl/releases)
- [Changelog](https://github.com/cosmos/iavl/blob/v0.20.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/iavl/compare/v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: github.com/cosmos/iavl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 08:24:24 +00:00
Alexander Peters
086c052c18 Merge pull request #1604 from CosmWasm/linter_no_thelper
Deactivate thelper for linter
2023-09-05 21:39:22 +02:00
Alex Peters
51aae54a62 Deactivate thelper for linter 2023-09-05 13:08:19 +02:00
Alexander Peters
11496534c6 Merge pull request #1599 from CosmWasm/1596-remove_wasmer_ref
Remove Wasmer references
2023-09-05 10:50:47 +02:00
Alexander Peters
0903d63c87 Merge pull request #1598 from CosmWasm/1595-bump_sdk_0.47.5
Bump cosmos-sdk to v0.47.5
2023-09-05 10:49:59 +02:00
Alexander Peters
1082ad5dc4 Merge pull request #1603 from CosmWasm/dependabot/github_actions/actions/checkout-4.0.0
Bump actions/checkout from 3.6.0 to 4.0.0
2023-09-05 10:48:39 +02:00
dependabot[bot]
55ad68b93c Bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.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/v3.6.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 08:47:35 +00:00
Pino' Surace
ffcfa8dfa0 Remove Wasmer references 2023-09-04 17:01:29 +02:00
Pino' Surace
2ca9379bfe Bump cosmos-sdk to v0.47.5 2023-09-04 16:38:02 +02:00
dependabot[bot]
0371b65190 Bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0 (#1594)
Bumps [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v7.3.0/CHANGELOG.md)
- [Commits](https://github.com/cosmos/ibc-go/compare/v7.2.0...v7.3.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 17:16:12 +02:00
Alexander Peters
daf48eacdf Merge pull request #1582 from CosmWasm/gas_unit_test
Add unit test for gas calculation
2023-08-31 09:00:25 +02:00
Alexander Peters
1f49d7527c Merge pull request #1585 from CosmWasm/rename_key
Rename key store key attribute to be more concrete
2023-08-31 08:47:53 +02:00
Alex Peters
0d3bfceeeb Rename key store key attribute to be more concrete
Please enter the commit message for your changes. Lines starting
2023-08-30 15:25:52 +02:00
Pino' Surace
baf335762f Add unit test for gas calculation 2023-08-29 12:27:02 +02:00
Alexander Peters
78b5af29a2 Merge pull request #1576 from CosmWasm/1575_test
Fail fast on empty wasmvm cache metric setup
2023-08-28 14:50:16 +02:00
Alex Peters
4595e6d8f6 Fail fast on wasmvm cache metric setup 2023-08-28 13:24:45 +02:00
Alexander Peters
7c6069d2d1 Merge pull request #1575 from desmos-labs/paul/fix-wasmvm-cache-metric-collector
fix: make sure wasmvm cache metrics collector registration after VM setup
2023-08-28 13:23:44 +02:00
Paul Chen
acfe1e4f27 fix: make sure wasmvm cache metrics collector after VM setup 2023-08-28 17:54:22 +08:00
dependabot[bot]
9e50a423fb Bump actions/checkout from 3.5.3 to 3.6.0 (#1572)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.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/v3.5.3...v3.6.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-08-25 11:19:46 +02:00
Christoph Otter
bfaf589d8e Fix gas calculation (#1567) 2023-08-24 10:55:56 +02:00
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