forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 829
Open
Description
Problem
ledger/src/wire.rs works fine and is fast, but the code is fragile. A good abstraction on top would be preferred.
Proposed Solution
The solution may revolve around a wrapper into which every shred can be wrapped, such that the underlying byte buffer can be protected from accidental corruption.
Some work was started in this direction in #6028
Metadata
Metadata
Assignees
Labels
No labels