nnamon
nnamon
Hi, I'm opening this issue to put in our links for CSCamp 2014. Though if I figure out how to get a pull request up, I might fill out a...
There has been discussion about implementing more API methods to reveal the state of the chain. However, this will take time to realize and will require a network upgrade. Additionally,...
Currently, attempting to resync after a node failure if you were a DS node is impossible because the lookup nodes blacklist you extremely severely. This essentially leads to a condition...
Currently, there is no way to discern what version of constants the configuration.tar.gz serves. The workaround is to compare hashes to check if a new version is available. I suggest...
The use of `system` in the following snippet is not ideal. https://github.com/Zilliqa/Zilliqa/blob/8b21bfff6fc2b37576817d754d0e26c78268e314/src/libNode/Node.cpp#L139 ``` bool Node::DownloadPersistenceFromS3() { LOG_MARKER(); unsigned int status = system("./downloadIncrDB.py > downloadIncrDB-log.txt"); return status == 0; } ```...