mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00

* Implement EstimateNetworkHashesPerSecond. * Fix failing tests. * Add request/response messages to the .proto files. * Add the EstimateNetworkHashesPerSecond RPC command. * Add the EstimateNetworkHashesPerSecond RPC client function. * Add the EstimateNetworkHashesPerSecond RPC command to kaspactl. * Disallow windowSize lesser than 2. * Fix wrong scale (milliseconds instead of seconds). * Handle windowHashes being 0.