Johannes Hahn
Johannes Hahn
We found a bug in code where peers are banned for no reason. This happens if you start syncing from zero or had a longer pause. After a while peers...
tried to find out what (int type) is, api snippet -> string $odb->hash(string contents, int type) found definition here http://libgit2.github.com/libgit2/#HEAD/type/git_otype
Hi, it's not possible to run web ui. Followed the instruction from README there is no file to copy form "src/config.js.dist" to "src/config.js" Instructions to run the gui is outdated....
npm update does not work and failed on dependencies bignum: 0.12 update package bignum to "0.13.1"
After starting a node which was about 1 week offline the sync process is updating fine. It syncs the headers and start downloading the txhashset archive and updates to the...
To make it easier for nodes to connect only to compatible nodes, i introduce a minimum Epic agent Version. If the Minor and Major version does not met the min...
At some point in running a node there suddenly appear endless "enabling sync" debug messages. Can not reproduce, but it seems that peers do not answer and the node hangs...
https://github.com/EpicCash/epic/blob/7f530ea3b8b6aa1d3e4cba21dd7fc189ce2bd473/.github/workflows/epic-master-branch.yml#L22C13-L22C13 `toolchain: stable`
The status display in the node api is misleading. A node that is 100% synced to the network should be displayed as "synced" and not as "no_sync".
There is an issue where a peer is not banned if peer is connected but does not respond This will end in an endless send loop without dropping connection. The...