web3-proxy/web3_proxy/src/frontend
Bryan Stitt a083bc652d
Handle uncle transactions (#129)
* add more columns to handle uncled transactions

* handle payment uncles

* put relations back

* include all the new columns

* lower log levels

* improve block caching

if we have a block with a number, its canonical. uncles don't get returned

* improve disconnect logic

* lint

* clear first changed for new_top_config_receiver

* better logs around config changing

* i guess we do want one apply top_config at the start

* check correct variable for data limits
2023-06-16 00:46:27 -07:00
..
users Handle uncle transactions (#129) 2023-06-16 00:46:27 -07:00
admin.rs more things should be BadRequest instead of 500 2023-06-08 13:42:45 -07:00
authorization.rs Handle uncle transactions (#129) 2023-06-16 00:46:27 -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 Handle uncle transactions (#129) 2023-06-16 00:46:27 -07:00
rpc_proxy_http.rs allow empty batches 2023-06-12 21:51:08 -07:00
rpc_proxy_ws.rs Handle uncle transactions (#129) 2023-06-16 00:46:27 -07:00
status.rs add more caches to /status 2023-06-12 23:03:38 -07:00