Closed da1suk8 closed 10 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 5 committers have signed the CLA.
:white_check_mark: da1suk8
:x: DariuszDepta
:x: chipshort
:x: webmaster128
:x: maurolacy
You have signed the CLA already but the status is still pending? Let us recheck it.
contracts/reflect/schema/reflect.json
and contracts/reflect/schema/raw/response_to_sub_msg_result.json
haven't been modified in this PR.
Cosmos has fixed them in the following commit. https://github.com/CosmWasm/cosmwasm/commit/592c40c148b148ce80173fbe16251ff52fb07c5c#diff-548b858b98d56539baa39b377f08e777096ac04a55946b955f43fadde2efd124 (It is a v2.0.0's commit)
Should we cherry-pick this commit?Closes #0
in description@170210
msg_responses
has been newly added and the schema seems to have been updated accordingly. In this case, since this feature is not added and the schema is automatically generated, there is no need for cherry-picking. Thank you.
Description
Adopted Cosmwasm/cosmwasm v1.5.0 to Finschia/cosmwasm. This changes the base version of Finschia/cosmwasm from v1.1.9 to v1.5.0.
The test involving cosmwasm, wasmvm, and wasmd has not been done yet, so we will first merge into feat/bump_1.5.0. Once the test with all components working together is successful, will merge into main.
Version bump as follows
Main changes
to_{vec,binary}
→to_json_{vec,binary}
,from_{slice,binary}
→from_json
Types of changes
Checklist