Go to file
GroovieGermanikus d4474088ec
rpc for chain data
2024-11-29 12:00:04 +01:00
account_storage Some more optimizations by avoiding coping 2024-11-26 09:28:17 +01:00
accounts_on_demand removing tokio from lite account manager libary 2024-07-15 18:42:19 +02:00
common Some more optimizations by avoiding coping 2024-11-26 09:28:17 +01:00
simulate_from_snapshot rpc for chain data 2024-11-29 12:00:04 +01:00
token_account_storage Optimizing GPA 2024-11-22 11:21:16 +01:00
.gitignore Initial commit moving the required structures and classes from lite-rpc to this new project 2024-06-27 12:02:33 +02:00
Cargo.lock updating solana version 2024-10-12 15:14:08 +02:00
Cargo.toml updating solana version 2024-10-12 15:14:08 +02: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 updating solana version 2024-10-12 15:14:08 +02: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.