mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 23:38:08 -05:00
Implement CALLF, RETF, and JUMPF operations. This introduces the notion of "code sections" into the code. For legacy code section zero consists of all of the code and is the only code section. Also implements EIP specified code validation to ensure validated EOF code won't use CALLF or JUMPF to a non-existent section. Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>