eth-state-diff 0.1.1

Minimal-allocation delta encoding for Ethereum consensus state, optimized for archival storage and zstd compression.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.0] - 2026-07-21

### Added

- Initial release.
- Delta encoding and reconstruction for Ethereum consensus state.
- Support for Phase0 through Electra beacon state formats.
- Specialized encoders for balances, validators, participation, inactivity scores,
  recent roots, RANDAO mixes, slashings, FIFO queues, and Eth1 data votes.
- Zero-copy serialization using `rkyv`.
- Optimized for archival storage and `zstd` compression.