Skip to content
Snippets Groups Projects
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 <ascjones@gmail.com>
Co-authored-by: default avatarAlexander Theißen <alex.theissen@me.com>
parent 09de7f15
No related merge requests found
Pipeline #480101 waiting for manual action with stages
in 44 minutes and 39 seconds
Showing with 808 additions and 457 deletions
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