* 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>
* 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
* Slitting rpc and pubsub services, adding few class and rpc, pubsub callbacks for accounts
* Implementing account storage and service writing some tests
* Chainging to interface, adding new tests
* Implementing accounts related rpc endpoints
* Adding tests for account filters
* Minor bug fixed and errors
* Fixing issue with get program accounts
* Implementing subscription
* use auto reconnect (#329)
* groovie comments part_1
* Fixing tests, fixing groovies comments
* Adding workspace to test filters, minor changes
---------
Co-authored-by: Groovie | Mango <95291500+grooviegermanikus@users.noreply.github.com>