Add READ_ONLY flag to contract call function: This PR implements the READ_ONLY flag to be used as a Callflag in the call function. The flag indicates that the callee is restricted from modifying the state during call execution. It is equivalent to Ethereum's STATICCALL.
Follow the PR: https://github.com/r0gue-io/base-parachain/pull/38
pallet-contracts
:v1.12.0
andv1.13.0
CHANGLOG
READ_ONLY
flag to be used as aCallflag
in thecall
function. The flag indicates that the callee is restricted from modifying the state during call execution. It is equivalent to Ethereum's STATICCALL.