Syndica / sig

a Solana validator client implementation written in Zig
https://syndica.io/sig
Apache License 2.0
219 stars 34 forks source link

feat(accountsdb): support index save/load #388

Closed 0xNineteen closed 1 week ago

0xNineteen commented 2 weeks ago

TL;DR

Added persistence capabilities to AccountIndex by implementing save and load functionality for disk storage.

What changed?

How to test?

Why make this change?

To enable persistence of account index data between program runs, allowing the system to maintain state across restarts and reducing the need to rebuild indices from scratch. This improves system reliability and startup performance.

0xNineteen commented 2 weeks ago

This stack of pull requests is managed by Graphite. Learn more about stacking.