I have a doubt about the behavior when you call a contract's function.
I know if you call a function by sending a transaction that code will be executed in every single node of the chain. But what about calling constant functions? In that case, is the code executed in all the nodes also or just in the caller node?