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
Alex Peters
7dc2d0cfbc
Fix genesis import with predictable addresses
2023-09-18 06:26:19 +02:00
Alexander Peters
7dba5c7c73
Merge pull request #1624 from CosmWasm/upper_limit
...
Ensure some contraints and limits on pin/unpin code ids
2023-09-18 05:23:55 +02:00
pinosu
6a2bffd479
Add grant system tests ( #1626 )
...
* Add grant system tests
* Add unpermissioned chain test case
* Fix tests
* Update cli and fix feedbacks
* Revisit CLI and system tests (#1627 )
* Restructure CLI; fix system test
* Review feedback
---------
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com >
2023-09-15 16:59:27 +02:00
Alex Peters
b72d182d2a
Ensure some contraints and limits on pin/unpin code ids
2023-09-15 11:11:01 +02:00
Alexander Peters
e0bfaa5231
Merge pull request #1620 from CosmWasm/channel_query
...
Start rework channel query
2023-09-14 15:09:52 +02:00
pinosu
dd22204644
Add store code authz ( #1591 )
...
* Start implementation
* Add implementation + some e2e test
* Fix lint
* Fix comments
* Add ante handler
* Add cli cmd + more test cases
* Add cli tests
* Add ante handler test
* Add more tests
* Fix comments
* Enable empty permissions for the grant
* Fix lint
* Update version
2023-09-14 13:28:57 +02:00
Alexander Peters
42f31927e3
Merge pull request #1619 from CosmWasm/queries
...
Restrict pagination on all-state-query
2023-09-14 11:07:38 +02:00
Alex Peters
d5fa2780c1
Handle query for non ibc contracts
2023-09-13 16:31:41 +02:00
Alex Peters
177c0a9218
Test channels query
2023-09-13 15:28:16 +02:00
Alex Peters
e81d655287
Start rework channel query
2023-09-12 11:30:04 +02:00
Alex Peters
965e28c8a1
Restrict pagination on all state query
2023-09-12 10:45:11 +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