Merge pull request #211 from blockworks-foundation/galactus_change_logs_21_09_2023

Updating changelog.md
This commit is contained in:
galactus 2023-09-21 20:24:56 +02:00 committed by GitHub
commit c6f2d52278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

View File

@ -14,11 +14,16 @@ The minor version will be incremented upon a breaking change and the patch versi
commit : TODO
- core : Refactored out solana rpc client from the core library.
- services : Refactored out solana rpc client from the services library.
- cluster-endpoints : Created cluster endpoint library and added rpc polling
- cluster-endpoints : Added grpc support in cluster endpoints.
- proxy : Added lite-rpc quic proxy which will act as a TPU forwarding proxy for multiple lite-rpc clients.
- core : Refactored out solana rpc client from the core library. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/174)
- services : Refactored out solana rpc client from the services library. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/174)
- cluster-endpoints : Created cluster endpoint library and added rpc polling [PR](https://github.com/blockworks-foundation/lite-rpc/pull/174)
- cluster-endpoints : Added grpc support in cluster endpoints. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/174)
- proxy : Added lite-rpc quic proxy which will act as a TPU forwarding proxy for multiple lite-rpc clients. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/164) [PR](https://github.com/blockworks-foundation/lite-rpc/pull/169) [PR](https://github.com/blockworks-foundation/lite-rpc/pull/187)
- Using counting semaphore for block polling. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/189)
- Changing algorithm for replay so that replay is done in linearly increasing time. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/196)
- Unistream connection counting semaphore is now held by each connection. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/194)
- Adding history libraries and block storing strategies. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/205)
- Avoid sending transactions in TPUClient for which have expired blockheight. [PR](https://github.com/blockworks-foundation/lite-rpc/pull/204)
## [0.2.2] - 2023-06-23