-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wasm): merge wasmd 0.17.0 #249
Conversation
Fix blocklist addresses
Handle nil in grpc querier
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.4.3 to 1.5.1. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](golang/protobuf@v1.4.3...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Refactor wasm message handlers * Add handler plugin tests * Review feedback * Add handler and query tests
Handle non default transfer port id
Add telemetry
* Move internal subfolders up * Fix broken imports and fmt
Remove deprecated build targets
* Restructure protobuf dir and generation * Format protobuf definitions
* 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>
Upgrade cosmos-sdk to v0.42.2
fix a typo in comment
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](rs/zerolog@v1.20.0...v1.21.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…m/golang/protobuf-1.5.1 Bump github.com/golang/protobuf from 1.4.3 to 1.5.1
…m/rs/zerolog-1.21.0 Bump github.com/rs/zerolog from 1.20.0 to 1.21.0
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](cosmos/cosmos-sdk@v0.42.2...v0.42.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…m/cosmos/cosmos-sdk-0.42.3 Bump github.com/cosmos/cosmos-sdk from 0.42.2 to 0.42.3
Introduce new interfaces for extendability
When the following PRs are merged and the latest version is released, the test will path. (I have already confirmed that the test will path locally.) |
|
x/wasm/Governance.md
Outdated
@@ -0,0 +1,110 @@ | |||
# Governance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should be rewritten. so I think it would be better to remove it for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, removed it.
x/wasm/IBC.md
Outdated
@@ -0,0 +1,137 @@ | |||
# IBC specification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file also should be rewritten. so I think it would be better to remove it for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, removed it.
Codecov Report
@@ Coverage Diff @@
## main #249 +/- ##
=======================================
Coverage ? 53.01%
=======================================
Files ? 642
Lines ? 47749
Branches ? 0
=======================================
Hits ? 25314
Misses ? 19520
Partials ? 2915 |
7c90af6
to
f00b2a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/CosmWasm/wasmd/tree/v0.17.0/proto/cosmwasm/wasm/v1beta1
changed proto file paths are not included this pr.(moved x/wasm/types/*.proto -> proto/cosmwasm/wasm/v1beta1)
0da9ef5
to
577c2c0
Compare
wasmd 0.17.0(Finschia#249) After merging, the legacy style wasm proto path was fixed.
wasmd 0.17.0(#249) After merging, the legacy style wasm proto path was fixed.
Description
closes: #263
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes