nomos-node/nomos-core
Giacomo Pasini 350620b829
Do not skip Block::id during ser/de (#505)
Block.id is a necessary piece of information in the context
of the consensus engine since there it's not possible to recover
the id of the block since the contents are not available.
Instead, we should only skip that field when serializing/deserializing
a full block.
2023-11-03 10:14:26 +01:00
..
src Do not skip Block::id during ser/de (#505) 2023-11-03 10:14:26 +01:00
Cargo.toml Remove unnecessary dependencies (#433) 2023-09-25 17:26:21 +09:00