Skip to content

Commit

Permalink
feat: add snappy and fix ssz bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZhen committed Oct 14, 2024
1 parent b62696b commit 3f51498
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 6 deletions.
Binary file added serialized.ssz_snappy
Binary file not shown.
1 change: 1 addition & 0 deletions src/root.zig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub const committee_helper = @import("consensus/helpers/committee.zig");
pub const shuffle_helper = @import("consensus/helpers/shuffle.zig");
pub const balance_helper = @import("consensus/helpers/balance.zig");
pub const ssz = @import("./ssz/ssz.zig");
pub const snappy = @import("./snappy/snappy.zig");

test {
@import("std").testing.refAllDeclsRecursive(@This());
Expand Down
Loading

0 comments on commit 3f51498

Please sign in to comment.