Commit Graph

1474 Commits

Author SHA1 Message Date
Pino' Surace 065e94fbad Add simulations to circleci config 2022-05-18 22:29:37 +02:00
Alex Peters 4502d9533b
Normalize wasm store 2022-05-13 16:01:33 +02:00
Pino' Surace ba4da49512 Use default values params to make operations succeed 2022-05-13 13:11:36 +02:00
Alex Peters d607902d0d
Make simulations store msg pass 2022-05-13 11:09:26 +02:00
Alex Peters 60ebd838cf
Fix simulation setup 2022-05-13 10:59:31 +02:00
Pino' Surace c464087780 Fix lint issues 2022-05-12 22:22:23 +02:00
Pino' Surace fdc2b92023 Fix wasm simulations + make functions compatible with tgrade 2022-05-12 18:00:00 +02: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
jhernandezb ac6876f657 fix error message 2022-05-09 11:35:37 -06:00
jhernandezb 30f05722f1 address code review comments 2022-05-09 11:35:37 -06:00
jhernandezb a89083261c fix missing gov registration type 2022-05-09 11:35:37 -06:00
jhernandezb 86c61efe70 add code-info query command 2022-05-09 11:35:37 -06:00
jhernandezb bf9c6e2ce6 Add handlers 2022-05-09 11:35:37 -06:00
jhernandezb 931bffeef9 add to docs 2022-05-09 11:35:37 -06:00
jhernandezb 01157fa914 add tests 2022-05-09 11:35:37 -06:00
jhernandezb 7c0763e57b add to EnableAllProposals 2022-05-09 11:35:37 -06:00
jhernandezb cd76a61bcf update UpdateInstantiateConfigProposal proto definition 2022-05-09 11:35:37 -06:00
jhernandezb e490a5ed2f fix Makefile 2022-05-09 11:35:37 -06:00
jhernandezb 72710effca add UpdateInstantiateConfig gov proposal 2022-05-09 11:35:37 -06:00
Alexander Peters 5bb0673264
Proto updates (#847)
* Bump ibc protos to v3

* Bump tendermint protos to v0.34.19

* Fix proofs path

* Format all
2022-05-09 16:32:13 +02:00
Jorge Hernandez 25c8ac63da
Add libwasm-version query command (#846)
* add vm-version query command

* update command name
2022-05-09 10:44:01 +02:00
Alexander Peters 96a9b5a303
Bump wasmvm to v1.0.0-rc.0 (#844)
* Bump wasmvm to v1.0.0-rc.0

* Fix linter warning

* Replace deprecated types

Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
2022-05-06 14:54:02 +02:00
Alexander Peters 0e0910ebdf
Merge pull request #842 from CosmWasm/810_comment
Minor godoc update
2022-05-06 12:14:44 +02:00
Alexander Peters 31697cbe03
Merge pull request #841 from CosmWasm/changelog
Update changelog
2022-05-06 12:14:26 +02:00
Alex Peters f1273864c9
Minor godoc update 2022-05-06 10:34:47 +02:00
Alex Peters 0a0cb8a53e
Update changelog 2022-05-06 10:31:48 +02:00
Jorge Hernandez cd3c9ddddb
Add instantiate permission to CodeInfoResponse (#836)
* Add instantiate permission to CodeInfoResponse

* add query code info test

* add codes query response test
2022-05-05 15:20:51 +02:00
Ethan Frey bef8a318d8
Merge pull request #837 from CosmWasm/interchain-accounts
Initial ICA integration
2022-05-04 22:10:52 +02:00
Ethan Frey 38932b7149 Remove controller, host-only mode 2022-05-04 21:53:02 +02:00
Alexander Peters df4397bb61
Merge pull request #838 from CosmWasm/sim_ops_reflect
Fix contract path in simulations
2022-05-04 15:27:29 +02:00
Alex Peters 59adaa2529
Fix contract path in simulations 2022-05-04 12:22:55 +02:00
Ethan Frey 4fb675e24f Initial ICA integration, missing auth setup 2022-05-04 11:42:43 +02:00
Ethan Frey 7b78b7eaa1
Merge pull request #824 from CosmWasm/minimal-ibcv3-upgrade
Minimal ibcv3 upgrade
2022-05-04 11:01:29 +02:00
Ethan Frey 7704459ad8 Add comments 2022-05-04 10:44:13 +02:00
Ethan Frey b6a796313c go fmt for the linter 2022-05-04 10:34:16 +02:00
Ethan Frey b4c36e4d7a Fix reflect test 2022-05-04 10:34:16 +02:00
Ethan Frey cd2e949cfa Proper wiring of ibc transfer module 2022-05-04 10:34:16 +02:00