Bryan Stitt
|
eb4d05a520
|
stats v2
rebased all my commits and squashed them down to one
|
2023-03-04 20:48:49 +01:00 |
|
Bryan Stitt
|
3098791ad9
|
add optional kafka feature
|
2023-03-03 01:39:50 +00:00 |
|
Bryan Stitt
|
0f280ce483
|
cargo upgrade and shorten variable names
also begin adding a latency tracker for rpc stats
|
2023-02-06 09:55:27 -08:00 |
|
Bryan Stitt
|
0731d92dec
|
use best, not fastest with websocket
|
2023-01-19 18:32:31 -08:00 |
|
Bryan Stitt
|
90d3371eee
|
improved rate limiting on websockets
|
2023-01-18 16:17:47 -08:00 |
|
Bryan Stitt
|
d7c75f843e
|
add stub try_proxy_connection
|
2023-01-16 22:54:40 -08:00 |
|
Bryan Stitt
|
4a837b35cc
|
improve eth_sendRawTransaction
|
2022-12-23 17:35:35 -08:00 |
|
Bryan Stitt
|
9bcbadd81a
|
improve some errors
|
2022-12-23 12:17:14 -08:00 |
|
Bryan Stitt
|
11a7aff8e0
|
don't unwrap. still might be more errors to handle though
|
2022-12-23 12:12:17 -08:00 |
|
Bryan Stitt
|
1fecfd8821
|
don't unwrap an error
|
2022-12-23 12:03:48 -08:00 |
|
Bryan Stitt
|
4d34bc629c
|
whitespace
|
2022-12-20 10:58:57 -08:00 |
|
Bryan Stitt
|
fd1be8a702
|
move more into the spawned task
|
2022-12-20 10:54:13 -08:00 |
|
Bryan Stitt
|
82eb449e96
|
add backend nodes to the rpc response headers
only do this in dev?
|
2022-12-19 21:37:12 -08:00 |
|
Bryan Stitt
|
0406b0dc8d
|
fix redirect. config for login domain
|
2022-11-28 19:59:42 +00:00 |
|
Bryan Stitt
|
43d550190b
|
lower log level
|
2022-11-24 11:04:10 +00:00 |
|
Bryan Stitt
|
ae39636cd2
|
fix some error status codes
|
2022-11-21 17:49:57 +00:00 |
|
Bryan Stitt
|
217a7b3fd3
|
eth_subscribe rpc_accounting logging
|
2022-11-19 22:05:51 +00:00 |
|
Bryan Stitt
|
4d8808b886
|
a little bit more trace logging
|
2022-11-16 08:34:17 +00:00 |
|
Bryan Stitt
|
2829ce7a7d
|
lint more
|
2022-11-16 07:19:56 +00:00 |
|
Bryan Stitt
|
0e1cf5767c
|
cut out tracing for now
|
2022-11-12 08:24:32 +00:00 |
|
Bryan Stitt
|
c35dd96cfb
|
save rpc_key_id or origin. needs some testing
|
2022-11-11 06:19:14 +00:00 |
|
Bryan Stitt
|
c33342d9dd
|
simplify authorization types so we can pass them deeper easily
|
2022-11-11 06:19:12 +00:00 |
|
Bryan Stitt
|
31395c9934
|
rpc_key_id in the redirect. weights in the /status page
|
2022-11-07 22:10:19 +00:00 |
|
Bryan Stitt
|
a534eae968
|
trace everything
|
2022-10-28 22:52:47 +00:00 |
|
Bryan Stitt
|
366f2c8f84
|
rename api_key to rpc_key
|
2022-10-27 00:12:42 +00:00 |
|
Bryan Stitt
|
9422a335a7
|
allow origins on public entrypoints
|
2022-10-21 20:59:05 +00:00 |
|
Bryan Stitt
|
6c9189ef76
|
remove unused variables
|
2022-10-20 20:26:14 +00:00 |
|
Bryan Stitt
|
848af3d8b3
|
more docs
|
2022-10-17 21:47:58 +00:00 |
|
Bryan Stitt
|
25aa68a5bf
|
add per-user rpc accounting
|
2022-10-10 04:15:49 +00:00 |
|
Bryan Stitt
|
a7b5f25467
|
unwrap less
|
2022-09-30 04:18:18 +00:00 |
|
Bryan Stitt
|
0c7a2b05ec
|
start adding semaphores
|
2022-09-27 02:01:45 +00:00 |
|
Bryan Stitt
|
5df2469d53
|
ULID or UUID. Prefer ULID
|
2022-09-24 05:53:45 +00:00 |
|
Bryan Stitt
|
961ccf7cf2
|
ip, origin, referer, and user agent checks
|
2022-09-23 05:22:33 +00:00 |
|
Bryan Stitt
|
3854312674
|
we need to clone :'(
|
2022-09-22 21:51:52 +00:00 |
|
Bryan Stitt
|
43846a7051
|
pass authorized_request through a bunch of places
|
2022-09-22 20:27:14 +00:00 |
|
Bryan Stitt
|
6905e9fd46
|
create a struct for authenticated requests that we need for per-key stats
|
2022-09-22 19:57:21 +00:00 |
|
Bryan Stitt
|
879c6e49f2
|
dry errors so that rate limits dont log so much
|
2022-09-10 00:12:14 +00:00 |
|
Bryan Stitt
|
cae034afb3
|
better metrics and spawn
|
2022-09-08 21:01:36 +00:00 |
|
Bryan Stitt
|
e261886c60
|
user_address change not made yet
|
2022-09-05 06:29:27 +00:00 |
|
Bryan Stitt
|
6e12edd555
|
use sized Caches
|
2022-09-05 05:53:58 +00:00 |
|
Bryan Stitt
|
e5e137f76c
|
fix deadlock
|
2022-08-30 20:01:42 +00:00 |
|