Crypto

Geth Pruning Benchmarks and Quiet API Tradeoffs

Two pull requests against the geth repository closed in the same window today. One was a parallel state pruning experiment that ran into a database wall. The other was a defensive limit on a rarely used HTTP API that maintainers decided was not worth the maintenance load. Together they show how Ethereum execution client decisions actually get made: benchmarks, not narratives.

Ethereum EIP-8037 Hikes State Creation Gas Cost

A new Ethereum core change is moving through go ethereum, the most widely deployed client. It raises the gas cost for opcodes and operations that grow chain state, and it tightens how the network refunds gas when authorization slots clear. The pull request crossed another milestone on May 22, 2026 with regenerated tracing code, which usually signals that the implementation is converging on a final shape.

Geth Adds Code Cache Hit Miss Meters for Live Operator Visibility

Ethereum’s main execution client just landed a small but practical change. Code cache hit and miss meters now ship as first class Prometheus signals, so operators no longer have to dig through slow block JSON dumps. The kind of unglamorous engineering that compounds across the network.

PascalFi

PascalFi explores the intersection of quantitative methods and practical investing. Named after Blaise Pascal, the mathematician who laid the groundwork for probability theory, this blog applies data-driven thinking to investment decisions. The art …

Know More