Skip to content
Unverified Commit 3e841645 authored by Sebastian Miasojed's avatar Sebastian Miasojed Committed by GitHub
Browse files

Add READ_ONLY flag to contract call function (#4418)

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](https://eips.ethereum.org/EIPS/eip-214

).

---------

Co-authored-by: command-bot <>
Co-authored-by: default avatarAndrew Jones <[email protected]>
Co-authored-by: default avatarAlexander Theißen <[email protected]>
parent 09de7f15
Pipeline #480101 waiting for manual action with stages
in 44 minutes and 39 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment