Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production #313

Merged
merged 27 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5d46efc
Merge pull request #258 from blockworks-foundation/main
grooviegermanikus Dec 22, 2023
f2a0522
fix: panic on geyser close, multiplex bug
grooviegermanikus Jan 7, 2024
efde643
update Cargo.lock
grooviegermanikus Jan 7, 2024
5757591
Merge pull request #264 from blockworks-foundation/hotfix/panic-geyse…
grooviegermanikus Jan 7, 2024
e436625
Merging main into prod 12/01/2024
godmodegalactus Jan 12, 2024
ee66d06
reverting cargo.lock
godmodegalactus Jan 12, 2024
10be5de
Fix issues with grpc and postgres
godmodegalactus Jan 12, 2024
9369c0f
Merge remote-tracking branch 'ssh/main' into production
godmodegalactus Jan 15, 2024
ab9511c
Solving merge issues
godmodegalactus Jan 15, 2024
c193f2f
Merge remote-tracking branch 'origin/main' into production
godmodegalactus Jan 16, 2024
18e48bb
Fixing cargo fmt
godmodegalactus Jan 16, 2024
f076d11
Merge remote-tracking branch 'origin/main' into production
godmodegalactus Jan 16, 2024
60c4fdc
Increase finish quic timeout (#280) (#281)
godmodegalactus Jan 17, 2024
f77a89e
integrate geyser slot subscription (#283)
godmodegalactus Jan 17, 2024
c923f3a
Making slot channel unbounded (bug)
godmodegalactus Jan 17, 2024
9d9f8f8
remove block_debug_listen
grooviegermanikus Jan 17, 2024
f5d78ca
Update cargolock file
godmodegalactus Jan 18, 2024
f102eac
Merge branch 'main' into production
godmodegalactus Jan 18, 2024
c828a35
Fixing clippy removing grpc_inspect
godmodegalactus Jan 18, 2024
392ffe3
merging main with production (#290)
godmodegalactus Jan 18, 2024
6cbccd0
Merging MTU changes and setting up transportation config (#293)
godmodegalactus Jan 19, 2024
3139970
Making block subscription processed and moving confirmed block subscr…
godmodegalactus Jan 21, 2024
0fa22d6
Minor bug, subscribing to processed blocks instead of confirmed (#295)
godmodegalactus Jan 22, 2024
cb3647c
Merge branch 'main' into production
godmodegalactus Jan 26, 2024
847ce74
reduce log
grooviegermanikus Jan 26, 2024
64e8686
Restart connection if any stream fails (#306)
godmodegalactus Jan 26, 2024
6038866
Main into production 01/02/2024 (#312)
godmodegalactus Feb 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
- proxy : Lite-rpc QUIC proxy to act as a forwarder
- prio : Prioritization fees libarary
- stake-vote : Stake vote library
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading