mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-11 20:20:00 +00:00
Add first ExecutionLayer tests
This commit is contained in:
@@ -19,7 +19,6 @@ pub enum Error {
|
||||
Json(serde_json::Error),
|
||||
ServerMessage(String),
|
||||
Eip155Failure,
|
||||
NoErrorOrResult,
|
||||
IsSyncing,
|
||||
ExecutionBlockNotFound(Hash256),
|
||||
ExecutionHeadBlockNotFound,
|
||||
@@ -103,7 +102,7 @@ pub enum BlockByNumberQuery<'a> {
|
||||
Tag(&'a str),
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Deserialize)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct ExecutionBlock {
|
||||
pub block_hash: Hash256,
|
||||
|
||||
Reference in New Issue
Block a user