Before the sequencer was checking for valid signature only for signed commands as I thought the zkapp command logic checks to signature automatically. As it turns out zkapp command logic omits the authorization check so this PR fixes it by unifying logic for signed commands and zkapp commands under the User_command.check.
This PR also adds useful CLI commands for manipulation of proving queue.
Before the sequencer was checking for valid signature only for signed commands as I thought the zkapp command logic checks to signature automatically. As it turns out zkapp command logic omits the authorization check so this PR fixes it by unifying logic for signed commands and zkapp commands under the
User_command.check
.This PR also adds useful CLI commands for manipulation of proving queue.
Closes #131