Changelog of the next version 0.59.3:
- fixed udp reliable (you can now sync up the chain with even huge blocks with poor internet. This was not possible with 0.59.2 and prev. since packets got dropped then silently)
- re-broadcasts of miningResult/send_transaction only after initial verification and not directly
- fix bug in get_peerlist request (leaded from time to time to a crash)
- getPeerIPPorts and similar will no longer return pointers to the internal structs but hard copies. Added more setter to compensate. Clearer code design and fixed a crash issue here with two threads accessing pointers here without critical sections
- change popup title from "error notification" to "success notification" in case it is a positive message
- clear peer traffic user command works now
- fixed a small bug in chain sync process (not critical)
- GUI popup did not stay opened for some errors in sendTransaction() processing (e.g. "you cannot send yourself EXO")
- programmed eXowatcher (checks if the core process is running. If not -> restart after 5secs) and testing on one node at the moment
- added new column in block explorer, indicating if block has been validated through the network or not
- fixed a smaller bug in mining process (leaded to a critical section timeout deadlock)
- fixed a bug in the mining process (no transactions have been initiated previously due to this bug)
all points are done except the first one. Hopefully can finish that within 24 hours. It won't need a chain restart so its the first time that we can let the net run without any down times.
Best regards
eXocoin
#edit: the mining amount is spread equally within the miners. That will be changed of course in 0.6
Good news
My client is running two days and have not crash any time.
+1