Some operations (like deploying contracts) require filter APIs to work. Since these operations aren't supported on Infura anymore, and we don't run LES, a separate implemenation of filters is required. Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit implements `personal_sign` RPC or web3 personal.sign methods. NB! Contains breaking API changes.