web3-proxy/web3_proxy/src/frontend
Bryan Stitt 1fd8f6f383
Deduped broadcast channel (#209)
* upgrade and start adding deduped_broadcast

* basic test

* accept arg for cache ttl

* first pass at bringing the tx firehose back

* try_send instead of send since there aren't always receivers

* deduped broadcaster needs the try send

* track counts and include in /status

* use config for enable subscribe_txs
2023-09-13 12:05:47 -07:00
..
users fix method not found jsonrpc error codes 2023-08-17 15:32:22 -07:00
admin.rs Global db (#191) 2023-07-14 18:30:01 -07:00
authorization.rs dont cache responses larger than 2MB 2023-08-02 15:22:26 -07:00
errors.rs most of these are for the whole app, not just the frontend 2023-05-30 21:26:11 -07:00
mod.rs shorter cache and timeout on /status and related endpoints 2023-08-22 10:42:02 -07:00
rpc_proxy_http.rs jsonrpc formatted errors for JsonRejection 2023-07-24 16:25:58 -07:00
rpc_proxy_ws.rs try yielding around all selects 2023-08-04 18:37:46 -07:00
status.rs Deduped broadcast channel (#209) 2023-09-13 12:05:47 -07:00