Skip to content

Commit

Permalink
Merge pull request #8 from optimism-java/snappy
Browse files Browse the repository at this point in the history
feat: add snappy and fix ssz bug
  • Loading branch information
GrapeBaBa authored Oct 14, 2024
2 parents b62696b + 3f51498 commit 5f5e8a3
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 5f5e8a3

Please sign in to comment.