This PR implements the LES server RPC API. Methods for server capacity, client balance and client priority management are provided.
* les: rework clientpool
This change adds tests for the virtual clock and aligns the interface with the time package by renaming Cancel to Stop. It also removes the binary search from Stop because it complicates the code unnecessarily.