Zero Knowledge
Sep 8, 2025
The Ethereum Proximity Prize: Reed–Solomon Codes and MCA
The Ethereum Foundation has launched a $1 million cryptography bounty to resolve the proximity gaps conjecture for Reed–Solomon codes. A bre...

Mar 4, 2026
This is a disclosure of a vulnerability in the Polygon Plasma bridge. The vulnerability has been fixed since July 2024 and the fix has been pushed to the vulnerable library as well.

Feb 18, 2026
TL;DR -- A cache key collision in the Solidity compiler's via-ir code generator causes `delete` on transient variables to emit `sstore` instead of `tstore`, or conversely causes persistent `delete` to emit `tstore` instead of `sstore`. The direction depends on function selector ordering -- neither direction is safe.