About re-entrancy, I think both are solved in their respective VMs/crates. EVM takes care of it [here](https://github.com/AstarNetwork/frontier/blob/polkadot-v0.9.43/frame/evm/src/runner/stack.rs#L56). WASM takes care of it [here](https://github.com/paritytech/substrate/pull/13443). Perhaps we should also prohibit re-entrancy into XVM itself? _Originally posted by @Dinonard in https://github.com/AstarNetwork/Astar/pull/980#discussion_r1275942510_
About re-entrancy, I think both are solved in their respective VMs/crates.
EVM takes care of it here.
WASM takes care of it here.
Perhaps we should also prohibit re-entrancy into XVM itself?
Originally posted by @Dinonard in #980 (comment)