-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: update cosmwasm to 2.0 #NTRN-302 #147
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joldie777
changed the title
feat: update cosmwasm to 2.0
feat: update cosmwasm to 2.0 #NTRN-302
Jun 13, 2024
pr0n00gler
requested changes
Jun 17, 2024
please merge |
pr0n00gler
previously approved these changes
Jun 26, 2024
sotnikov-s
previously approved these changes
Jul 1, 2024
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.
please remove several backtraces
occurrences in the project. the rest LGTM
sotnikov-s
previously approved these changes
Jul 2, 2024
pr0n00gler
approved these changes
Jul 3, 2024
sotnikov-s
approved these changes
Jul 3, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task: https://hadronlabs.atlassian.net/browse/NTRN-302
Related PRs:
neutron-org/neutron-dev-contracts#54
List of changes:
backtraces
feature have been removed.new
is now explicitly called to createBinary
instance from an inner value.update_staking
function directly.mock_info
has been replaced withmessage_info
.Delegation
struct is no longer accessible from the outside of the crate where it defined. So StdDelegation struct was created as the copy of the cosmwasmDelegation
to be used instead.data
field have been replaced withmsg_responses
. Sincemsg_responses
contains protobuf-encoded messages, the JSON deserialization methods have been replaced bydecode_message_response
with corresponding replacement of the response types: MsgIbcTransferResponse for MsgTransferResponse and MsgSubmitTxResponse for MsgSubmitTxResponse