-
Notifications
You must be signed in to change notification settings - Fork 13
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: merge original version 0.16.3 #148
Conversation
Cleanup import implementations (the native_* stuff)
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
Extend IBC entry point messages
Add the cosmwasm-* version changes to MIGRATING.md
Add custom events to IBC response types
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
attr construction should panic for reserved names
Collect types Attribute and Event in events.rs 💅
Crypto update k256 version
Fix clippy +1.53.0 warnings
|
This commit includes solving conflicts.
082d2b5
to
edcc939
Compare
4bf6a08
to
c503ec7
Compare
@@ -30,6 +33,7 @@ stargate = [] | |||
[dependencies] | |||
base64 = "0.13.0" | |||
cosmwasm-derive = { path = "../derive", version = "0.14.0-0.4.0" } |
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.
For all about the remain old versions 0.14.0-0.4.0
,
How about changing to 0.16.3
in this PR and creating a 0.16.0-0.1.0
bump-up PR after merged this PR?
In the previous migration PR, it seems follow in the below way.
#130
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.
I will remain the versions and change them in a PR once. Why do we need to change to 0.16.3
in this PR?
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.
It doesn't mean much. Because that's what we've done in previous works.
I think In a very small sense, the baseline version becomes clearer in the commit at the time this PR was squash merged.
d971342
to
032a7aa
Compare
uint version 0.9.2 or lator uses the feature of edition2021. This cannot be used from wasmvm 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.
LGTM
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.
LGTM
Description
Types of changes
Checklist