Is it possible to simulate cross-shard tx calls in Mandos?
Like I have a scenario where the user calls SC A in shard 0 then SC A makes an async call to SC B in Metashard. Then user makes another call direct to SC B. All these happen in the same block.
I want to guarantee that the first tx (cross-shard) completes before the second tx (direct call) is executed.
Can I simulate this in Mandos?
I don't think that mandos can simulate something like this. I recommend the devnet ???? (also only system scs can be located in the meta shard ????)
Sorry no, Mandos is single-shard only