cosmwasm icon indicating copy to clipboard operation
cosmwasm copied to clipboard

Why is limit of callstack 5?

Open da1suk8 opened this issue 1 year ago • 0 comments

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.

da1suk8 avatar Jun 16 '23 09:06 da1suk8