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
Ethan Frey
3bc0bdeab3
Merge pull request #779 from CosmWasm/prepare-0.24
...
Prepare 0.24
2022-03-09 20:03:38 +01:00
Ethan Frey
327f6b652c
[skip ci] Update version info in README / INTEGRATION
2022-03-09 20:03:10 +01:00
Ethan Frey
f35326ab27
Ensure SystemError is consistently unredacted
2022-03-09 19:50:55 +01:00
Ethan Frey
3554193289
[skip ci] Update CHANGELOG for 0.24 release
2022-03-09 16:08:34 +01:00
Ethan Frey
2bd4041bb8
Skip a few more tests on m1
2022-03-09 15:50:55 +01:00
Ethan Frey
380301da0b
Improve how we redact query errors
2022-03-09 15:49:39 +01:00
Ethan Frey
2700e6b03e
Merge pull request #774 from CosmWasm/wasmvm-beta7
...
Update to wasmvm beta7
2022-03-09 12:28:40 +01:00
Ethan Frey
a2512c49e1
Merge pull request #778 from CosmWasm/public_utils
...
Make type conversion helpers public
2022-03-09 12:27:40 +01:00
Ethan Frey
c1a72f7f25
Merge pull request #776 from CosmWasm/limit-stargate-querier
...
Verify Stargate Queries handles properly
2022-03-09 12:26:39 +01:00
Ethan Frey
4c12353e65
cleanup from PR comments
2022-03-09 12:12:06 +01:00
Ethan Frey
b7dd4ce29f
Merge pull request #775 from CosmWasm/redact-query-errors
...
Redact query errors
2022-03-09 11:57:51 +01:00
Alex Peters
6a780dc221
Make type conversion helpers public
2022-03-09 08:39:54 +01:00
Ethan Frey
46382135d3
Add deny list for some grpc queries
2022-03-07 22:47:05 +01:00
Ethan Frey
57574497ee
Redact query errors
2022-03-07 22:27:19 +01:00
Ethan Frey
feeccb666b
Mark a whole lot of tests to skip on m1 as they core dump
2022-03-07 22:09:39 +01:00
Ethan Frey
c8a7b83cdb
Update static lib download in Dockerfile
2022-03-07 21:40:15 +01:00
Ethan Frey
05a59a5bee
Bump deps to wasmvm v1.0.0-beta7
2022-03-07 21:38:49 +01:00
Ethan Frey
f35a13fa12
Merge pull request #716 from CosmWasm/update-security-md
...
Update SECURITY.md with a process
2022-03-03 21:04:17 +01:00
pinosu
bfa6a1cc85
Make utils methods public ( #773 )
...
Make GetAllCodes and GetAllContracts methods public
2022-03-03 18:19:14 +01:00
Ira Miller
e03c7f4f88
Relaxed address strength restrictions for legacy 20 byte addresses ( #772 )
...
* Use the length of contractAddr to support variable length addresses
* Add contract address len to index
* Add changelog entry
* Add tests to assure old address length is still supported
Co-authored-by: Carlton Hanna <channa@figure.com>
2022-03-03 18:16:02 +01:00
Ethan Frey
747a4ad377
Address PR feedback
2022-03-02 21:11:21 +01:00
Ethan Frey
e3215d4c1b
Add SECURITY text inspired by @elsehow
...
Much of this was originally in https://github.com/CosmWasm/cw-plus/pull/581
2022-03-02 21:06:38 +01:00
Ethan Frey
c3aeb1b6f9
Merge pull request #765 from CosmWasm/759-redact-reply-errors
...
Redact errors returned in reply
2022-03-02 21:06:19 +01:00
Ethan Frey
daf0d009fc
Merge pull request #770 from CosmWasm/759-redact-reply-errors-tests
...
Fix test setup and assertions
2022-03-02 19:53:45 +01:00
Ethan Frey
64ac68e3bb
Merge pull request #771 from CosmWasm/768-gov-noadmin
...
Add no admin flag for gov
2022-03-02 19:37:45 +01:00
Alex Peters
70ee69a54e
Add no admin flag for gov
2022-03-02 14:33:30 +01:00
Alex Peters
b2217a3a44
Fix test setup and assertions
2022-03-02 14:21:00 +01:00
Alex Peters
654fcec122
Revert "Handle nil logger again"
...
This reverts commit 66ac1f58ce
.
2022-03-02 14:15:11 +01:00
Alexander Peters
d4284fbb11
Merge pull request #767 from notional-labs/faddat/tm-tmdb
...
bump tendermint and tm-db
2022-03-02 13:35:56 +01:00
Ethan Frey
66ac1f58ce
Handle nil logger again
2022-03-02 10:17:23 +01:00
Ethan Frey
3953bdafcc
Adjust error string
2022-03-02 10:07:28 +01:00
faddat
32976f28cb
bump tendermint and tm-db
2022-03-01 01:04:56 +00:00
Ethan Frey
30bb2900c7
Fix submessage tests
2022-02-23 21:42:38 +01:00
Ethan Frey
8f75ad1faf
Fix lint error, failing test
2022-02-23 21:13:33 +01:00
Ethan Frey
446c6642c2
Redact errors returned in reply
2022-02-23 20:47:10 +01:00
Alexander Peters
95d58b8f17
Merge pull request #760 from CosmWasm/749-client-encoding
...
Replace custom codec with sdk codec
2022-02-21 21:50:50 +01:00
Alex Peters
0fc0ac585c
Replace custom codec with sdk codec
2022-02-21 10:31:36 +01:00
Alexander Peters
e0e6cc4b55
Merge pull request #752 from loloicci/missing-colon
...
Add missing colons in String of some proposals
2022-02-15 12:24:12 +01:00
pinosu
f043f19388
Add module name to buf.yml file ( #756 )
...
The module name is a required field as specified here:
https://docs.buf.build/bsr/overview
2022-02-14 10:56:31 +01:00
pinosu
6c5ac2c2bf
Add buf.md for proto API docs ( #755 )
...
In this file a module description could be added as exaplained here:
https://docs.buf.build/bsr/documentation
2022-02-14 10:21:06 +01:00
pinosu
2070b65bec
Remove breaking changes checks step from GH Action ( #754 )
...
It will be added later when project is more stable, since it fails
the PR if there are backward compatibility breaking changes.
2022-02-12 17:38:27 +01:00
pinosu
a6cb4c026f
Add GH action to publish proto files to BSR ( #753 )
...
GH Action includes:
- check for lint errors
- check for backward compatibility breaking changes
Migrated buf config files from v1beta1 to v1 using command:
'buf config migrate-v1beta1'
(https://docs.buf.build/configuration/v1beta1-migration-guide )
2022-02-12 14:25:36 +01:00
Alexander Peters
08b00b97f1
Merge pull request #751 from CosmWasm/remove-link-check-action
...
Remove Link Check Action
2022-02-11 11:00:35 +01:00