Skip to content

Commit

Permalink
Merge pull request #4 from optimism-java/ssz-fork
Browse files Browse the repository at this point in the history
ssz method
  • Loading branch information
GrapeBaBa authored Oct 11, 2024
2 parents 11b5235 + ba3a82a commit f64c972
Show file tree
Hide file tree
Showing 5 changed files with 1,305 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/.DS_Store

.zig-cache
zig-out
zig-out
.vscode
1 change: 0 additions & 1 deletion src/consensus/types.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const capella = @import("../consensus/capella/types.zig");
const deneb = @import("../consensus/deneb/types.zig");
const electra = @import("../consensus/electra/types.zig");
const configs = @import("../configs/config.zig");
// const ssz = @import("../ssz/ssz.zig");

pub const NonExistType = struct {};

Expand Down
1 change: 1 addition & 0 deletions src/root.zig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub const seed_helper = @import("consensus/helpers/seed.zig");
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");

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

0 comments on commit f64c972

Please sign in to comment.