mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
TODOs
This commit is contained in:
parent
4c0c93ff56
commit
6ea801d960
@ -21,6 +21,7 @@ global selfdestruct:
|
||||
|
||||
global revert:
|
||||
// TODO: Refund unused gas to parent.
|
||||
// TODO: Revert state changes.
|
||||
%jump(terminate_common)
|
||||
|
||||
// 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
|
||||
// - state modification is attempted during a static call
|
||||
global exception:
|
||||
// TODO
|
||||
// TODO: Revert state changes.
|
||||
%jump(terminate_common)
|
||||
|
||||
terminate_common:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user