Commit Graph

1503 Commits

Author SHA1 Message Date
Simon Warta 82130463ad
Merge pull request #902 from CosmWasm/remove-outdated-proto-docs
Remove outdated proto.md
2022-07-11 09:50:38 +02:00
Simon Warta b570f49f5e Remove outdated proto.md 2022-07-11 08:40:41 +02:00
Alexander Peters 39be44b0d3
Merge pull request #899 from shiki-tak/unnecessary-string-inclusion
Remove unnecessary string
2022-07-08 09:46:32 +02:00
shiki.takahashi 72e8b7d40b Remove unnecessary string 2022-07-08 15:55:43 +09:00
Alexander Peters 3787f3dc43
Merge pull request #888 from CosmWasm/sdk-upgrade0455
Bump sdk version to v0.45.5
2022-07-05 09:26:08 +02:00
Alexander Peters 1ab9f735b9
Merge pull request #895 from CosmWasm/dependabot/go_modules/github.com/stretchr/testify-1.8.0
Bump github.com/stretchr/testify from 1.7.2 to 1.8.0
2022-07-05 09:25:49 +02:00
dependabot[bot] 8d8d082c87
Bump github.com/stretchr/testify from 1.7.2 to 1.8.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 08:20:51 +00:00
Alex Peters 59e0710d83
Bump sdk version to v0.45.5 2022-06-13 10:28:56 +02:00
Alexander Peters 14688c0985
Merge pull request #886 from CosmWasm/dependabot/go_modules/github.com/stretchr/testify-1.7.2
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
2022-06-07 14:35:28 +02:00
dependabot[bot] 0decdac285
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 08:22:07 +00:00
Alexander Peters 9bd57b0170
Merge pull request #883 from faddat/patch-4
Update config.yml
2022-06-03 12:53:33 +02:00
Alexander Peters 775f1ccf43
Merge pull request #879 from CosmWasm/ibc_cleanup
Remove unused NegotiateAppVersion ibc callback
2022-06-03 12:52:15 +02:00
Jacob Gadikian 3997ab1229
Update config.yml 2022-06-03 01:57:11 +07:00
Alex Peters f6ca36f1de
Remove obsolete ibc callback 2022-06-01 12:08:56 +02:00
Alexander Peters 4525d51164
Merge pull request #855 from CosmWasm/dependabot/go_modules/github.com/spf13/cast-1.5.0
Bump github.com/spf13/cast from 1.4.1 to 1.5.0
2022-05-31 10:12:22 +02:00
Alexander Peters 490d31e406
Merge pull request #875 from j0nl1/feat/setup_and_run
feat: setup and run script in dockerfile
2022-05-31 10:09:48 +02:00
Alexander Peters 2a9c5c1ea5
Fix wasm simulations (#870)
* Fix wasm simulations + make functions compatible with tgrade

* Fix lint issues

* Fix simulation setup

* Make simulations store msg pass

* Use default values params to make operations succeed

* Normalize wasm store

* Add simulations to circleci config

* Run simulation in temp dir

* Store sim logs

* Increase circleci machine type

* Extract reflect contract api into helper

* Add execute msg to simulations

* Embed refect wasm contract

Co-authored-by: Pino' Surace <pino.surace@live.it>
2022-05-31 10:07:16 +02:00
j0nl1 1da0a6fa3f
feat: setup and run script in dockerfile 2022-05-29 04:04:14 +02:00
Alexander Peters 34e078346b
Merge pull request #857 from CosmWasm/dependabot/go_modules/github.com/prometheus/client_golang-1.12.2
Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
2022-05-23 10:41:10 +02:00
pinosu aadc8bfb17
Publish protobufs on release tags (#869)
* Publish protobufs on release tags

* Fix regex to match also rc versions
2022-05-20 09:04:21 +02:00
Alexander Peters d63bea442b
Merge pull request #867 from CosmWasm/query-stack-size-limit
Create query stack size limit
2022-05-19 10:50:26 +02:00
Alexander Peters 3342cb1a17
Merge pull request #868 from CosmWasm/changelog_v0270
Set release date
2022-05-19 10:41:19 +02:00
Alex Peters ac63598462
Set release date 2022-05-19 10:37:26 +02:00
Simon Warta 2390ea15a0 Create query stack size limit 2022-05-19 10:35:27 +02:00
Alexander Peters fda52c9374
Merge pull request #864 from CosmWasm/859_readme
Removed outdated links in readme
2022-05-19 10:21:32 +02:00
Alex Peters a45de02438
Removed outdated links in readme 2022-05-18 14:18:48 +02:00
Ethan Frey 2b0b1677df
Prepare release notes for 0.27 (#860)
* Add warning notes about intertx

* Update CHANGELOG

* Run all tests on m1 as it is stable now
2022-05-17 13:13:57 +02:00
Ethan Frey a575bce44c
Merge pull request #858 from CosmWasm/upgrade-wasmvm-1.0.0
Upgrade wasmvm to 1.0.0
2022-05-16 16:16:56 +02:00
Ethan Frey 76a5053fa6 Expose ibc v3 entry points 2022-05-16 15:42:59 +02:00
Simon Warta fb175d0992 Use libwasmvm_muslc.*.a version 1.0.0 2022-05-16 14:22:29 +02:00
Simon Warta 4851278090 Use wasmvm import consistently 2022-05-16 14:19:06 +02:00
Simon Warta 53e735d76e Adapt codebase to new IBC3ChannelOpenResponse return value 2022-05-16 14:17:19 +02:00
Simon Warta 5809ca2843 Use LibwasmvmVersion from wasmvm root 2022-05-16 14:07:51 +02:00
Simon Warta 5328891ade Upgrade wasmvm to v1.0.0 2022-05-16 13:56:37 +02:00
dependabot[bot] 2da02caf58
Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.12.2.
- [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.12.1...v1.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 08:17:52 +00:00
dependabot[bot] ccc1f8970a
Bump github.com/spf13/cast from 1.4.1 to 1.5.0
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](https://github.com/spf13/cast/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-12 08:12:08 +00:00
Ethan Frey ac92fdcf37
Merge pull request #850 from CosmWasm/840-enforce-default-code-permissions
Enforce default code permissions
2022-05-10 16:38:05 +02:00
Ethan Frey 27d30513b2 Add a few more tests as requested in review 2022-05-10 16:25:11 +02:00
Ethan Frey a67dae70b7 Enforce permission less permissive than default 2022-05-10 16:09:35 +02:00
Ethan Frey c2ec9092d0 Add compare logic for stricter AccessConfig 2022-05-10 16:09:35 +02:00
Ethan Frey 663716aec0
Merge pull request #851 from CosmWasm/gofumpt
Gofumpt
2022-05-10 13:35:16 +02:00
Ethan Frey d671a69a3b
Merge pull request #848 from CosmWasm/ica-with-demo-controller
Ica with demo controller
2022-05-10 13:33:55 +02:00
Ethan Frey bff3aff95b Run new "make format" 2022-05-09 22:34:26 +02:00
Ethan Frey b551b1f00e Install misspell command 2022-05-09 22:33:28 +02:00
Ethan Frey c8b47f96bd Use gofumpt not gofmt in Makefile 2022-05-09 22:30:26 +02:00
Ethan Frey db195f610a Import interTx controller from cosmos/interchain-accounts 2022-05-09 21:40:36 +02:00
Ethan Frey 748d4f7c29 Revert "Remove controller, host-only mode"
This reverts commit 38932b7149.
2022-05-09 21:40:36 +02:00
Ethan Frey 5233ed7bc7
Merge pull request #796 from public-awesome/jhernandezb/update-instantiate-config-proposal
Add UpdateInstantiateConfig gov proposal
2022-05-09 21:25:27 +02:00
jhernandezb 22144c33b1 add to CHANGELOG 2022-05-09 11:37:28 -06:00
jhernandezb 3ade8159b6 update proto field name 2022-05-09 11:35:37 -06:00