Etherlink: support eth_createAccessList RPC
Follow-up from #7927 (closed).
There's already some progress that was made on rodi@functori@eth_createAccessList.
The implem. shouldn't be hard but will be a bit tedious to add.
A little algorithm will be needed from the inputs. Either the address/slot touched is dones at a call stack depth >= 1 (the CALL cost will be highly decreased) and we put it in the recommended access list, either the address slot is touched at the level 0 but there are at least 25 different slots that are accessed. (more details here !17766 (comment 2514068260)).