Alexandre Bezroutchko
Alexandre Bezroutchko
Geth 1.7.3-stable on MacOS: ``` geth --datadir ~/.ethereum/crossclient --networkid 1337 --port 30303 --rpc --rpcaddr 127.0.0.1 --rpcport 8545 --mine --minerthreads 1 --etherbase 0x35c09162f95a6ad54d534286eaaa6a3424f0e84f --bootnodes "enode://3738e03614d70e02794c76a512df718815d1522d8527292d966a3bc8b50d68b4f0966143f3fc368306c895a0e26519bb08fac9bac82214daad9c4e88d465b9e2@127.0.0.1:34343" --targetgaslimit 7500000 --unlock 0,1,2,3,4,5 --password /dev/null...
Hello, Do you already have a feature to fetch information about IP routes? Can't seem to find it. I don't mind implementing it myself. Do you happen to have a...
#### Problem Description Mitmproxy runs in a transparent mode, with traffic being redirected via iptables. It is invoked as following ``` mitmweb -- --mode transparent --listen-port 8020 --ssl-insecure --no-web-open-browser --web-host...
I am making a Matrix bot capable of receiving incoming audio/video calls and making outgoing calls. My current code is based on https://github.com/poljar/matrix-nio/blob/main/examples/manual_encrypted_verify.py, but I am thinking about turning it...
Apparently nio is not compatible with Element, because of mismatch in the type of "version" field of m.call.* events. I have [asked around at #matrix-specs](https://matrix.to/#/!NasysSDfxKxZBzJJoE:matrix.org/$B7Ydwz69MNjSoqFbtk_sKwIYzfQQ15-r31t-6k_9fzI?via=matrix.org&via=libera.chat&via=element.io) and was told that Element...
- listen_on: prefill with 0.0.0.0, no need for grey stuff - merge testlog and connections tabs into one (it was the initial plan I think) - when user clicks 'start',...