Commit Graph

1050 Commits

Author SHA1 Message Date
galactus b491a05852
Merge pull request #180 from blockworks-foundation/refactor_after_groovies_review
changes after groovies review
2023-09-20 10:19:40 +02:00
Godmode Galactus 7ce00a2642
changes after groovies review 2023-09-19 16:49:46 +02:00
galactus 5b7dd5de6b
Merge pull request #202 from blockworks-foundation/fixing_ci_issues
establish connection before using QuicConnection
2023-09-19 16:48:24 +02:00
GroovieGermanikus 3ea7f460d6 minor fixed in test.bash 2023-09-19 13:50:05 +02:00
Godmode Galactus 5c84163138
removing unwanted test code 2023-09-19 13:39:00 +02:00
Godmode Galactus 4b51dc0460
establish connection before using QuicConnection 2023-09-19 13:35:58 +02:00
GroovieGermanikus d12e354a6e spit validator test 2023-09-19 12:57:38 +02:00
GroovieGermanikus 2b306048ff ignore flakey tests 2023-09-19 12:41:12 +02:00
GroovieGermanikus 89fd02bcd2 ignore with_1000_transactions_direct 2023-09-19 12:21:42 +02:00
GroovieGermanikus 13579a8cad add rust-toolchain.toml with rust 1.70.0 2023-09-19 11:16:56 +02:00
GroovieGermanikus fd26b56ddf ci: update validator to 1.16.13 2023-09-19 11:05:23 +02:00
GroovieGermanikus 99b6bd7ccc rework CI 2023-09-19 11:03:12 +02:00
galactus 41ae03e8f5
Merge pull request #196 from blockworks-foundation/improve_tx_replayer
improve the algorithm to schedule transaction replays
2023-09-15 13:56:40 +02:00
galactus 7d36768b05
Merge pull request #194 from blockworks-foundation/removing_unwanted_code
using semaphore in tpu connection manager and removing unwanted code
2023-09-15 12:07:05 +02:00
Philippe Delrieu da94becbde
Merge pull request #197 from blockworks-foundation/rpc_doc
Rpc doc update
2023-09-15 12:01:28 +02:00
Godmode Galactus 41d36a8e3b
bug fix add connection when created first time 2023-09-15 11:06:45 +02:00
Godmode Galactus 3e4c6ed933
creating task counters per quic connection 2023-09-15 11:06:45 +02:00
Godmode Galactus dcc640f80a
using semaphore in tpu connection manager and removing unwanted code 2023-09-15 11:06:45 +02:00
Godmode Galactus 5f48f21cd9
Changes after groovies review 2023-09-15 11:05:36 +02:00
musitdev 357e63a14d change consensus domain name to validator and simplify schema 2023-09-15 10:44:38 +02:00
Philippe Delrieu baaa8e4eae
Update architecture.md
Change consensus domain name to validator domain.
2023-09-15 10:07:32 +02:00
galactus a830567bf2
Merge pull request #195 from blockworks-foundation/restructuring_core
restructuring core library into multiple directories
2023-09-15 09:32:36 +02:00
Godmode Galactus 8c795345dd
Cargo fmt 2023-09-15 09:27:31 +02:00
Godmode Galactus c50537eec4
improve the algorithm to schedule transaction replays 2023-09-14 16:11:25 +02:00
Godmode Galactus 73242ce9a6
changes after groovies review 2023-09-14 12:05:13 +02:00
Steve a16bc3ba2b
Merge pull request #168 from blockworks-foundation/groovie/tpu-proxy-improved-docs
proxy: improved docs
2023-09-13 20:21:49 +02:00
Godmode Galactus aff1c78d12
restructuring core library into multiple directories 2023-09-13 17:15:28 +02:00
galactus c6be2b401b
Merge pull request #192 from blockworks-foundation/removing_quic_forward_proxy_from_fly_and_enabling_prometheus
Removing quic forward proxy from fly and enabling prometheus
2023-09-10 16:57:42 +02:00
Godmode Galactus ffef824dce
removing quic forward proxy from the fly 2023-09-09 17:55:37 +02:00
Godmode Galactus 2f4cb1f839
Revert "disable prometheus to check performance impact of prometheus on fly"
This reverts commit 2945153bd2.
2023-09-09 17:43:51 +02:00
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