cosmwasm
cosmwasm copied to clipboard
Fast and reusable WebAssembly smart contract runtime(and library) for lbm-sdk.
The method of calling other smart contracts or inter-call is a message driven method, so development is difficult. #### The following is how to call another smart contract. 1. Call...
We need `From` traits from cosmwasm types into prost types. For example, `bank::Coin`
In JSON used in cosmwasm, `uint64` is formatted as the number, and `uint128` (in coin, for example) is formatted as the string. I think it is a little confusing. How...
Now, devtools/set-version.sh has a function to `git commit` and the message has a non-semantic name.
https://github.com/Finschia/cosmwasm/blob/a5f8b5ffe581cd56a73922a460197d2913ac1c61/packages/vm/src/environment.rs#L380-L381 The name `set_dynamic_callstack` is not good. 1. `set_dynamic_callstack` not only sets the call stack but also validates that the call stack does not have the called contract's address. 2....