mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-19 13:26:47 +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.