riordanp
|
9b4778373b
|
Deploy QUIC Proxy (#187)
* Load listen addr from env
* Add deployment config for quic-forward-proxy
* ipv6 support
* Read QUIC_PROXY_ADDR from env
|
2023-09-08 14:13:20 +01:00 |
galactus
|
9c290bdd17
|
Merge pull request #191 from blockworks-foundation/use_counting_semaphore_to_poll_blocks
Replacing last_processing_slot with processed slot
|
2023-09-08 14:08:35 +02:00 |
Godmode Galactus
|
fc33b6bf06
|
Replacing last_processing_slot with processed slot
|
2023-09-08 14:05:54 +02:00 |
galactus
|
88cef0edf6
|
Merge pull request #190 from blockworks-foundation/use_counting_semaphore_to_poll_blocks
Use counting semaphore to poll blocks
|
2023-09-08 13:58:54 +02:00 |
Godmode Galactus
|
797ed8d556
|
Minor compilation changes
|
2023-09-08 13:57:55 +02:00 |
Godmode Galactus
|
3e4ec00f0a
|
Minor buig fixes
|
2023-09-08 13:55:17 +02:00 |
galactus
|
bdb124cfab
|
Merge pull request #189 from blockworks-foundation/use_counting_semaphore_to_poll_blocks
Use counting semaphore to poll blocks
|
2023-09-08 13:21:00 +02:00 |
Godmode Galactus
|
d025d957a6
|
Some more optimizations in tpu client
|
2023-09-08 12:56:16 +02:00 |
Godmode Galactus
|
d6934f8051
|
Improve block polling
|
2023-09-08 12:01:32 +02:00 |
galactus
|
84ad978512
|
Merge pull request #188 from blockworks-foundation/use_counting_semaphore_to_poll_blocks
Use counting semaphore to improve block polling
|
2023-09-08 11:49:56 +02:00 |
Godmode Galactus
|
f5b6c09bbd
|
Use counting semaphore to improve block polling
|
2023-09-08 11:11:11 +02:00 |
Philippe Delrieu
|
19ce94405a
|
Merge pull request #186 from blockworks-foundation/rpc_doc
Rpc doc
|
2023-09-07 21:42:11 +02:00 |
musitdev
|
28846ad9d7
|
update specs
|
2023-09-07 17:10:51 +02:00 |
Godmode Galactus
|
d16bd5bd0d
|
RPCTester should test rpc and not self
|
2023-09-07 16:46:14 +02:00 |
Philippe Delrieu
|
8a5b7b6300
|
Update rpcv2.md
|
2023-09-07 15:11:06 +02:00 |
Philippe Delrieu
|
67049501ae
|
Update rpcv2.md
|
2023-09-07 15:09:51 +02:00 |
Philippe Delrieu
|
dd924e1415
|
Update rpcv2.md
|
2023-09-07 15:09:04 +02:00 |
Philippe Delrieu
|
22e0431624
|
Update rpcv2.md
|
2023-09-07 15:07:21 +02:00 |
Philippe Delrieu
|
1f10fe0088
|
Update rpcv2.md
|
2023-09-07 14:58:43 +02:00 |
Philippe Delrieu
|
feffcb9b40
|
Update rpcv2.md
|
2023-09-07 14:52:07 +02:00 |
Philippe Delrieu
|
0bb75f00cf
|
Update rpcv2.md
|
2023-09-07 14:47:10 +02:00 |
galactus
|
aa6f4371d6
|
Merge pull request #185 from blockworks-foundation/remove_prometheus
disable prometheus to check performance impact of prometheus on fly
|
2023-09-07 13:11:48 +02:00 |
Godmode Galactus
|
2945153bd2
|
disable prometheus to check performance impact of prometheus on fly
|
2023-09-07 12:30:46 +02:00 |
Philippe Delrieu
|
30653f9450
|
Update architecture.md
|
2023-09-07 12:10:27 +02:00 |
galactus
|
61bcd6b32b
|
Merge pull request #184 from blockworks-foundation/update_rust_version_to_1.70.0
Update rust verion to 1.70.0
|
2023-09-06 22:28:43 +02:00 |
Godmode Galactus
|
7a9ae44241
|
Update rust verion to 1.70.0
|
2023-09-06 22:09:24 +02:00 |
galactus
|
dbea9f2026
|
Merge pull request #183 from blockworks-foundation/restarting_lite_rpc_if_rpc_is_down_for_long_time
Stop lite-rpc if the rpc is down for long time
|
2023-09-06 19:14:11 +02:00 |
Godmode Galactus
|
87f5f3f92f
|
Stop lite-rpc if the rpc is down for long time
|
2023-09-06 18:52:08 +02:00 |
Steve
|
f95bb46415
|
Merge pull request #182 from blockworks-foundation/bugfix/support-hostnames-in-proxy-addr
allow for hostname in '--proxy-listen-addr' and '--quic-proxy-addr'
|
2023-09-06 18:35:20 +02:00 |
GroovieGermanikus
|
5087df9466
|
add examples for hostname:port
|
2023-09-06 18:30:47 +02:00 |
GroovieGermanikus
|
ab1b074e97
|
allow for hostname in '--proxy-listen-addr' and '--quic-proxy-addr' (ipv4 only)
|
2023-09-06 18:28:21 +02:00 |
galactus
|
26a5ca2021
|
Merge pull request #181 from blockworks-foundation/groovie/remove-redundant-integration-test
remove literpc_tpu_quic_server_integrationtest
|
2023-09-06 10:15:31 +02:00 |
musitdev
|
49d55e09ad
|
add a simpler diagram
|
2023-09-05 12:50:13 +02:00 |
GroovieGermanikus
|
e86e750736
|
remove literpc_tpu_quic_server_integrationtest - focus on quic-forward-proxy-integration-test instead
|
2023-09-05 11:49:45 +02:00 |
GroovieGermanikus
|
0b2e9d4c9f
|
Merge remote-tracking branch 'origin/main' into groovie/tpu-proxy-improved-docs
|
2023-09-05 10:52:24 +02:00 |
galactus
|
ffc6a15e5b
|
Merge pull request #177 from blockworks-foundation/quic-proxy-gm-improvements
Quic proxy gm improvements
|
2023-09-05 09:19:07 +02:00 |
galactus
|
3d9012e95e
|
Merge pull request #178 from blockworks-foundation/groovie/cargolock-recreate-update-solana-1.16
update to solana 1.16 + cargolock recreate
|
2023-09-05 09:17:48 +02:00 |
GroovieGermanikus
|
3b8ad90bbe
|
Merge remote-tracking branch 'origin/main' into groovie/tpu-proxy-improved-docs
|
2023-09-04 19:36:38 +02:00 |
GroovieGermanikus
|
e2351d7a95
|
warn on signature error
|
2023-09-04 18:21:35 +02:00 |
Aniket Prajapati
|
fc297fd8b2
|
Merge pull request #179 from blockworks-foundation/log
log info
|
2023-09-04 21:36:10 +05:30 |
aniketfuryrocks
|
85df3322a7
|
log info
|
2023-09-04 21:33:37 +05:30 |
GroovieGermanikus
|
68bd688ac4
|
renamed accept_client_connection to handle_client_connection
|
2023-09-04 17:41:35 +02:00 |
GroovieGermanikus
|
335bd05aba
|
tests: use solana streamer 1.16
|
2023-09-04 15:36:34 +02:00 |
GroovieGermanikus
|
15fc953c63
|
fmt
|
2023-09-04 15:36:20 +02:00 |
GroovieGermanikus
|
3485be5594
|
update quic-streamer to 1.16
|
2023-09-04 15:24:36 +02:00 |
GroovieGermanikus
|
6cfaa77a99
|
replace deprecated Signature::new
|
2023-09-04 15:16:04 +02:00 |
GroovieGermanikus
|
d91b1d9d20
|
opt for borsh0_10 instead of borsh (0.9) as suggested
|
2023-09-04 15:09:51 +02:00 |
GroovieGermanikus
|
5b3c46b8a2
|
recreated Cargo.lock
|
2023-09-04 15:02:31 +02:00 |
GroovieGermanikus
|
ffb9f3130f
|
use solana 1.16.3+ (1.16.12 effectively)
|
2023-09-04 15:02:12 +02:00 |
GroovieGermanikus
|
ec1f574f6c
|
move keypair_loaded to core
|
2023-09-02 18:47:29 +02:00 |