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
loloicci
bc1087db2c
add missing colons in String of some proposals
2022-02-10 22:32:17 +09:00
pinosu
33d768c491
Update wasmwm version ( #748 )
2022-02-10 13:43:29 +01:00
Pino' Surace
aeace681bb
Remove Link Check Action
...
Removing the action because it is not working and it was never used.
2022-02-10 11:58:48 +01:00
Ethan Frey
f4afc187a4
Merge pull request #744 from pinosu/667-static_checks
...
Add static checking for common bug patterns
2022-02-09 10:36:40 +01:00
Pino' Surace
45efceacee
Merge branch '667-static_checks' of github.com:pinosu/wasmd into 667-static_checks
2022-02-09 09:27:29 +01:00
Pino' Surace
a8ea299c55
Add static checking for common bug patterns
...
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql )
2022-02-09 09:24:59 +01:00
Pino' Surace
5b097afd32
Add static checking for common bug patterns
...
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql )
2022-02-09 09:18:35 +01:00
Alexander Peters
639b530c77
Merge pull request #746 from CosmWasm/sdk-upgrade_0451
...
Upgrade sdk to v0.45.1
2022-02-08 20:57:59 +01:00