Commit Graph

2101 Commits

Author SHA1 Message Date
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
Simon Warta
a30e083b90 Add flattened msgResponses to SubMsgResponse 2024-02-16 17:37:00 +01:00
Christoph Otter
2887105814 Handle TransferMsg.Memo field 2024-02-16 15:37:38 +01:00
Christoph Otter
b88f84ae97 Fix Dockerfile 2024-02-16 15:03:36 +01:00
Christoph Otter
3539fe9968 Fix gas numbers 2024-02-16 14:29:44 +01:00
Christoph Otter
5e2d766b64 Update to wasmvm rc.2 2024-02-16 14:29:36 +01:00
Christoph Otter
1037fc8f9e Use updated reflect contract 2024-02-15 17:13:58 +01:00
Christoph Otter
1d77a666e6 Fix errors 2024-02-15 16:45:20 +01:00
Christoph Otter
137cb2680a Fix TestAppImportExport 2024-02-15 15:36:08 +01:00
Christoph Otter
2ec06281e6 Fix TestAppStateDeterminism 2024-02-15 15:13:00 +01:00
Christoph Otter
6d7c91c145 Remove unnecessary conversion 2024-02-15 14:42:07 +01:00
Christoph Otter
59848968ea Add cosmwasm_2_0 capability to README 2024-02-15 14:31:44 +01:00
Christoph Otter
dd992b0deb Use different tempdir for each test run 2024-02-15 14:30:37 +01:00
Christoph Otter
db25a8284a Add cosmwasm_2_0 capability 2024-02-15 14:30:37 +01:00
Christoph Otter
ffe6aaa5ec Fix dockerfile 2024-02-15 14:30:37 +01:00
Christoph Otter
ec2c70bf72 Fix address validation 2024-02-15 14:30:37 +01:00
Christoph Otter
c8f84ff600 Fix wasmvm path in CI 2024-02-15 14:30:37 +01:00
Christoph Otter
244c55a4ba Reduce gas factor 2024-02-15 14:30:37 +01:00
Christoph Otter
cca0005c71 Fix lint 2024-02-15 14:30:37 +01:00
Christoph Otter
73e7ebb4d6 go mod tidy 2024-02-15 14:30:37 +01:00
Christoph Otter
54670c4990 Add ValidateAddress impl 2024-02-15 14:30:37 +01:00
Christoph Otter
e4d95c2453 Fix StoreCode gas usage 2024-02-15 14:30:37 +01:00