Go to file
Godmode Galactus 19958df403
Adding ci job
2024-11-29 17:36:47 +01:00
.github/workflows Adding ci job 2024-11-29 17:36:47 +01:00
account_storage Adding more tests for accounts data, fixing failing token accouts test 2024-11-29 17:01:13 +01:00
accounts_on_demand
common Some more optimizations by avoiding coping 2024-11-26 09:28:17 +01:00
simulate_from_snapshot Optimizing GPA 2024-11-22 11:21:16 +01:00
token_account_storage Adding more tests for accounts data, fixing failing token accouts test 2024-11-29 17:01:13 +01:00
.gitignore
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
README.md
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.