SjonHortensius
SjonHortensius
this will protect against unforeseen bugs, improvement can be verified with `systemd-analyze security`.
without this change, indexer,node.host needs to be prefixed with `http://` for lh, or you get: ` ERRO[0000] beacon-node seems to be unavailable: error retrieving chain head: Get "localhost:5052/beacon/head": unsupported protocol...
passing --archive to prysm will throw a notice, it is no longer needed so remove it. Specify the exact commandline for people starting the explorer so they won't need to...
As the amount of ETH required will always be an integer, it doesn't make sense to always add `.0` after the amount. I think this can be improved by simplying...
## Description I realize `4.6.0` contains #4918 a fix for a previous oom issue (which I never experienced) but ever since I upgraded, I've been getting OOMs with some pretty...
my kernel dmesg shows: ``` warning: `atop' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 ```
Will reduce number of buffers, will increase undo-speed. Start with 100ms timer
When a process exits with a non-zero code, replace HTML with text. [example here](https://chat.stackoverflow.com/transcript/message/44377825#44377825)
3v4l is used by an apparently pretty popular betting site to verify bet outcomes. These scripts pollute the database without much use. I'm considering removing these scripts (it seems there...
While this output is useful, it is not needed in the db for all scripts, for eternity. We do currently have a dependency on it for generating `functionCalls`. The impact...