mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-24 07:14:46 +00:00
Add eip_3076 crate (#8206)
#7894 Moves the `Interchange` format from `slashing_protection` and thus removes the dependency on `slashing_protection` from `eth2` which can now just depend on the slimmer `eip_3076` crate. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
mod attestation_tests;
|
||||
mod block_tests;
|
||||
mod extra_interchange_tests;
|
||||
pub mod interchange;
|
||||
pub mod interchange_test;
|
||||
mod parallel_tests;
|
||||
mod registration_tests;
|
||||
@@ -10,6 +9,10 @@ mod signed_block;
|
||||
mod slashing_database;
|
||||
pub mod test_utils;
|
||||
|
||||
pub mod interchange {
|
||||
pub use eip_3076::{Interchange, InterchangeMetadata};
|
||||
}
|
||||
|
||||
pub use crate::signed_attestation::{InvalidAttestation, SignedAttestation};
|
||||
pub use crate::signed_block::{InvalidBlock, SignedBlock};
|
||||
pub use crate::slashing_database::{
|
||||
|
||||
Reference in New Issue
Block a user