Ethan Frey
|
8ca55b78fc
|
Merge pull request #822 from CosmWasm/move-const-label-to-var
Make MaxLabelSize a var not const
|
2022-04-27 21:01:11 +02:00 |
|
Ethan Frey
|
3a9a851a59
|
Document how to set compile time parameter (MaxLabelSize)
|
2022-04-27 20:28:58 +02:00 |
|
Simon Warta
|
8d3d90c5e6
|
Merge pull request #819 from CosmWasm/isJSONObjectWithTopLevelKey
Add and test JSON object matcher
|
2022-04-27 17:11:29 +02:00 |
|
Simon Warta
|
1e892acd36
|
Make IsJSONObjectWithTopLevelKey public
|
2022-04-27 17:00:03 +02:00 |
|
Simon Warta
|
8fc4714a0b
|
Add and test JSON object matcher
|
2022-04-27 17:00:03 +02:00 |
|
Ethan Frey
|
dac21afdbe
|
Update CHANGELOG entry
|
2022-04-27 15:45:44 +02:00 |
|
Ethan Frey
|
fbae4e86b4
|
Make MaxLabelSize a var not const
|
2022-04-27 15:40:54 +02:00 |
|
Alexander Peters
|
7a25e365fc
|
Merge pull request #820 from CosmWasm/proto_fix
Bump buf docker image to fix proto generation issues
|
2022-04-27 10:24:26 +02:00 |
|
Alex Peters
|
c5dfb80903
|
Bump buf docker image to fix proto generation issues
|
2022-04-27 10:11:28 +02:00 |
|
Alexander Peters
|
6ee9f023b7
|
Merge pull request #818 from CosmWasm/sdk-upgrade_v0.45.4
Bump sdk to v0.45.4
|
2022-04-26 14:59:11 +02:00 |
|
Alex Peters
|
6fa8f02021
|
Bump sdk to v0.45.4
|
2022-04-26 14:54:51 +02:00 |
|
Alexander Peters
|
f1edfb9718
|
Merge pull request #807 from CosmWasm/dependabot/go_modules/github.com/spf13/viper-1.11.0
Bump github.com/spf13/viper from 1.10.1 to 1.11.0
|
2022-04-26 14:47:48 +02:00 |
|
dependabot[bot]
|
c1bdc0d6d5
|
Bump github.com/spf13/viper from 1.10.1 to 1.11.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.10.1...v1.11.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-25 13:06:31 +00:00 |
|
Alexander Peters
|
3fb737147b
|
Merge pull request #814 from CosmWasm/sdk-upgrade_v0.45.3
Bump sdk to v0.45.3
|
2022-04-25 15:05:14 +02:00 |
|
Alex Peters
|
69b5eece19
|
Bump sdk to v0.45.3
|
2022-04-25 12:32:02 +02:00 |
|
Simon Warta
|
d5ef3ba2de
|
Merge pull request #808 from envoylabs/sudo_proposals
Fix SudoContractProposal and ExecuteContractProposal
|
2022-04-22 08:48:31 +02:00 |
|
Alex Lynham
|
190b8cc306
|
Add ExecuteContractProposal test
|
2022-04-21 22:46:51 +01:00 |
|
Simon Warta
|
dc5ef6fe84
|
Merge pull request #811 from CosmWasm/add-0.26.0-changelog
Add 0.26.0 changelog
|
2022-04-21 11:10:03 +02:00 |
|
Simon Warta
|
5a8d01bc23
|
Update compatibility table and track wasmvm version
|
2022-04-21 11:09:43 +02:00 |
|
Simon Warta
|
f2c447c882
|
Prepare changelog for 0.26.0
|
2022-04-21 11:09:43 +02:00 |
|
Simon Warta
|
65729c5c76
|
Merge pull request #812 from CosmWasm/disable-stargate
Disable stargate queries
|
2022-04-21 11:07:12 +02:00 |
|
Simon Warta
|
38cf60a168
|
Remove dead code to make linter happy
|
2022-04-21 10:55:25 +02:00 |
|
Simon Warta
|
7c7840c32a
|
Disable stargate queries
|
2022-04-18 10:04:03 +02:00 |
|
Alex Lynham
|
64e1fca042
|
Add a basic validation test
|
2022-04-17 22:56:09 +01:00 |
|
Alex Lynham
|
e86a13d838
|
Add missing sudo and execute to codec
|
2022-04-17 22:29:30 +01:00 |
|
Alexander Peters
|
57ead1ade3
|
Merge pull request #805 from CosmWasm/804-param_change
Gov param change examples
|
2022-04-14 22:06:25 +02:00 |
|
Alex Peters
|
45c826a86b
|
Revisit gov params doc and tests
|
2022-04-13 11:14:22 +02:00 |
|
Simon Warta
|
ab661d5509
|
Merge pull request #801 from CosmWasm/link-SECURITY.md
Create link to SECURITY.md in other repo
|
2022-04-12 18:35:27 +02:00 |
|
Alexander Peters
|
68b4908b78
|
Unpack contract details from genesis (#802)
* Unpack contract details from genesis
* Address linter warnings
|
2022-04-12 17:46:44 +02:00 |
|
Simon Warta
|
d482ab37a8
|
Bump 0.22 -> 0.25
|
2022-04-11 13:37:35 +02:00 |
|
Simon Warta
|
2d5bd2203d
|
Bring back Supported Versions
|
2022-04-11 13:37:20 +02:00 |
|
Simon Warta
|
52a18fdfe1
|
Create link to SECURITY.md in other repo
|
2022-04-11 11:52:22 +02:00 |
|
Alexander Peters
|
64d39c3c11
|
Merge pull request #799 from CosmWasm/empty_events
Tests some event edge cases
|
2022-04-06 21:23:10 +02:00 |
|
Alexander Peters
|
574e30ab2e
|
Merge pull request #800 from CosmWasm/upgrade-wasmvm-to-beta10
Upgrade wasmvm to v1.0.0-beta10
|
2022-04-06 15:11:08 +02:00 |
|
Simon Warta
|
1460371d04
|
Merge pull request #798 from CosmWasm/changelog_v025
Prepare Changelog for v0.25.0
|
2022-04-06 14:54:04 +02:00 |
|
Simon Warta
|
fe0cd5223d
|
Update CHANGELOG.md
|
2022-04-06 14:52:50 +02:00 |
|
Simon Warta
|
5ad1d8651f
|
Update Dockerfile to v1.0.0-beta10 artifacts
|
2022-04-06 14:28:00 +02:00 |
|
Simon Warta
|
72062f160e
|
Upgrade wasmvm to v1.0.0-beta10
|
2022-04-06 14:02:49 +02:00 |
|
Alex Peters
|
1dd874afdc
|
Add more tests for event edge cases
|
2022-04-06 11:21:04 +02:00 |
|
Alex Peters
|
5666089e1b
|
Prepare Changelog for v0.25.0
|
2022-04-05 13:27:42 +02:00 |
|
Simon Warta
|
09629ab531
|
Merge pull request #790 from CosmWasm/use-libwasmvm_muslc.aarch64.a
Upgrade wasmvm to v1.0.0-beta9; use libwasmvm_muslc.aarch64.a in docker
|
2022-03-30 15:55:03 +02:00 |
|
Alexander Peters
|
2032c33998
|
Merge pull request #794 from CosmWasm/792_contract_state_callback
Use callback pattern for contract state iterator
|
2022-03-28 09:41:17 +02:00 |
|
Alex Peters
|
a543aa53a1
|
Use callback pattern for contract state iterator
|
2022-03-25 10:56:21 +01:00 |
|
Alexander Peters
|
49ee92a22f
|
Merge pull request #792 from albertchon/b/close-iterators
fix: close iterators
|
2022-03-25 10:36:26 +01:00 |
|
Simon Warta
|
35d86bd0f3
|
Use libwasmvm_muslc.aarch64.a in docker image
|
2022-03-24 16:34:38 +01:00 |
|
Albert Chon
|
1c9a1e11b6
|
fix: close iterators
|
2022-03-22 19:38:34 -04:00 |
|
Alexander Peters
|
16ea5b0315
|
Merge pull request #786 from CosmWasm/dependabot/go_modules/github.com/cosmos/ibc-go/v2-2.2.0
Bump github.com/cosmos/ibc-go/v2 from 2.0.3 to 2.2.0
|
2022-03-20 09:22:02 +01:00 |
|
Alexander Peters
|
e7a3ac346d
|
Merge pull request #787 from CosmWasm/dependabot/go_modules/github.com/stretchr/testify-1.7.1
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
|
2022-03-16 14:21:32 +01:00 |
|
dependabot[bot]
|
f1ba587dca
|
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1)
---
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-03-16 08:14:47 +00:00 |
|
dependabot[bot]
|
c23c7ece95
|
Bump github.com/cosmos/ibc-go/v2 from 2.0.3 to 2.2.0
Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.3 to 2.2.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.2.0/CHANGELOG.md)
- [Commits](https://github.com/cosmos/ibc-go/compare/v2.0.3...v2.2.0)
---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-16 08:14:42 +00:00 |
|