jito-foundation / restaking

https://docs.restaking.jito.network/
Other
54 stars 5 forks source link

Vault: Add more efficient serialization and deserialization for large data structures #9

Closed buffalu closed 2 months ago

buffalu commented 2 months ago

The vault delegation list can grow unbounded, which may overflow the stack and/or heap. In addition to more efficient deser, consider adding a custom heap function.