Releases: ethpandaops/execution-processor
Releases · ethpandaops/execution-processor
0.0.5-mem-expansion-and-precompiles
Changelog
- 7092035 Merge pull request #84 from ethpandaops/feat/mem-expansion
- 25b9506 docs(README): add structlog aggregation feature and resource gas decomposition docs
- 526f428 feat(structlog): add cold access detection and memory expansion utilities feat(structlog): expose IsPrecompile helper for external use feat(execution): extend StructLog with MemorySize, CallTransfersValue, ExtCodeCopySize test(structlog): add comprehensive tests for cold access and memory expansion
- 1fafb32 feat(structlog_agg): add resource gas decomposition metrics
- 57f9acf fix(cold_access): detect cold SLOAD and account access when gas is capped feat(aggregator): add exact memory expansion gas tracking per opcode refactor: replace hard-coded thresholds with warmAccessCost constant
- f3a24c6 fix(cold_access): subtract CallNewAccountGas when CALL transfers value to empty account
- 17e0446 refactor(cold_access): expand inline docs and tighten gas normalization logic
- d952146 refactor(cold_access_test): extract magic test address into named constant test(memory_test): add comprehensive unit tests for resolveLastInFrame style(memory): remove outdated comment about RETURN/REVERT stack layout
0.0.4-mem-expansion-and-precompiles
v0.1.5
What's Changed
- refactor(clickhouse): migrate from HTTP to ch-go native protocol by @Savid in #45
- feat(processor): add two-phase block completion with pending range limiter by @Savid in #48
- ci: add alpha-release workflow for tagged builds by @mattevans in #55
- release: embed mode + structlog agg by @mattevans in #54
- feat(processor): add gap detection for block processing by @Savid in #76
- feat(gap-detection): detect and process missing blocks in addition to incomplete blocks by @Savid in #77
Full Changelog: v0.1.4...v0.1.5