-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow send custom VRF
request_id
(#29)
* Problem: Is not possible to send a custom request_id on the API, because it creates it automatically. Solution: Allow to pass a custom request_id field. If the request_id is already used, we will return it. If not, we will use it on the VRF. If it's not set, we create a new one using uuid, like before. * Fix: Added method to check the message integrity checking also the previous send messages of all executors. * Fix: Solved some PR issues. * Fix: Solved last PR comment issue. * Fix: Accept request_id parameter also on the coordinator API. * Fix: Solved error code to return in case of failure and 2 more issues related with SDK updates. --------- Co-authored-by: Andres D. Molins <[email protected]>
- Loading branch information
Showing
7 changed files
with
248 additions
and
44 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
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
Oops, something went wrong.