This repository has been archived by the owner on May 3, 2024. It is now read-only.
In-circuit blockhash calculation #520
Annotations
1 error and 1 warning
operator precedence can trip the unwary:
zkevm-circuits/src/taiko_pi_circuit.rs#L3095
error: operator precedence can trip the unwary
--> zkevm-circuits/src/taiko_pi_circuit.rs:3095:44
|
3095 | block.protocol_instance.gas_used = 0x92 << 2 * 8;
| ^^^^^^^^^^^^^ help: consider parenthesizing your expression: `0x92 << (2 * 8)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence
= note: `-D clippy::precedence` implied by `-D warnings`
|
triage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/labeler@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|