planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
505 stars 139 forks source link

Remove `Nonce` #3793

Closed greymistcube closed 1 month ago

greymistcube commented 1 month ago

This is no longer in use. A PoW Block can only be "read" from stored data or incoming data stream, but Nonce is discarded when instantiating a Block object. There is no valid code path that handles a Nonce.