Commit Graph

779 Commits

Author SHA1 Message Date
Alex Peters
ffc03b300f Upgrade gofuzz to v1.2.0 2021-01-06 10:17:48 +01:00
Alexander Peters
447fb07f6e Upgrade to cosmos-sdk v0.40.0-rc6 (#354)
* Upgrade to cosmos-sdk v0.40.0-rc6

* Apply workaround for gentx cli issue

* Update changelog
2021-01-06 10:05:36 +01:00
vincent
6acc71218b Fix legacy REST API (#352)
* fix legacy amino register

* add label for '/wasm/code/{codeId}'

* cleanup
2021-01-05 14:07:48 +01:00
Alex Peters
e8d26c713f v0.14.0 2021-01-04 10:02:01 +01:00
Alexander Peters
53bbf96e9e Upgrade to cosmos-sdk v0.40.0-rc5 (#345)
* Upgrade to cosmos-sdk v0.40.0-rc5

* Migrate cli queries

* Update changelog

* Remove DONTCOVER filter for coverage
2020-12-17 14:13:18 +01:00
Alexander Peters
c73a0392bd Merge pull request #332 from CosmWasm/changelog_331
Replace outdated changelog
2020-12-15 08:31:40 +01:00
Alex Peters
3e5de6d7f1 Generate Changelog from github data 2020-12-14 13:54:55 +01:00
Alexander Peters
095453db41 Merge pull request #340 from CosmWasm/dependency_339
Upgrade grpc lib to v1.34.0
2020-12-14 10:26:03 +01:00
Alex Peters
7e599268c2 Upgrade grpc lib 2020-12-14 09:01:03 +01:00
Alexander Peters
9e2a97e1bc Merge pull request #337 from CosmWasm/export_home_334
Fix home dir issue in export command
2020-12-14 08:17:50 +01:00
Alexander Peters
ae169ce522 Merge pull request #338 from CosmWasm/fix_genesis_335
Fix param usage issue in genesis import
2020-12-14 08:17:29 +01:00
Alex Peters
b63a14952b Fix param usage issue in genesis import 2020-12-11 14:08:42 +01:00
Alex Peters
06f42c56af Fix home dir issue in export command 2020-12-11 11:26:27 +01:00
Alexander Peters
576f620e4d Merge pull request #330 from CosmWasm/proto_package_329
Rename protobuf package
2020-12-04 12:52:29 +01:00
Alex Peters
2a105ad215 Rename protobuf package 2020-12-03 14:27:58 +01:00
Alexander Peters
eeb3797d04 Merge pull request #322 from CosmWasm/handle_oog_321
Handle panics in query contract smart
2020-11-30 11:25:49 +01:00
Alexander Peters
ccc378eaa2 Merge pull request #325 from CosmWasm/fix_rest_sender_324
Use base request data for sender
2020-11-30 11:25:28 +01:00
Alex Peters
0b7b70363b Use base request data for sender 2020-11-25 11:04:40 +01:00
Alex Peters
1d3bc0ee30 Handle panics in query contract smart 2020-11-24 12:42:39 +01:00
Alexander Peters
b0b407d5f8 Add pagination to grpc queries (#317)
* Start pagination for queries

* Complete pagination support

* Cleanups

* Use GRPC endpoint in CLI queries

* Decode page-key in cli

* Review feedback
2020-11-23 12:56:25 +01:00
Alexander Peters
8af80063b9 Merge pull request #318 from CosmWasm/setup-wasmd-script-fix
Fix chain id setup in contrib/local/setup_wasmd.sh
2020-11-20 13:53:20 +01:00
Alexander Peters
16e88ecb7f Exclude generate proto code files in coverage (#320)
* Exclude generate proto code files in coverage

* X
2020-11-20 13:51:54 +01:00
Simon Warta
8ee7038a41 Merge pull request #319 from CosmWasm/upgrade-wasmvm-to-0-12.0
Upgrade wasmvm to 0.12.0
2020-11-19 17:33:46 +01:00
Simon Warta
07855f8c4b Upgrade Go to 1.15 2020-11-19 15:48:29 +01:00
Simon Warta
cb20a7b3b0 Use libwasmvm_muslc.a from Github 2020-11-19 15:47:54 +01:00
Simon Warta
9f1d07e539 Add .dockerignore 2020-11-19 15:45:40 +01:00
Simon Warta
794b4efef3 Upgrade CosmWasm/wasmvm to v0.12.0 2020-11-19 15:27:53 +01:00
orkunkl
a6ea0c1e29 Fix chain id setup in contrib/local/setup_wasmd.sh 2020-11-19 11:00:09 +03:00
Alexander Peters
807956be01 Merge pull request #316 from CosmWasm/bech32_prefix_313
Set bech32 prefix
2020-11-17 16:07:12 +01:00
Alexander Peters
24d9eafb1f Merge pull request #314 from CosmWasm/proto_account_strings_306
Replace sdk.AccAddress with bech32 string
2020-11-17 16:06:55 +01:00
Alex Peters
6045693a27 Set bech32 prefix 2020-11-17 15:27:23 +01:00
Alexander Peters
06cd0633a6 Merge pull request #312 from CosmWasm/single_binary_308
Integrate wasmcli into wasmd
2020-11-17 13:44:53 +01:00
Alex Peters
0589dfa76a Review feedback 2020-11-17 13:43:51 +01:00
Alex Peters
6a920852bf Replace sdk.AccAddress with bech32 string 2020-11-17 13:19:54 +01:00
Alex Peters
ca040da925 Integrate wasmcli into wasmd 2020-11-17 12:54:21 +01:00
Alexander Peters
93761eac33 Upgrade wasmvm aka go-cosmwasm (#311)
* Upgrade wasmvm aka go-cosmwasm

* Update x/wasm/README.md

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

* Review feedback

* CircleCI: export GORACE

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-17 12:53:31 +01:00
Alexander Peters
cbda602723 Merge pull request #305 from CosmWasm/stargate_rc3_upgrade
Upgrade to Stargate RC3
2020-11-11 12:19:08 +01:00
Alexander Peters
550c6f5c4f Containerized Protobuf generation (#304)
* Docker container based Protobuf generation and linting

* Add protobuf comments

* Update contrib/prototools-docker/Dockerfile

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

* Update contrib/prototools-docker/Dockerfile

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

* Update x/wasm/internal/types/msg.proto

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

* Update x/wasm/internal/types/types.proto

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

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-11 12:13:04 +01:00
Alex Peters
a485d942aa Upgrade to Stargate RC3 2020-11-10 15:04:49 +01:00
Alexander Peters
4fb3a50fa7 Support self calling contract on instantiation (#300)
* Support self calling contract on instantiation

* Review feedback

* Review feedback
2020-11-09 09:16:41 +01:00
Alexander Peters
fbd7168cc1 Merge pull request #302 from CosmWasm/code_max_param_289
Reject wasm code exceeding limit
2020-11-09 09:05:20 +01:00
Alex Peters
2efd962984 Add test to very limit on uncompressed data 2020-11-09 08:50:10 +01:00
Alex Peters
d4824f3d64 Parameter for max wasm code size 2020-11-06 11:47:01 +01:00
Alex Peters
e55cc9f3b5 Reject wasm zips exceeding limit 2020-11-05 16:58:23 +01:00
Alexander Peters
41cf73dae9 Merge pull request #299 from CosmWasm/upgrade_starport_rc2
Upgrade to Stargate RC2
2020-11-05 10:04:02 +01:00
Alex Peters
bf83c4476c Upgrade to Stargate RC2 2020-11-03 18:20:26 +01:00
Ethan Frey
1846f62f80 Merge pull request #293 from CosmWasm/upgrade_stargate_rebased
Upgrade to Stargate
2020-10-29 14:13:55 +01:00
Ethan Frey
a96273654d Merge pull request #294 from conr2d/update-readme-1
Update README
2020-10-29 13:58:13 +01:00
Alex Peters
cd3f72e6f1 Review feedback 2020-10-29 13:55:43 +01:00
Ethan Frey
262f1cfccb Document local cli tests 2020-10-28 10:33:44 +01:00