Go to file
GroovieGermanikus 935d28d0a4
nit: use tempdir from env
2024-12-18 18:43:45 +01:00
.github/workflows v.0.16_solana-2.0.15 2024-12-16 11:18:14 +08:00
account_storage Formatting 2024-12-18 13:57:09 +08:00
accounts_from_snapshot nit: use tempdir from env 2024-12-18 18:43:45 +01: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 Import accounts from snapshot 2024-12-18 13:56:47 +08:00
Cargo.toml Import accounts from snapshot 2024-12-18 13:56:47 +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.