Commit Graph

391 Commits

Author SHA1 Message Date
Bryan Stitt 2c175103ae remove more unused deps 2023-10-11 01:46:59 -07:00
Bryan Stitt 4b0756711f 1.43.37 2023-10-11 01:44:11 -07:00
Bryan Stitt 15216b7d33 no waiting and simpler rpc looping 2023-10-11 01:23:08 -07:00
Bryan Stitt 20413b883f remove unused deps 2023-10-11 00:57:46 -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 a9d5006ced get rid of async recursion 2023-10-10 23:32:50 -07:00
Bryan Stitt b35a211217 1.43.33 2023-10-10 23:09:16 -07:00
Bryan Stitt 27ba7adea2 rustls is faster 2023-10-10 23:04:42 -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 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 cc2eb9e862 no more overflow on the pending txid firehose 2023-10-07 03:41:11 -07:00
Bryan Stitt d38a35903e cargo update 2023-10-07 00:35:22 -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 9e1be629ca cargo update 2023-10-07 00:35:22 -07:00
Bryan Stitt 9258d36e6a refactor rpc selection 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 1c7fb8ae29 cargo update 2023-10-05 11:01:24 -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 73d16b83e6 cargo upgrade and update 2023-10-03 19:07:21 -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 d732b8a171 cargo upgrade and update
ordered-float went from v3 to v4
2023-09-25 10:02:04 -07:00
Bryan Stitt f9b6c2fe0c cargo upgrade and update 2023-09-21 09:35:06 -07:00
Bryan Stitt 44e8cce9c8 no need for this yield. recv is cooperative 2023-09-20 12:34:51 -07:00
Bryan Stitt 0b3dfd095e upgrade nightly for doc fix 2023-09-20 11:02:41 -07:00
Bryan Stitt b44c774edb remove some unused features 2023-09-19 18:48:15 -07:00
Bryan Stitt 98da8cdfa7 add a yield_now just in case 2023-09-19 15:40:24 -07:00
Bryan Stitt 416d179c09 1.43.6 2023-09-19 14:43:15 -07:00
Bryan Stitt ca2056e16f lru instead of moka for deduped_broadcast 2023-09-19 14:39:59 -07:00
Bryan Stitt 6233faeec4 cargo update 2023-09-19 10:57:14 -07:00
Bryan Stitt 10c4ffc9d2 smarter archive retry 2023-09-19 10:56:54 -07:00