Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: RPC methods now tell us if they need a claim | Martin Braun | 2017-12-22 | 1 | -10/+24 |
| | | | | | | On the RPC server side, we keep track of which methods require a claim token. MPM shell uses this info to automatically add claim tokens when required. | ||||
* | mpm: Added mpm_shell.py | Martin Braun | 2017-12-22 | 1 | -0/+355 |
Was actually the old rpc_shell.py, was renamed and heavily refactored. Now includes claim logic and other fancy features. |