Add casts to uint operations with different types (#5527) Define sha256 \& blake3 spec functions (#5555) Replace remerkleable with eth-ssz-specs (#5520) Load gossip validation state from the store (#…
This is an opinion piece from myself and @CPerezz . We would like to thank @fradamt for catching an error. In this opinion piece, we discuss how EIPs proposed for Hegotá can impact our current work o…
Originally, I started this discussion in the Eth R&D discord server: i have a (general) question to the core devs: i think we’ve been doing a lot of progress wrt formal verification and i believe in…
Good day Lodestar operators! We've just release v1.47.0 and recommend you upgrade your mainnet and testnet nodes. This one is BIG! We have moved our bls operations to Zig!! :tada::tada: We are super…
Fixed isHash returning true for odd-length hex strings. size rounds odd-length hex up to the next whole byte, so a 63-character hex string reported a size of 32 and passed the check. isHash now valid…
It is that time of the year in which I post about my personal interests, or rather wish lists, for Ethereum. I have already tried this topic before and will touch on that below, but before we get int…
ci: split live creation-tx API tests into their own CI job (#2947) feat: store metadata once per compilation in compiled_contracts_metadata (#2941) Remove blocksScanApi creation-tx fetcher (#2948)
Featuring the Coldcard hardware wallet exploit traced to a five-year-old firmware flaw, Bybit's precedent-setting civil lawsuit against the Lazarus Group, Ethereum Foundation's post-quantum migration…
A durable append-only Merkle tree for note commitments. Builds the entire Tornado Cash tree in 19 milliseconds, 450x faster than the TypeScript library this ecosystem runs.
Renamed Transaction#setWholeAmount to setMaxAmount. It no longer bumps maxPriorityFeePerGas to burn the remainder (burnRemaining option removed): fee fields are preserved, so a lower actual fee leave…