Why is limit of callstack 5?
da1suk8 opened this issue · 0 comments
da1suk8 commented
Currently, the limit of the call stack is defined as 5.
It is mainly used in the following codes.
cosmwasm/packages/vm/src/environment.rs
Line 15 in eda535b
cosmwasm/packages/vm/src/environment.rs
Lines 357 to 359 in eda535b
cosmwasm/packages/vm/src/environment.rs
Lines 383 to 385 in eda535b
Check callstack limits and fix if necessary.