1/9 ๐ We're excited to announce EthereumJS v10.1.0! This release brings full support for the Fusaka (Osaka) hardfork with 8 major EIP implementations + BPO hardforks. All libraries now work seamlessly with the latest Ethereum protocol features! ๐
2/9 ๐ EIP-7594 PeerDAS (Tx, EVM, Block): Full support for Peer Data Availability Sampling! Extends EIP-4844 blob transactions with data availability sampling, enabling more efficient blob data handling. Max 6 blobs per transaction with cell proofs. #Ethereum#Layer2
3/9 ๐ EIP-7951 secp256r1 Precompile (EVM): New P256VERIFY precompile at 0x100 enables native support for signatures from Apple Secure Enclave, Android Keystore, and FIDO2/WebAuthn devices. Perfect for modern hardware-backed authentication! ๐
4/9 โก EIP-7939 CLZ Opcode (EVM): New CLZ (0x1e) opcode counts leading zeros in 256-bit words. Returns 256 for zero input. Costs 5 gas. Essential for math operations, compression, and ZK proving optimizations! ๐งฎ