mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
RIPEMD doesn't get untouched (#1079)
This commit is contained in:
parent
fd48e5d1bc
commit
90bb4741b3
@ -9,4 +9,11 @@ global revert_account_loaded:
|
||||
POP
|
||||
%journal_load_1
|
||||
// stack: address, retdest
|
||||
%jump(remove_accessed_addresses)
|
||||
DUP1 %eq_const(@RIP160) %jumpi(ripemd)
|
||||
%jump(remove_accessed_addresses)
|
||||
|
||||
// The address 0x3 shouldn't become unloaded.
|
||||
// See https://github.com/ethereum/EIPs/issues/716.
|
||||
ripemd:
|
||||
// stack: address, retdest
|
||||
POP JUMP
|
||||
|
||||
@ -9,4 +9,11 @@ global revert_account_touched:
|
||||
POP
|
||||
%journal_load_1
|
||||
// stack: address, retdest
|
||||
DUP1 %eq_const(@RIP160) %jumpi(ripemd)
|
||||
%jump(remove_touched_addresses)
|
||||
|
||||
// The address 0x3 shouldn't become untouched.
|
||||
// See https://github.com/ethereum/EIPs/issues/716.
|
||||
ripemd:
|
||||
// stack: address, retdest
|
||||
POP JUMP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user