Roki
Roki
``` go build # github.com/insomniacslk/dhcp/dhcpv4 ../../insomniacslk/dhcp/dhcpv4/client.go:125:25: undefined: unix.AF_PACKET ../../insomniacslk/dhcp/dhcpv4/client.go:125:68: undefined: unix.ETH_P_IP ../../insomniacslk/dhcp/dhcpv4/client.go:133:12: undefined: unix.SockaddrLinklayer ``` There are no constants in package **golang.org/x/sys/unix** for darwin_amd64 ``` grep AF_PACKET * grep: linux:...
I've wanted to rewrite my example DHCP server with recently added server.go implementation but haven't found no library code for sending packet back to network. On the example code sending...
I am writing an example of dhcpv4 server for that library based on krolaw implementation and there are missing several base functions like: ``` NewOfferFromRequest NewAckFromRequest ``` Actually I made...
#### System information Geth version: `Geth/v1.9.25-stable-e7872729/linux-amd64/go1.15.6` OS & Version: Linux Ubuntu 18.04 LTS Commit hash : (if `develop`) We have a Highly Available configuration with 2 Geth Node and AWS...
## Summary of Bug In normal situation `evemosd status` reports `"catching_up": false` when a node is fully synced with the network head. It incorrectly reports `"catching_up": false` when the node...
## Summary of Bug There are several well-known issues of Tendermint protocol related to concurrent queries and nodes falling behind under load of several concurrent requests. In this particular case...
# 🐞 Bug Report ### Description Prysm beacon-chain client incorrectly reports errors about flag `enable-only-blinded-beacon-blocks` when getting incorrect network db version actually ### Has this worked before in a previous...
TON validator process is continuously crashing several times per day It should not crash, but should produce and error message if it is related to the configuration The main thread...
**===[ Local validator status ]===** Version mytonctrl: **b9d5937** (master) Version validator: **8a9ff33** ((HEAD) We discovered recently that normally operating validtor by mytocnore service is producing the follow message in logs...
We run multiply nodes and perform migration/changes quite frequently. We noticed that MyTonCtrl utility doesn't configure validator settings occasionally after the initial installation. It is happening quite often after the...