firedancer icon indicating copy to clipboard operation
firedancer copied to clipboard

Split up fd_types

Open ripatel-fd opened this issue 8 months ago • 0 comments

Firedancer currently defines all bincode types in the same file. (and .h/.c pair)

Split types up into smaller pieces to decrease compile times and code footprint. Also makes the code easier to maintain.

For example, the snapshot loader doesn't need deserializers for peer-to-peer protocols.

ripatel-fd avatar Jun 20 '24 18:06 ripatel-fd