Commit 1b6ed54
feat: add SSZ encoding/decoding support for parsigex (#322)
* feat: add deadline.rs
* feat: deadline tests
* fix: remove comments
* wip: add parasig db and some tests
* refactor: remove old app/deadline
* feat: add rust docs
* feat: add clone box and clone eq
* feat: finish tests
* feat: add parsigex [wip]
* fix: typo
* fix: parsigex
* refactor: parsigex
* fix: linter
* feat: add subscribe
* feat: add SSZ encoding/decoding support for parsigex
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: update yanked fastrand and ignore pre-existing rand advisory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: linter
* fix: remove binary
* chore: remove Go sszfixtures generator from repo
The SSZ test fixtures have already been generated and committed under
crates/core/testdata/ssz/. The Go generator code is no longer needed
in-tree; the binary is already gitignored.
Co-authored-by: Bohdan Ohorodnii <varex83@users.noreply.github.com>
* fix: review comments
* fix: claude review
---------
Co-authored-by: Bohdan Ohorodnii <35969035+varex83@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Bohdan Ohorodnii <varex83@users.noreply.github.com>1 parent 8bc2dcd commit 1b6ed54
26 files changed
Lines changed: 1698 additions & 110 deletions
File tree
- crates
- core
- src
- testdata/ssz
- eth2api
- src/spec
- ssz
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
| 31 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
33 | 36 | | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
| 40 | + | |
36 | 41 | | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | | - | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments