5 releases

0.1.4 Jul 2, 2025
0.1.3 Jun 23, 2025
0.1.2 May 16, 2025
0.1.1 May 13, 2025
0.1.0 Apr 30, 2025

#2 in #eigen-da

Download history 2042/week @ 2025-07-13 2383/week @ 2025-07-20 1954/week @ 2025-07-27 51/week @ 2025-08-03 1675/week @ 2025-08-10 1292/week @ 2025-08-17 1648/week @ 2025-08-24 1574/week @ 2025-08-31 1480/week @ 2025-09-07 1045/week @ 2025-09-14 1187/week @ 2025-09-21 642/week @ 2025-09-28 1015/week @ 2025-10-05 1121/week @ 2025-10-12 835/week @ 2025-10-19 510/week @ 2025-10-26

3,481 downloads per month
Used in 2 crates

MIT/Apache

52KB
995 lines

rust-eigenda-v2-common

Crate with definition of multiple types used in the v2 client of EigenDA.

Types defined in this Crate

  • EigenDACert: Contains all data necessary to retrieve and validate a Blob.
  • Blob: Data dispersed on EigenDA.
  • EncodedPayload: Payload that has been encoded. It contains a header that specifies the encoding algorithm and the payload itself.
  • Payload: Arbitrary data without any processing.
  • PayloadForm: The form a Payload is encoded in, it can be in either evaluation or coefficient form.

Use

[dependencies]
rust-eigenda-v2-common = "0.1"

Dependencies

~12MB
~221K SLoC