Commit Graph

1706 Commits

Author SHA1 Message Date
Alex Peters
c88b8194cb Fix typos 2023-01-27 10:12:18 +01:00
Alexander Peters
c7670fae4e Merge pull request #1180 from CosmWasm/ibcgo_430
Bump ibc-go version
2023-01-26 16:06:53 +01:00
Alex Peters
d522e54a12 Bump ibc-go version; remove channel hack 2023-01-26 14:49:15 +01:00
Alexander Peters
f9fa04eab3 Merge pull request #1171 from CosmWasm/sdk-upgrade04512
Upgrade to SDK v0.45.12
2023-01-26 09:16:23 +01:00
Alexander Peters
8991633de2 Disallow only address permission (#1163)
* Remove AccessTypeOnlyAddress for store msg

* Remove AccessTypeOnlyAddress for update config msg

* Review feedback

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2023-01-25 12:46:02 +01:00
Alex Peters
b6aaac0832 Use informal fork for tendermint 2023-01-25 09:02:45 +00:00
Alex Peters
7382e97ec7 Bump cosmos-sdk version 2023-01-25 09:02:45 +00:00
Alexander Peters
957b38e0a5 Integrate wasmvm v1.2.0 (#1161)
* Bump wasmvm version

* Bump wasm test contracts

* Encode weighted votes

* Encode instantiate2

* Handle code info query; better wasmvm errors

* Fix readme

* Make linter happy

* add non cgo build

* Review comments

* Bump wasmvm to release version

Co-authored-by: jhernandezb <contact@jhernandez.me>
2023-01-25 10:01:26 +01:00
Alexander Peters
a925a9ed61 Better to sdk coin convertion (#1164)
* Better to sdk coin convertion

* Review feedback
2023-01-24 09:03:11 +01:00
Alexander Peters
962d5508dc Merge pull request #1167 from llllllluc/main
Fix msg format in EVENTS.md
2023-01-23 10:22:23 +01:00
llllllluc
38d466adfd fix msg format in EVENTS.md 2023-01-21 18:19:18 -08:00
Alexander Peters
c386f32b58 Merge pull request #1151 from CosmWasm/dependabot/github_actions/bufbuild/buf-setup-action-1.12.0
Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0
2023-01-13 12:09:52 +01:00
dependabot[bot]
f4905955b5 Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.11.0...v1.12.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>
2023-01-13 08:10:13 +00:00
pinosu
558147d054 Address cli behaviour on tx and query errors (#1125)
* Add SilenceUsage missing flags

* Remove old script

* Edit script comment
2023-01-10 15:38:23 +01:00
Alexander Peters
1037ceed52 Merge pull request #1146 from CosmWasm/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.2.0 to 3.3.0
2023-01-06 14:24:40 +01:00
dependabot[bot]
b1b21d9f88 Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.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.2.0...v3.3.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>
2023-01-06 08:11:53 +00:00
dependabot[bot]
0888758d73 Bump github.com/cosmos/cosmos-proto from 1.0.0-alpha8 to 1.0.0-beta.1 (#1116)
Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-alpha8 to 1.0.0-beta.1.
- [Release notes](https://github.com/cosmos/cosmos-proto/releases)
- [Commits](https://github.com/cosmos/cosmos-proto/compare/v1.0.0-alpha8...v1.0.0-beta.1)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 14:36:25 +01:00
dependabot[bot]
8160dc66d2 Bump bufbuild/buf-setup-action from 1.10.0 to 1.11.0 (#1138)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.10.0...v1.11.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 11:33:27 +01:00
Alexander Peters
ca0f545356 Setup feature branch support (#1137)
* Setup feature branch support

* Require 1 approval
2022-12-22 12:50:52 +01:00
Alexander Peters
547d3c1ea5 Merge pull request #1135 from faddat/patch-8
Bump golangci-lint
2022-12-22 10:35:43 +01:00
Jacob Gadikian
3ab7e76754 Update config.yml 2022-12-21 20:16:16 +07:00
pinosu
14c2daa667 Add UpdateInstantiateConfig command (#1121)
* Add UpdateInstantiateConfig msg

* Add implementation

* Add cli command

* Fix field description

* Fix review comments and add unit tests
2022-12-20 12:03:52 +01:00
Alexander Peters
db566a2093 Merge pull request #1131 from cosmology-tech/main
add proposal annotations
2022-12-20 11:59:09 +01:00
Alexander Peters
008479644a Merge pull request #1133 from CosmWasm/changelogv030b
Update changelog for v0.30.0
2022-12-19 11:43:22 +01:00
Alex Peters
204db586fd Update changelog for v0.30.0 2022-12-19 10:33:57 +01:00
Dan Lynch
cb6b854997 add proposal annotations 2022-12-18 02:28:36 -08:00
dependabot[bot]
b8c5724463 Bump bufbuild/buf-setup-action from 1.9.0 to 1.10.0 (#1124)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.9.0...v1.10.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 09:42:42 +01:00
Alexander Peters
effe21cb7d Merge pull request #1123 from CosmWasm/dependabot/github_actions/actions/checkout-3.2.0
Bump actions/checkout from 3.1.0 to 3.2.0
2022-12-13 10:34:31 +01:00
dependabot[bot]
e7b0a53e5d Bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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.1.0...v3.2.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>
2022-12-13 08:10:19 +00:00
pinosu
f3ebd929cc Remove genesis msgs (#1104)
* Remove genesis msgs

* Remove genesis msgs cli

* Refactor InitGenesis function
2022-12-09 13:20:49 +01:00
pinosu
c5abd338e3 Add gov proposal simulations (#1107)
* Add weights

* Add helper functions to create new proposals

* Add MigrateContractProposal simulation

* Add SudoContractProposal simulation

* Add PinContractProposal simulation

* Add UnpinContractProposal simulation

* Add UpdateInstantiateConfigProposal simulation

* Add StoreAndInstantiateContractProposal simulation

* Comment out failing simulations

* Fix comments
2022-12-09 12:40:34 +01:00
pinosu
299d4223af Enable key name usage for admin (#1103) 2022-12-06 10:51:38 +01:00
Alexander Peters
ef12d4bf36 Merge pull request #1117 from apollo-sturdy/main
fix: sort coins in `ConvertWasmCoinsToSdkCoins`
2022-12-05 10:20:24 +01:00
Alexander Peters
c5a7e5ebd4 Merge pull request #1113 from CosmWasm/close-test-dbs
Testing: Close test dbs
2022-12-05 09:07:39 +01:00
GNaD13
bc00a6bae3 Add proposal instantiate 2 (#1106)
* add proposal instantiate 2

* add basic validate test

* test case for validate basic

* add integration test

* add cli

* fix lint

* add new func init proposal

* make format
2022-12-02 15:04:32 +01:00
Alexander Peters
a347ace2ff Changelog for v0.30.0 (#1097)
* Update changelog

(cherry picked from commit e4a2bfb5616c4ce3ddbc994a17c20b6de5fccad1)

* Update changelog

* Update changelog

* Update changelog

* Update changelog

* Update versions

* Set release date
2022-12-02 14:26:01 +01:00
Sturdy
f7be3ba521 fix: sort coins in ConvertWasmCoinsToSdkCoins 2022-12-02 13:31:51 +01:00
Alex Peters
52ecb85f78 Close test dbs 2022-11-30 17:48:17 +01:00
Orkun Külçe
a589fe91e8 feat: Provide source, builder and codehash information in store code proposal message (#1072)
* Provide source, builder and codehash information in store code proposal message

* Make linter happy

* Update x/wasm/simulation/proposals.go

Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>

* Update x/wasm/client/cli/gov_tx.go

* Update x/wasm/client/cli/gov_tx.go

* Bump github.com/cosmos/gogoproto from 1.4.2 to 1.4.3

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/cosmos/gogoproto/releases)
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/gogoproto/compare/v1.4.2...v1.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update authz grant examples

* Enable larger wasm bytecode upload for gov proposals (#1095)

* Enable larger wasm bytecode upload for gov proposals

* Set max proposal wasm code size to 3MB

* Bump SDK to v0.45.11

* Fix license head

* Fix README header

* Bump version go to 1.19 (#1044)

* bump go 1.19

* add change log

* correct change log

* Provide source, builder and codehash information in store code proposal message

* Implement source, builder, code_info for StoreAndInstantiateProposal

* Apply review recommendations

* Make linter happy

* Fix tests

* Formatting only

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giancarlos Salas <giansalex@gmail.com>
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
Co-authored-by: GNaD13 <89174180+GNaD13@users.noreply.github.com>
2022-11-22 15:14:38 +01:00
Alexander Peters
e6f51498b6 Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 (#1088)
* Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4

* Fix linter issues

* Test version handshake

* Add more ibc e2e scenarios

* Add fee middleware to wasm

* Get ibc app version from middleware
2022-11-22 10:54:30 +01:00
GNaD13
fc476aa886 Bump version go to 1.19 (#1044)
* bump go 1.19

* add change log

* correct change log
2022-11-18 12:31:05 +01:00
Alexander Peters
603c751acb Merge pull request #1099 from CosmWasm/readme_header
Fix README header
2022-11-18 08:41:04 +01:00
Alexander Peters
d7cc8d0335 Merge pull request #1098 from CosmWasm/license_fix
Fix license head
2022-11-18 08:40:49 +01:00
Alex Peters
c7a3d23e25 Fix README header 2022-11-17 19:07:17 +01:00
Alex Peters
632cd30d8d Fix license head 2022-11-17 19:02:22 +01:00
Alexander Peters
81a515495f Merge pull request #1096 from CosmWasm/sdk4511
Bump SDK to v0.45.11
2022-11-17 18:34:13 +01:00
Alex Peters
b063af7652 Bump SDK to v0.45.11 2022-11-17 14:30:13 +01:00
pinosu
ab4ffa51e6 Enable larger wasm bytecode upload for gov proposals (#1095)
* Enable larger wasm bytecode upload for gov proposals

* Set max proposal wasm code size to 3MB
2022-11-17 14:19:57 +01:00
Alexander Peters
48ef13db42 Merge pull request #1094 from disperze/update-authz-cli
Update authz grant examples
2022-11-16 11:25:27 +01:00
Giancarlos Salas
df4fa9c8bd Update authz grant examples 2022-11-15 16:06:07 -06:00