Skip to content

Commit

Permalink
Merge branch 'main' into feat/state-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jul 15, 2024
2 parents 5f12002 + 79df238 commit 4c77d7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/serve/grpc/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fn raw_to_anychain(mapper: &Mapper<LedgerStore>, raw: &wal::RawBlock) -> u5c::sy
let block = mapper.map_block_cbor(body);

u5c::sync::AnyChainBlock {
native_bytes: body.to_vec().into(),
chain: u5c::sync::any_chain_block::Chain::Cardano(block).into(),
}
}
Expand Down

0 comments on commit 4c77d7e

Please sign in to comment.