sequencer posts blocks to bedrock

This commit is contained in:
Sergio Chouhy
2026-01-14 23:25:18 -03:00
parent 72a3e406b8
commit ccce2213da
14 changed files with 502 additions and 48 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ pub struct Block {
pub body: BlockBody,
}
#[derive(Debug, PartialEq, Eq, BorshSerialize, BorshDeserialize)]
#[derive(Debug, Clone, PartialEq, Eq, BorshSerialize, BorshDeserialize)]
pub struct HashableBlockData {
pub block_id: BlockId,
pub prev_block_hash: BlockHash,