Go to file
mango-dee 3a5240135c Accountsdb storage 2024-12-16 12:53:14 +08:00
.github/workflows v.0.16_solana-2.0.15 2024-12-16 11:18:14 +08:00
account_storage Accountsdb storage 2024-12-16 12:53:14 +08:00
accounts_from_snapshot Some clean up 2024-12-16 11:34:28 +08:00
accounts_on_demand removing tokio from lite account manager libary 2024-07-15 18:42:19 +02:00
common Accountsdb storage 2024-12-16 12:53:14 +08:00
simulate_from_snapshot v.0.16_solana-2.0.15 2024-12-16 11:18:14 +08:00
token_account_storage Adding more tests for accounts data, fixing failing token accouts test 2024-11-29 17:01:13 +01:00
.gitignore v.0.16_solana-2.0.15 2024-12-16 11:18:14 +08:00
Cargo.lock Accountsdb storage 2024-12-16 12:53:14 +08:00
Cargo.toml v.0.16_solana-2.0.15 2024-12-16 11:18:14 +08:00
LICENSE Adding licence, readme and minor changes 2024-07-11 18:07:39 +02:00
README.md Adding licence, readme and minor changes 2024-07-11 18:07:39 +02:00
run_clippy_fmt.sh Some more optimizations by avoiding coping 2024-11-26 09:28:17 +01:00
rust-toolchain.toml v.0.16_solana-2.0.15 2024-12-16 11:18:14 +08:00

README.md

Solana Lite Account Manager

This repository provides way to manage states of Accounts with slot progression. All processed accounts are stored in memory, processed accounts will be promoted to confirmed and finalized as their slots are finalized.

This project also enables to create a snapshot of all the account states at the moment.

This project is used in lite-rpc and quic geyser plugin.