-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API method for creating RequestMonitoring messages
This adds a **python** API endpoint create_monitoring_request( balance_proof, reward_amount, ) that will create a signed `RequestMonitoring` message from it. This implements the first bullet point of #1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
- Loading branch information
1 parent
014532e
commit 0226881
Showing
2 changed files
with
81 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters