Commit Graph

57 Commits

Author SHA1 Message Date
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
Bryan Stitt bd77a6cac4 cargo upgrade and update 2023-09-02 10:20:30 -07:00
Bryan Stitt 57f5d5b483 cargo upgrade and update 2023-09-01 16:58:02 -07:00
Bryan Stitt 7530605e5b v1.42.14 2023-08-30 21:06:09 -07:00
Bryan Stitt ec533c8b30 cargo upgrade and update 2023-08-30 20:59:06 -07:00
Bryan Stitt df12b3dc73 cargo upgrade and update 2023-08-24 14:37:04 -07:00
Bryan Stitt a32e2ddcad cargo upgrade 2023-08-22 13:27:19 -07:00
Bryan Stitt d036806a61 cargo upgrade and cargo update 2023-08-22 10:42:59 -07:00
Bryan Stitt 24058e04f1 bump version to 1.42.10 2023-08-18 16:01:32 -07:00
Bryan Stitt d2aa67e8ee test more methods 2023-08-17 21:55:58 -07:00
Bryan Stitt e86bb6ee07 test that compares anvil and w3p 2023-08-17 21:20:34 -07:00
Bryan Stitt 6be05bab4b cargo upgrade 2023-08-17 13:49:45 -07:00
Bryan Stitt e0f700189b fix error code on method not implemented and error_response user_response bools 2023-08-17 13:44:26 -07:00
Bryan Stitt 5b9ef30e64 include user_error_response in aggregate stats 2023-08-15 17:08:11 -07:00
Bryan Stitt 54341c4654 learn to cache more 2023-08-15 16:37:53 -07:00
Bryan Stitt 9bd18250fe bump 1.42.6 2023-08-15 16:21:13 -07:00
Bryan Stitt aa71a406bb cargo upgrade 2023-08-15 15:39:13 -07:00
Bryan Stitt cee4603b55 add check_balance command 2023-08-08 16:18:07 -07:00
Bryan Stitt 3f932b9d57 also bump cli version 2023-08-08 15:58:21 -07:00
Bryan Stitt 2a62dd4e47 lint 2023-08-08 15:50:50 -07:00
Bryan Stitt d56d39c82f cargo upgrade 2023-08-07 15:40:59 -07:00
Bryan Stitt 7454c1a256 credits helpers 2023-08-07 15:25:10 -07:00