Daisuke Iuchi

Results 7 issues of Daisuke Iuchi

# Description Finschia/cosmwasm has several original features. have compiled them. ## List to propose to upstream - `sha1` crypto native API - https://github.com/Finschia/cosmwasm/pull/145 - `Uuid` for a clear unique id...

The [release.md](https://github.com/Finschia/cosmwasm/blob/7981317dd0c512bc17a79437f10a91c06a0db47d/docs/release.md) file is referring to non-existent files (`.github/changelog.yml`), and the content of the document has not been updated, so it needs to be updated. FYI: you can check `.github/changelog.yml`...

Since `cosmos/cosmos-sdk` and `Finschia/finschia-sdk` are mixed, if it's possible to standardize to Finschia/finschia-sdk, we should do so. However, there are things like the schema which are auto-generated and cannot be...

There are no specifications for writing WASM directly, so we would like to prepare them. We need to write and summarize the parts related to dynamic link. The contents of...

dynamic_link

Add stack overflow tests.

dynamic_link

Currently, the limit of the call stack is defined as 5. It is mainly used in the following codes. https://github.com/Finschia/cosmwasm/blob/eda535b09ef7501752d633eb32eebc46cb1c9b92/packages/vm/src/environment.rs#L15 https://github.com/Finschia/cosmwasm/blob/eda535b09ef7501752d633eb32eebc46cb1c9b92/packages/vm/src/environment.rs#L357-L359 https://github.com/Finschia/cosmwasm/blob/eda535b09ef7501752d633eb32eebc46cb1c9b92/packages/vm/src/environment.rs#L383-L385 Check callstack limits and fix if necessary.

dynamic_link

Corrected typo, please check. autogenrating → autogen**e**rating