@@ -8,6 +8,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ ## [ 0.5.0] - 2024-07-15
12+
13+ ### Changed
14+ - fix: docker images (#108 )
15+ - feat: add transaction hash to zero trace (#103 )
16+ - perf: add benchmarks for different components (#273 )
17+ - fix: add check on decoded versioned hashes (#278 )
18+ - fix: discard intermediate proofs (#106 )
19+ - feat: stdio parallel proving (#109 )
20+ - Fixes related to nightly and alloy (#101 )
21+ - Introduce native tracer support (#81 )
22+ - chore: bump alloy to v0.1.1 (#111 )
23+ - Migrate ` zero-bin ` into ` zk-evm `
24+ - fix: Bring back Cargo.lock (#280 )
25+ - ci: add labeler flag for new ` zero-bin ` crate + update ` CODEOWNERS ` (#281 )
26+ - fix: only executables should choose a global allocator (#301 )
27+ - doc: fix typos (#298 )
28+ - misc: fix logging filename (#305 )
29+ - refactor zero_bin leader cli (#317 )
30+ - Removed non-existing dep public ` __compat_primitive_types ` (#321 )
31+ - perf: Check for zero amount early in 'add_eth' (#322 )
32+ - fix: interval (#324 )
33+ - fix: optimize previous hashes retrieval (#316 )
34+ - feat: add jerigon test workflow (#303 )
35+ - fix: do not add selfdestruct journal entry for empty accounts (#328 )
36+ - ci: add PR check job (#332 )
37+ - Constrain FP254 operations and SUBMOD to be kernel-only (#333 )
38+ - fix: add recipient to touched_addresses even when skipping empty transfer (#336 )
39+ - Fixed leader crashing when ` .env ` not present (#335 )
40+ - perf: reduce overhead in final iteration of memset (#339 )
41+ - Make leader work no matter what the CWD is (#307 )
42+ - Cleanup/clippy and update pass (#341 )
43+ - Add ` Columns ` and ` DerefColumns ` derive macros (#315 )
44+ - migrate compat to micro crate (#308 )
45+ - fix: docker build for worker and leader (#329 )
46+ - parse embedded short nodes (#345 )
47+ - Add ` LogicColumnsView ` struct for ` LogicStark ` (#347 )
48+ - fix: properly log final result when due (#352 )
49+ - fix: Check valid range for s and add test (#363 )
50+ - feat: add caching for ` get_block ` (#346 )
51+ - refactor!: docker builds (#357 )
52+ - fix: tweak fetching of previous block hashes (#370 )
53+ - fix(evm_arithmetization): Adjust layout of ` CpuGeneralColumnsView ` (#355 )
54+ - feat: skip range-checking ` PUSH ` operations in ` KERNEL ` mode (#373 )
55+ - Fix iterator length when fetching block hashes (#374 )
56+ - fix: scale withdrawals amount to gwei (#371 )
57+ - refactor: frontend of ` trace_decoder ` (#309 )
58+
59+
1160## [ 0.4.0] - 2024-06-12
1261
1362### Changed
0 commit comments