mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
TODOs
This commit is contained in:
parent
4c0c93ff56
commit
6ea801d960
@ -21,6 +21,7 @@ global selfdestruct:
|
|||||||
|
|
||||||
global revert:
|
global revert:
|
||||||
// TODO: Refund unused gas to parent.
|
// TODO: Refund unused gas to parent.
|
||||||
|
// TODO: Revert state changes.
|
||||||
%jump(terminate_common)
|
%jump(terminate_common)
|
||||||
|
|
||||||
// The execution is in an exceptional halt-ing state if
|
// The execution is in an exceptional halt-ing state if
|
||||||
@ -31,7 +32,7 @@ global revert:
|
|||||||
// - the new stack size would be larger than 1024, or
|
// - the new stack size would be larger than 1024, or
|
||||||
// - state modification is attempted during a static call
|
// - state modification is attempted during a static call
|
||||||
global exception:
|
global exception:
|
||||||
// TODO
|
// TODO: Revert state changes.
|
||||||
%jump(terminate_common)
|
%jump(terminate_common)
|
||||||
|
|
||||||
terminate_common:
|
terminate_common:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user