YQ.Hong

Results 3 issues of YQ.Hong

try u8 to encode uint8, but result InvalidData, how do i encode correctly

**Describe the bug** https://github.com/oliverw/miningcore/blob/05b781046ad1d1a9b35b15e98df1fd96c02f1643/src/Miningcore/Blockchain/Ethereum/EthereumJob.cs#L69 If the Dag is being creating in this line, and the miner keeps disconnecting for some reasons , CancellationToken will cancel the creating progress of Dag,...

bug

From the perspective of the integrity of the program code, conitnue is missing when confirming the uncle block, which leads to the wrong entry of if block.ConfirmationProgress > 0.75 ,...