ref-fvm
ref-fvm copied to clipboard
Docs: Some instructions can fail at max call depth
- CREATE/CREATE2 will fail at
maxCallDepth - 2in some cases, andmaxCallDepth - 1when resurrecting. - EXTCODE* will fail at
maxCallDepth. - SELFDESTRUCT will fail at
maxCallDepth.
Still needs to be documented, but with low priority because the 1/64th rule prevents us from reaching the max call depth (usually).