From 8334b2b48c4b36e23b397cadb1e246df4c3a6c05 Mon Sep 17 00:00:00 2001 From: godmodegalactus Date: Mon, 29 Jan 2024 13:20:32 +0100 Subject: [PATCH] Updating the change logs --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f827a7cb..8244b3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ The minor version will be incremented upon a breaking change and the patch versi ### Features: +## [0.2.4] - 2024-01-29 + +commit : a44923c33414f16fa0f378fb99c22b46de00ef74 + +- prio : Adding prioritization fees library [PR](https://github.com/blockworks-foundation/lite-rpc/pull/274) +- cluster-endpoints : GRPC optimizations [PR](multiples) +- quic : Fixing MTU bug [PR](https://github.com/blockworks-foundation/lite-rpc/pull/293) +- cluster-endpoints : Adding GRPC multiplexing [PR](https://github.com/blockworks-foundation/lite-rpc/pull/255) +- stake-vote : Calculating stake votes and leader schedule in lite-rpc [PR](https://github.com/blockworks-foundation/lite-rpc/pull/244) + ## [0.2.3] - 2023-09-23 commit : 3cdab51676a4b1bfb5b41739a383e30cd8a1c73c @@ -67,4 +77,6 @@ Initial release. - services: Services library - lite-rpc: The lite rpc binary - cluster-endpoints : Cluster endpoints library. -- proxy : Lite-rpc QUIC proxy to act as a forwarder \ No newline at end of file +- proxy : Lite-rpc QUIC proxy to act as a forwarder +- prio : Prioritization fees libarary +- stake-vote : Stake vote library \ No newline at end of file