Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

feat: bump up cosmwasm from v1.1.9 to v1.5.0 #336

Closed da1suk8 closed 10 months ago

da1suk8 commented 10 months ago

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

  1. https://github.com/Finschia/cosmwasm/pull/336/commits/78b634a9dcad4a4a4d20f45a5b0218c03292db59 applied Cosmwasm/cosmwasm v1.5.0 to Finschia/cosmwasm feat/bump1.4.0 branch.
  2. Subsequent commits were made to adapt the changes made in v1.5.0 to Finschia/cosmwasm feat/bump1.4.0 branch.

Main changes

Types of changes

Checklist

CLAassistant commented 10 months ago

CLA assistant check
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.

170210 commented 10 months ago
da1suk8 commented 10 months ago

@170210