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.4.0 #331

Closed da1suk8 closed 11 months ago

da1suk8 commented 1 year ago

Description

Adopted Cosmwasm/cosmwasm v1.4.0 to Finschia/cosmwasm. This changes the base version of Finschia/cosmwasm from v1.1.9 to v1.4.0.

The test involving cosmwasm, wasmvm, and wasmd has not been done yet, so we will first merge into feat/bump_1.4.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/331/commits/79abfdd897ffe3f024f3368b1e3e58c699a65d2b applied Cosmwasm/cosmwasm v1.4.0 to Finschia/cosmwasm.
  2. Subsequent commits were made to adapt the changes made in v1.4.0 to Finschia/cosmwasm.

Main changes

Types of changes

Checklist

CLAassistant commented 1 year 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 3 committers have signed the CLA.

:white_check_mark: da1suk8
:x: chipshort
:x: webmaster128
You have signed the CLA already but the status is still pending? Let us recheck it.

170210 commented 11 months ago

It seems that many links are linking to Cosmos, starting with: https://github.com/cosmos/cosmos-sdk/blob/. Is it necessary to change them to FInschia/finschia-sdk

da1suk8 commented 11 months ago

@170210

Regarding the schema, it is auto-generated, so there is no need to change it. Also, some files are not reflected in Finschia/fisnchia-sdk, so I think it is better to leave them as they are. I will leave a note in the issue.

Thank you!