Go to file
godmodegalactus 005e512f23
bugfix slot promotion issues
2024-07-16 20:46:27 +02:00
account_storage bugfix slot promotion issues 2024-07-16 20:46:27 +02:00
accounts_on_demand removing tokio from lite account manager libary 2024-07-15 18:42:19 +02:00
common removing tokio from lite account manager libary 2024-07-15 18:42:19 +02:00
token_account_storage removing tokio from lite account manager libary 2024-07-15 18:42:19 +02: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 fixing bug in gpa on mem compare filters 2024-07-16 14:17:12 +02:00
Cargo.toml removing tokio from lite account manager libary 2024-07-15 18:42:19 +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 Initial commit moving the required structures and classes from lite-rpc to this new project 2024-06-27 12:02:33 +02:00
rust-toolchain.toml Initial commit moving the required structures and classes from lite-rpc to this new project 2024-06-27 12:02:33 +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.