Commit Graph

78 Commits

Author SHA1 Message Date
Bryan Stitt a259b2b955 1.43.39 2023-10-11 10:57:41 -07:00
Bryan Stitt 9aa33dae2d try a RwLock (more should be done if this works) 2023-10-11 10:55:45 -07:00
Bryan Stitt 28687f153f 1.43.38 2023-10-11 04:21:25 -07:00
Bryan Stitt 413ee63b45 give it 30 seconds to start 2023-10-11 04:20:59 -07:00
Bryan Stitt e43309abc0 move permits around and start rpcs slower 2023-10-11 04:18:53 -07:00
Bryan Stitt 4b0756711f 1.43.37 2023-10-11 01:44:11 -07:00
Bryan Stitt 072c52050f add another minimum sleep and set missed tick behavior 2023-10-11 01:42:55 -07:00
Bryan Stitt 15216b7d33 no waiting and simpler rpc looping 2023-10-11 01:23:08 -07:00
Bryan Stitt a3812d8c5f sleep before first config reload 2023-10-11 00:52:58 -07:00
Bryan Stitt bb3c3482f1 1.43.35 2023-10-11 00:12:55 -07:00
Bryan Stitt 0f92f457b0 1.43.34 2023-10-10 23:33:34 -07:00
Bryan Stitt b35a211217 1.43.33 2023-10-10 23:09:16 -07:00
Bryan Stitt f8b2571c65 1.43.32 2023-10-10 20:55:28 -07:00
Bryan Stitt bf49b84eae skip outers earlier 2023-10-10 20:02:20 -07:00
Bryan Stitt 8b8dfbbda7 1.43.30 2023-10-10 19:25:12 -07:00
Bryan Stitt 55dc4f7323 1.43.29 2023-10-10 18:42:01 -07:00
Bryan Stitt 9efd36ceeb 1.43.28 2023-10-10 17:15:29 -07:00
Bryan Stitt 0e2ed425c1 1.43.27 2023-10-10 16:06:54 -07:00
Bryan Stitt 45a6526d9a 1.43.26 2023-10-10 15:53:52 -07:00
Bryan Stitt 1b144d0aeb 1.43.25 2023-10-10 14:21:54 -07:00
Bryan Stitt faf48e8d50 1.43.24 2023-10-09 23:31:48 -07:00
Bryan Stitt 78edfee6b9 timeout and server selection fixes
add a short connect timeout separate from the overall request timeout.

also fix a bug when only 1 server was in the rpc list causing a very tight loop that made tokio sad
2023-10-09 23:30:17 -07:00
Bryan Stitt 4f6e75e109 cargo upgrade and update 2023-10-09 09:46:43 -07:00
Bryan Stitt d1d5e8ecf5 1.43.22 2023-10-07 16:54:02 -07:00
Bryan Stitt 5fe5b97aef 1.43.21 2023-10-07 15:21:32 -07:00
Bryan Stitt 2d6daf4def 1.43.20 2023-10-07 13:51:43 -07:00
Bryan Stitt 6789050196 panic if no head block after running for 30 seconds 2023-10-07 13:51:43 -07:00
Bryan Stitt 9ed0c70ecd wait for lagged rpcs. v1.43.19 2023-10-07 11:58:47 -07:00
Bryan Stitt bb9c8f297e 1.43.16 2023-10-07 03:41:45 -07:00
Bryan Stitt aeb30787dd more openssl and no rmp
i like rustls, but we can't use it on everything and so our compile times are bad
2023-10-07 00:35:22 -07:00
Bryan Stitt 6756559ec2 wow this got big 2023-10-07 00:35:22 -07:00
Bryan Stitt aee8ede8ef 1.43.15 2023-10-06 00:05:27 -07:00
Bryan Stitt 572fc87cf5 1.43.14 2023-10-05 20:28:51 -07:00
Bryan Stitt ac8d77252e 1.43.13 2023-10-05 11:01:24 -07:00
Bryan Stitt 5aa967dfa9 1.43.12 2023-10-03 21:35:43 -07:00
Bryan Stitt 633177c0a6 bump version to 1.43.11 2023-10-03 19:29:44 -07:00
Bryan Stitt e917a11d6c
Suprisingly large refactor to get ids everywhere (#222)
* cargo upgrade --incompatible and update

* first draft at suprisingly_large_refactor_to_get_ids_everywhere

* put app in a task_local

* ref cleanup

* use a OnceLock instead of a tokio local

* test more methods

* APP isn't set in all tests

* it compiles. tests fail. todos still open

* use the app only when necessary

* more tests. less panic

* less verbose debug impl

* short enum names

* move kafka and secrets to their own files

* main tests pass

* add debug chain block time

* helper for stats that ignores internal stats

* Update Jenkinsfile (#223)

* more tests

---------

Co-authored-by: Pewxz <124064710+pewxz@users.noreply.github.com>
2023-10-03 13:46:27 -07:00
Bryan Stitt f0b6465069
streaming responses 2 (#219)
* streaming responses compile, still small TODOs & cleanup

* refactor to allow short curcuits on uncacheable requests (#220)

* refactor to allow short curcuits on uncacheable requests

* handle error inside an Arc from moka

* arc instead of box

* lint

* more lint

* add bonus rate limits and keep all semaphores after rate limits (#221)

* add bonus rate limits and keep all semaphores after rate limits

* remove stale todos

* better function names

* cargo upgrade and update

* make some panics warn. more todo

* pass request_metadata through so streaming responses include their final size

* remove stale TODO

* remove more stale todos

* add file i missed

* make to_json_string work well enough

* check config for free_subscriptions

---------

Co-authored-by: Rory Neithinger <rory@llamanodes.com>
2023-09-26 18:18:06 -07:00
Bryan Stitt e1f922dc57 v1.43.8 2023-09-25 10:39:31 -07:00
Bryan Stitt 0b3dfd095e upgrade nightly for doc fix 2023-09-20 11:02:41 -07:00
Bryan Stitt 416d179c09 1.43.6 2023-09-19 14:43:15 -07:00
Bryan Stitt 10c4ffc9d2 smarter archive retry 2023-09-19 10:56:54 -07:00
Bryan Stitt 9ec408765c v1.43.2 2023-09-18 23:43:45 -07:00
Bryan Stitt 3174fa5bad increase cost of eth_subscribe(newPendingTransactions) 2023-09-18 14:18:05 -07:00
Bryan Stitt 01179d14f2 cargo upgrade and update 2023-09-14 12:51:16 -07:00
Bryan Stitt 274b2c89fc v1.43.1 2023-09-12 13:43:17 -07:00
Bryan Stitt 8050f699f3 cargo upgrade and cargo update 2023-09-11 11:33:36 -07:00
Bryan Stitt c53b9eb5d1 add median latency to the table 2023-09-07 12:07:17 -07:00
Bryan Stitt 0dcd368ac7 v1.42.18 2023-09-06 13:17:35 -07:00
Bryan Stitt d5090df5a4 1.42.17 2023-09-02 10:59:37 -07:00