Yura Pakhuchiy

Results 19 comments of Yura Pakhuchiy

Martin, thank you, these options helped to reduce memory usage. Still blockbook caches enough to force me restart it once in the middle of the sync to prevent OOM killer.

POST support that does not write anything and just serves static files would useful as well to debug applications which send POST requests instead of GET.

I have a similar issue in Ubuntu 18.04. After connecting with `wg-quick` only IPv6 works, but IPv4 does not. Commenting out IPv4 address helps. My config looks like this: ```cfg...

@ViRb3 My guess is that Cloudflare provides different local address to a client on each connection. When it matches with 172.16.0.2, then it works, otherwise user have to reconnect. It...

I think my theory was wrong. I've checked with Wireshark what actually happens when we don't specify IPv4 in config. If we do specify IP, then it is assigned to...

@matejcik this information is already present in chain definition file, eg. checkout Boba definition https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-288.json There is `parent` section which says that Boba is L2 and parent is Ethereum mainnet.

> or some form of user-facing network identification besides the currency symbol Displaying chain network name (for known chain_id) and chain_id with warning about unknown network is good idea. Even...

Just to clarify, my issue is that extension does not work while screen is locked. Eg., I would like to leave laptop to download some large file or to compile...

@tschai-yim If you are using systemd, `systemd-inhibit cat` in a terminal provides the behavior we want. Then just press Ctrl-D 2 times to cancel and close the terminal.