Commit Graph

2 Commits

Author SHA1 Message Date
Groovie | Mango 5372e9cd25
LiteRPC 0.3.0: Update solana 2.0.16, Yellowstone 2.0.0 (#417)
* add .idea to gitignore

* Adds solana-accounts-db crate

* Updates everything to 2.0.16

* Upgrade to 2.0.16

* Sets requested tilde and fixes some clippy errors

* Adds protobuf-compiler to workflow

* bump version

* cargo lock

* use connector tag

* clippy+fmt

* docker: use 1.81.0 for building

---------

Co-authored-by: mango-dee <deedee1337@proton.me>
2024-12-10 17:50:26 +01:00
galactus 49bb7ff9f3
Implementing account on demand (#338)
* Implementing account on demand

* Resubscribing accounts after every sometime

* Changing account stream commitment to processed instead

* Fixing account on demand, and account subscription bugs

* Changing variable name for commitment from confirmed to processed

* Some account optimizations

* Adding get balance call

* Changes after groovies review.

* On demand accounts subscribe first then delete old subscription
2024-02-28 15:40:11 +01:00