godmodegalactus
|
50b81135c3
|
Merge branch 'production'
|
2024-03-18 20:01:02 +01:00 |
godmodegalactus
|
85fcb6097e
|
Adding some more metrics for quic tpu, and changing some parameters
|
2024-03-18 17:25:52 +01:00 |
godmodegalactus
|
b51a9ab818
|
prioritization heap bugfix
|
2024-03-18 15:26:42 +01:00 |
godmodegalactus
|
8c31e83ef9
|
Bug fix prioritization heap
|
2024-03-18 15:18:32 +01:00 |
godmodegalactus
|
c59f3f8f38
|
Updating docker file with correct version info
|
2024-03-08 11:40:55 +01:00 |
galactus
|
60388667f5
|
Main into production 01/02/2024 (#312)
* Production into main (#303)
* fix: panic on geyser close, multiplex bug
https://github.com/blockworks-foundation/geyser-grpc-connector/issues/3
* update Cargo.lock
* reverting cargo.lock
* Fix issues with grpc and postgres
* Solving merge issues
* Fixing cargo fmt
* Increase finish quic timeout (#280) (#281)
* integrate geyser slot subscription (#283)
* Increase finish quic timeout (#280)
* Moving geyser slot subscription from stream to channels (#282)
* Moving geyser slot subscription from stream to channels
* Closing all the slot subscription tasks incase of restart
* Making slot channel unbounded (bug)
* remove block_debug_listen
caused a panic - need more time to investigate
2024-01-17T20:31:42.913 app[683d392fd45368] ams [info] thread 'tokio-runtime-worker' panicked at cluster-endpoints/src/grpc_inspect.rs:59:21:
2024-01-17T20:31:42.913 app[683d392fd45368] ams [info] Error receiving block: Closed
2024-01-17T20:31:42.922 app[683d392fd45368] ams [info] 2024-01-17T20:31:42.912597Z ERROR lite_rpc: Services quit unexpectedly Err(cluster endpoint failure (Err(JoinError::Panic(Id(20), ...)), 1, [JoinHandle { id: Id(19) }, JoinHandle { id: Id(23) }])
* Update cargolock file
* Fixing clippy removing grpc_inspect
* merging main with production (#290)
* remove block_debug_listen (#286)
* remove block_debug_listen
caused a panic - need more time to investigate
2024-01-17T20:31:42.913 app[683d392fd45368] ams [info] thread 'tokio-runtime-worker' panicked at cluster-endpoints/src/grpc_inspect.rs:59:21:
2024-01-17T20:31:42.913 app[683d392fd45368] ams [info] Error receiving block: Closed
2024-01-17T20:31:42.922 app[683d392fd45368] ams [info] 2024-01-17T20:31:42.912597Z ERROR lite_rpc: Services quit unexpectedly Err(cluster endpoint failure (Err(JoinError::Panic(Id(20), ...)), 1, [JoinHandle { id: Id(19) }, JoinHandle { id: Id(23) }])
* clippy
* Fixing message too long and overflow panics (#288)
* Update geyser grpc connector commit (#289)
---------
Co-authored-by: Groovie | Mango <95291500+grooviegermanikus@users.noreply.github.com>
* Merging MTU changes and setting up transportation config (#293)
* remove block_debug_listen (#286)
* remove block_debug_listen
caused a panic - need more time to investigate
2024-01-17T20:31:42.913 app[683d392fd45368] ams [info] thread 'tokio-runtime-worker' panicked at cluster-endpoints/src/grpc_inspect.rs:59:21:
2024-01-17T20:31:42.913 app[683d392fd45368] ams [info] Error receiving block: Closed
2024-01-17T20:31:42.922 app[683d392fd45368] ams [info] 2024-01-17T20:31:42.912597Z ERROR lite_rpc: Services quit unexpectedly Err(cluster endpoint failure (Err(JoinError::Panic(Id(20), ...)), 1, [JoinHandle { id: Id(19) }, JoinHandle { id: Id(23) }])
* clippy
* Fixing message too long and overflow panics (#288)
* Update geyser grpc connector commit (#289)
* Updating the transport config to match with solana endpoint (#292)
* Updating the transport config to match with solana endpoint
* Setting max MTU after groovies comments
---------
Co-authored-by: Groovie | Mango <95291500+grooviegermanikus@users.noreply.github.com>
* Making block subscription processed and moving confirmed block subscr… (#291)
* Making block subscription processed and moving confirmed block subscription to meta
* Sending both processed and confirmed blocks, if block has already been confirmed
* Minor bug, subscribing to processed blocks instead of confirmed (#295)
---------
Co-authored-by: Groovie | Mango <95291500+grooviegermanikus@users.noreply.github.com>
Co-authored-by: GroovieGermanikus <groovie@mango.markets>
* Restart connection if any stream fails
* Updating to version 0.2.4
* Updating the change logs
* Fixing all the sub overflows by using saturating sub (#309)
* Fixing by cu computation adding more tests to check by CU (#311)
* Fixing by cu computation adding more tests to check by CU
* Adding more tests
---------
Co-authored-by: Groovie | Mango <95291500+grooviegermanikus@users.noreply.github.com>
Co-authored-by: GroovieGermanikus <groovie@mango.markets>
|
2024-02-01 15:08:47 +01:00 |
musitdev
|
c6aba8f396
|
Epoch integration
|
2023-10-04 11:28:18 +02:00 |
Godmode Galactus
|
7a9ae44241
|
Update rust verion to 1.70.0
|
2023-09-06 22:09:24 +02:00 |
Godmode Galactus
|
a418fe7fc7
|
Refactoring the code from gyser branch and merging into master
|
2023-08-31 12:34:13 +02:00 |
GroovieGermanikus
|
3667c61552
|
avoid de-serialization of wire format
|
2023-08-08 16:36:24 +02:00 |
GroovieGermanikus
|
0490e557de
|
merge integration test branch into proxy branch
|
2023-07-20 13:45:54 +02:00 |
Godmode Galactus
|
1eefe06189
|
nit, changing the version of lite-rpc to 0.2.1
|
2023-06-16 14:21:58 +02:00 |
Godmode Galactus
|
3995d6ee39
|
removing dependency of jsonrpsee for core and services
|
2023-06-13 10:58:19 +02:00 |
Godmode Galactus
|
9c91c9528a
|
setting tokio to any for core and services and specifying version for lite-rpc
|
2023-06-13 10:58:19 +02:00 |
Godmode Galactus
|
3c31e25761
|
Adding licence and not publishing lite-rpc by default
|
2023-06-10 14:48:22 +02:00 |
Godmode Galactus
|
7c64913349
|
Changing version to 0.2.0
|
2023-06-10 14:48:21 +02:00 |
Godmode Galactus
|
27a42198e1
|
remove unused dependencies
|
2023-06-09 11:07:01 +02:00 |
Godmode Galactus
|
4fc05f062d
|
moved code from TPU service and TPU connection to core, format and clippy
|
2023-06-08 11:27:02 +02:00 |
Godmode Galactus
|
00f2b39f52
|
splitting sevices into core and services
|
2023-06-07 20:00:59 +02:00 |