Commit Graph

2122 Commits

Author SHA1 Message Date
pinosu
a1789c011f Bump cosmos-sdk to v0.50.6 (#1865)
* Bump cosmos-sdk to v0.50.6

* Fix failing test + fix scripts
2024-04-22 16:27:18 +02:00
pinosu
90762eefbf Bump tx module to v0.13.3 (#1864) 2024-04-22 13:24:06 +02:00
pinosu
ed33491210 Bump x/tx dependency to latest main changes (#1862) 2024-04-19 15:26:57 +02:00
pinosu
5ec0c5ed3f Add "legacy_coins" amino encoding annotation to proto files (#1860) 2024-04-17 18:39:22 +02:00
pinosu
1f0660c99c Temporary bump x/tx to latest changes for pre-release (#1858) 2024-04-16 15:47:45 +02:00
pinosu
6bd3987d0e Bump x/tx to v0.13.2 (#1856) 2024-04-15 09:58:14 +02:00
Simon Warta
cec66aeb79 Add BuiltInCapabilities() to x/wasm/keeper and deprecate AllCapabilities() (#1855)
* Add BuiltInCapabilities() to x/wasm/keeper and deprecate AllCapabilities()

* Replace usage with new wasmkeeper.BuiltInCapabilities()
2024-04-12 15:36:26 +02:00
dependabot[bot]
f77c07642d Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.1 (#1850)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.29.0 to 1.30.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.29.0...v1.30.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-04-12 10:28:30 +02:00
pinosu
60375abf50 Fix Amino JSON representation (#1844)
* Fix Amino JSON representation

* Update amino encoding
2024-04-11 14:57:51 +02:00
pinosu
f71e3bd89d Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
Simon Warta
8c9a744b76 Merge pull request #1847 from CosmWasm/rm-contract_tests
Remove contract_tests
2024-04-02 10:39:54 +02:00
Simon Warta
fcc8fadb0b Remove contract_tests
This binrary was added added 5 yeras ago in 2945a0510e but most
of that work was removed at some point.
2024-04-01 20:59:10 +02:00
Simon Warta
08567ff20e Improve block time estimation to satbilize system tests (#1838) 2024-03-19 14:09:14 +01:00
Simon Warta
945de3ae14 Upgrade Alpine in Dockerfile to 3.18 (#1837) 2024-03-19 09:59:21 +01:00
Simon Warta
4c1bea6450 Merge pull request #1832 from CosmWasm/wasmvm-2.0.0
Bump wasmvm to 2.0.0
2024-03-13 09:02:23 +01:00
Simon Warta
6b415ba319 Bump wasmvm to 2.0.0 2024-03-12 23:26:03 +01:00
Simon Warta
0d02332ca7 Remove unused ARG arch
This is unused since https://github.com/CosmWasm/wasmd/pull/1804
2024-03-12 23:22:38 +01:00
dependabot[bot]
0e270cea48 Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#1825)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
  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-03-08 16:48:46 +01:00
pinosu
386907e2ad Set log scope to Debug (#1827) 2024-03-07 11:30:23 +01:00
pinosu
fadca62a02 Upgrade cosmos-sdk to v0.50.4 (#1821)
* Upgrade cosmos-sdk to v0.50.4

* Fix lint
2024-03-07 10:50:57 +01:00
Christoph Otter
8047b7f75a Rename gas to gasLeft (#1820) 2024-03-06 17:46:36 +01:00
dependabot[bot]
ae41982775 Bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 (#1796)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.28.1...v1.29.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-03-06 15:20:21 +01:00
dependabot[bot]
55388ff7c7 Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#1802)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.31.0...v1.32.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-06 14:03:45 +01:00
dependabot[bot]
52015d48d3 Bump cosmossdk.io/log from 1.3.0 to 1.3.1 (#1803)
Bumps [cosmossdk.io/log](https://github.com/cosmos/cosmos-sdk) from 1.3.0 to 1.3.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.3.0...log/v1.3.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-03-06 13:59:45 +01:00
dependabot[bot]
31164a4a56 Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to 1.0.0-beta.4 (#1806)
Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-beta.3 to 1.0.0-beta.4.
- [Release notes](https://github.com/cosmos/cosmos-proto/releases)
- [Commits](https://github.com/cosmos/cosmos-proto/compare/v1.0.0-beta.3...v1.0.0-beta.4)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-proto
  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-03-06 13:26:26 +01:00
dependabot[bot]
ba2af5a86b Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#1810)
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.2.0 to 1.3.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.2.0...log/v1.3.0)

---
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>
2024-03-06 13:25:22 +01:00
Christoph Otter
ba3a59cdb6 Merge pull request #1804 from CosmWasm/update-to-wasmvm-2.0
Update to wasmvm 2.0.0-rc.1
2024-03-06 12:40:30 +01:00
Christoph Otter
62eaa6eedf Add nil checks 2024-03-06 10:27:26 +01:00
Christoph Otter
ad93ad3dda Add contract error integration test 2024-03-04 12:15:27 +01:00
Simon Warta
96e2b91144 Merge pull request #1816 from CosmWasm/fix-address-exists-error-message
Fix misleading error message for duplicate address on instantiate2
2024-03-01 00:21:00 +01:00
Simon Warta
8e184df405 Fix misleading error message for duplicate address on instantiate2
Chaning the label does not help avoiding the collision. Only creator,
checksum and salt is typically used.
2024-02-29 16:11:04 +01:00
Christoph Otter
3e960ee2a6 Fix DeterministicError docs 2024-02-29 15:59:15 +01:00
Christoph Otter
4e7e53422c Add DeterministicError type for redactError 2024-02-28 15:40:19 +01:00
Christoph Otter
1ee2c49136 Use reflect contract from 1.5 2024-02-27 17:38:17 +01:00
Christoph Otter
044caabe9e Update capability table 2024-02-27 17:20:04 +01:00
Christoph Otter
8607164e87 Add validateAddress test 2024-02-26 18:45:49 +01:00
Christoph Otter
f41bb6f9dc Fix costValidate 2024-02-26 18:44:27 +01:00
Christoph Otter
e982aabcc0 Apply suggestions from code review
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2024-02-26 16:55:23 +01:00
Christoph Otter
8663a85993 Add msgResponses in IBCRawPacketHandler 2024-02-26 16:42:54 +01:00
Christoph Otter
77504d8562 Cleanup 2024-02-26 11:41:09 +01:00
Christoph Otter
5dc97d5c0d Rename reflect.wasm to stargate_reflect.wasm 2024-02-26 11:35:51 +01:00
Christoph Otter
4c2d28a725 Remove unnecessary comments 2024-02-26 11:34:49 +01:00
Christoph Otter
4f8d5137b2 Fix spelling 2024-02-21 14:47:56 +01:00
Christoph Otter
9cc1a5afe4 Implement grpc query 2024-02-21 14:19:56 +01:00
Christoph Otter
d94360cb90 Do not redact contract errors 2024-02-21 10:44:07 +01:00
Christoph Otter
97694f1c22 Add extra error for wasmvm errors 2024-02-20 18:03:39 +01:00
Christoph Otter
0ca56bd466 Pass Payload from submsg to reply 2024-02-19 18:02:42 +01:00
Christoph Otter
7f88c95aba Format imports 2024-02-19 16:54:48 +01:00
Christoph Otter
219da83e5a Run gofumpt 2024-02-19 16:21:05 +01:00
Christoph Otter
d6ec8d4cf1 Fix MockMessageHandler 2024-02-16 17:41:15 +01:00