-
Notifications
You must be signed in to change notification settings - Fork 14
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: bump up cosmwasm from v1.1.9 to v1.5.0 #336
Conversation
Add `abs` for all signed ints
Update clru to 0.6.1
Upgrade assert_cmd
Co-authored-by: Simon Warta <[email protected]>
More Integer conversions
Require cosmwasm-vm and cosmwasm-std to match cosmwasm-check version
Move pre-1.0.0 CHANGELOG to separate file
Add `is_negative` fn to signed ints
Fix shrink_be_int bounds check
Add unmaintained warning to storage README
Because to_{vec,binary}, from_{slice,binary} has been deprecated (CosmWasm/cosmwasm#1886)
|
|
|
Because the CHANGELOG is managed in Finschia
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
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
to_json_{vec,binary,string}
andfrom_json
and deprecate old ones CosmWasm/cosmwasm#1886Types of changes
Checklist