Commit Graph

972 Commits

Author SHA1 Message Date
Alexander Peters
70dedadb9c Monitor WasmVM cache metrics (#503)
* Start collect WasmVM cache metrics

* Review comments

* Integrate wasmvm metrics

* Bring all together
2021-04-28 15:08:54 +02:00
Ethan Frey
846611bcd2 Update to wasmvm v0.14.0-beta5 (#504)
* Bump deps and contracts to v0.14.0-beta5

* Add admin field/variants to WasmMsg handling

* Compiles

* Update usage of IBC Timeout in tests

* Minor doc/test/Dockerfile updates

Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
2021-04-28 14:35:48 +02:00
Alexander Peters
305f13cc0a Submessage reply can overwrite caller response (#502)
* Reply may overwrite result data

* Fix interface name

* Refacting for tests

* Test response handler

* Fix naked error
2021-04-27 14:00:42 +02:00
Ethan Frey
c67cf14db1 Merge pull request #497 from CosmWasm/list_contract_323
Improve list contracts by code query
2021-04-27 11:38:07 +02:00
Alex Peters
8c7967e5b4 Review feedback 2021-04-27 09:04:58 +02:00
Ethan Frey
9ebeb859cf Update to wasmvm 0.14.0-beta4 (#499)
* Update deps and test contracts to v0.14.0-beta4

* Update to new DistributionMsg, StakingQuery

* Fix existing tests

* Add test for single Validator query
2021-04-27 08:24:38 +02:00
Alexander Peters
c74a17b7d7 Merge pull request #476 from CosmWasm/dependabot/go_modules/github.com/golang/protobuf-1.5.2
Bump github.com/golang/protobuf from 1.5.1 to 1.5.2
2021-04-26 08:44:08 +02:00
Alex Peters
c377d7110e List contract address without other data 2021-04-23 15:15:54 +02:00
Alex Peters
8ef2d2695b Persist last code update with contract lookup index 2021-04-23 13:29:14 +02:00
Alexander Peters
144a85ae00 Merge pull request #494 from CosmWasm/update-ibc-docs
Update IBC.md
2021-04-23 08:59:44 +02:00
Ethan Frey
602881f6d3 Clean up docs, point to CosmWasm repo for contract details 2021-04-20 22:13:43 +02:00
Ethan Frey
c76c07c0d8 Remove build-linux from PHONY
Closes #384
2021-04-16 15:23:59 +02:00
Ethan Frey
69e59fe505 Merge pull request #493 from CosmWasm/pin_codes_fix
Fix InitializePinnedCodes
2021-04-16 14:15:26 +02:00
Alex Peters
aabc575ff4 Fix InitializePinnedCodes 2021-04-16 13:39:15 +02:00
Alexander Peters
d90bf6ec3f Extend ContractInfo for custom data (#492)
* Extend ContractInfo with custom data

* Review comments
2021-04-16 13:38:21 +02:00
Alex Peters
3b16f57a1e Go mod tidy 2021-04-13 14:54:12 +02:00
Ethan Frey
4b8d0247cc Merge pull request #487 from CosmWasm/wasmvm-0.14.0-beta3
Upgrade to Wasmvm 0.14.0 beta3
2021-04-13 12:29:21 +02:00
Ethan Frey
7029368226 Merge pull request #489 from CosmWasm/msg_burn_479
Handle wasmvm Burn message
2021-04-13 12:25:14 +02:00
Alex Peters
39eed79466 Better interface name 2021-04-13 10:40:13 +02:00
Alex Peters
9ec97b5de9 Handle wasmvm Burn message 2021-04-13 10:27:23 +02:00
Alex Peters
1a355dcb26 Continue wasmvm version upgrade 2021-04-13 10:27:05 +02:00
Ethan Frey
42ca87d161 Handle ReplySuccess + ReplyError properly 2021-04-12 22:14:43 +02:00
Ethan Frey
1bec9259aa Test to show conditional replies not implemented 2021-04-12 22:11:07 +02:00
Ethan Frey
84a6c4d7f4 Fix gas prices 2021-04-12 21:49:43 +02:00
Ethan Frey
6189e17271 Add ReplyOn fields to SubMsg, state is bech32 not canonical addresses 2021-04-12 21:39:19 +02:00
Ethan Frey
39856bf028 Deps and contracts to v0.14.0-beta3 2021-04-12 21:27:11 +02:00
dependabot-preview[bot]
253624212a Bump github.com/CosmWasm/wasmvm from 0.14.0-beta1 to 0.14.0-beta2
Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 0.14.0-beta1 to 0.14.0-beta2.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/CosmWasm/wasmvm/compare/v0.14.0-beta1...v0.14.0-beta2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-12 21:27:11 +02:00
Ethan Frey
f8fe581d32 Merge pull request #484 from CosmWasm/update-cosmos-sdk-0.42.4
Bump cosmos sdk and tendermint versions
2021-04-09 09:52:41 +02:00
Ethan Frey
aefd42ea29 Bump cosmos sdk and tendermint versions 2021-04-09 09:46:47 +02:00
Alexander Peters
8109bba871 Add extension points to the CLI (#477)
* Extract interfaces for genesis state in CLI

* Add more godoc

* Review feedback
2021-03-31 13:24:06 +02:00
dependabot-preview[bot]
5b8e225c3d Bump github.com/golang/protobuf from 1.5.1 to 1.5.2
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.5.1...v1.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-30 07:09:32 +00:00
Ethan Frey
d9ca5d89b5 Merge pull request #471 from CosmWasm/extendable_keeper
Introduce new interfaces for extendability
2021-03-29 16:40:29 +02:00
Alex Peters
48df71f873 Review comment 2021-03-29 13:50:48 +02:00
Alexander Peters
2abf3f5c2b Merge pull request #474 from CosmWasm/dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.42.3
Bump github.com/cosmos/cosmos-sdk from 0.42.2 to 0.42.3
2021-03-25 08:31:34 +01:00
dependabot-preview[bot]
f185de9805 Bump github.com/cosmos/cosmos-sdk from 0.42.2 to 0.42.3
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.42.2 to 0.42.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.42.3/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.42.2...v0.42.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-25 08:26:53 +01:00
Alexander Peters
5af89b85ea Merge pull request #473 from CosmWasm/dependabot/go_modules/github.com/rs/zerolog-1.21.0
Bump github.com/rs/zerolog from 1.20.0 to 1.21.0
2021-03-25 08:25:39 +01:00
Alexander Peters
5298ce41f4 Merge pull request #461 from CosmWasm/dependabot/go_modules/github.com/golang/protobuf-1.5.1
Bump github.com/golang/protobuf from 1.4.3 to 1.5.1
2021-03-25 08:24:32 +01:00
dependabot-preview[bot]
337611fa4a Bump github.com/rs/zerolog from 1.20.0 to 1.21.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-25 06:54:47 +00:00
Alex Peters
55ac19bc7e Public CoinTransferrer interface 2021-03-24 14:11:43 +01:00
Alex Peters
408bba14a5 Extract contract keeper 2021-03-24 14:11:42 +01:00
Alex Peters
03bf7b0adf Introduce new interfaces for extendability 2021-03-24 14:11:42 +01:00
Alexander Peters
388469c337 Merge pull request #472 from loloicci/fix-typo
fix a typo in comment
2021-03-23 18:47:48 +01:00
loloicci
85173c69d5 fix a typo in comment 2021-03-23 16:18:07 +09:00
Alexander Peters
dd264172f7 Merge pull request #469 from CosmWasm/upgrade_sdk
Upgrade cosmos-sdk to v0.42.2
2021-03-22 17:54:36 +01:00
Alexander Peters
bfe886c7d0 Fix contact address in code of conduct (#470)
* Fix contact address in code of conduct

* Update CODE_OF_CONDUCT.md

Co-authored-by: Orkun Külçe <orkunkl@users.noreply.github.com>

Co-authored-by: Orkun Külçe <orkunkl@users.noreply.github.com>
2021-03-22 17:47:58 +01:00
Alex Peters
60e97ff46a Upgrade cosmos-sdk to v0.42.2 2021-03-22 15:53:07 +01:00
Alexander Peters
cfcfa64ecc Restructure protobuf files (#466)
* Restructure protobuf dir and generation

* Format protobuf definitions
2021-03-22 15:50:23 +01:00
Ethan Frey
547fed5632 Merge pull request #467 from CosmWasm/cleanups_341
Remove deprecated build targets
2021-03-19 19:15:07 +01:00
Alex Peters
28f731601e Remove deprecated build targets 2021-03-19 11:52:38 +01:00
Alexander Peters
d9142662c1 Remove internal package (#464)
* Move internal subfolders up

* Fix broken imports and fmt
2021-03-19 09:52:01 +01:00