This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
The Kusama v0.7.33 binary release used (Ubuntu 18.04):
$ polkadot --version
polkadot 0.7.33-76d6a6aa-x86_64-linux-gn
$ curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933
{"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found"},"id":1}