Skip to content

Commit 8fa8a73

Browse files
committed
tests(aggregator): implemment SignedEntityType CardanoBlocksTransactions
1 parent 1a6bb77 commit 8fa8a73

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

mithril-aggregator/src/database/record/signed_entity.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@ impl SignedEntityRecord {
119119
_block_number,
120120
_block_number_offset,
121121
) => {
122-
panic!("Cardano blocks transactions is not supported yet")
122+
let artifact = fake_data::cardano_blocks_transactions_snapshot(
123+
_block_number,
124+
_block_number_offset,
125+
);
126+
get_id_and_artifact(&artifact)
123127
}
124128
};
125129

0 commit comments

Comments
 (0)