Skip to content

Commit

Permalink
more beacon glue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 4, 2023
1 parent 8de4c3f commit ec97338
Show file tree
Hide file tree
Showing 9 changed files with 447 additions and 189 deletions.
24 changes: 0 additions & 24 deletions crates/rpc/rpc-types/src/beacon/macros.rs

This file was deleted.

2 changes: 1 addition & 1 deletion crates/rpc/rpc-types/src/beacon/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use alloy_primitives::FixedBytes;
use constants::{BLS_PUBLIC_KEY_BYTES_LEN, BLS_SIGNATURE_BYTES_LEN};

pub mod constants;
pub mod macros;
pub mod payload;
pub mod withdrawals;

/// BLS signature type
pub type BlsSignature = FixedBytes<BLS_SIGNATURE_BYTES_LEN>;
Expand Down
Loading

0 comments on commit ec97338

Please sign in to comment.