Platform: Code4rena
Start Date: 02/10/2023
Pot Size: $1,100,000 USDC
Total HM: 28
Participants: 64
Period: 21 days
Judge: GalloDaSballo
Total Solo HM: 13
Id: 292
League: ETH
Rank: 12/64
Findings: 1
Award: $11,293.94
🌟 Selected for report: 0
🚀 Solo Findings: 0
11293.9389 USDC - $11,293.94
Judge has assessed an item in Issue #1127 as 2 risk. The relevant finding follows:
LOW) Wrong enforcement on bytecode version In the circuits, this enforcement is inverted
state .state_get_from_queue .conditionally_enforce_true(cs, version_hash_matches);
It should be:
version_hash_matches .conditionally_enforce_true(cs, state.state_get_from_queue);
In a future version, contracts with old version may be executed incorrectly. Line: https://github.com/code-423n4/2023-10-zksync/blob/main/code/era-zkevm_circuits/src/code_unpacker_sha256/mod.rs#L208-L210
#0 - c4-judge
2023-11-26T19:35:43Z
GalloDaSballo marked the issue as duplicate of #716
#1 - c4-judge
2023-11-26T19:35:56Z
GalloDaSballo marked the issue as partial-50
#2 - c4-judge
2023-11-28T15:56:39Z
GalloDaSballo marked the issue as satisfactory