This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sync-call): [IC-1666] Endpoint for synchronous call requests (#265)
* . * First draft completed * . * . * . * . * . * . * Apply suggestions from code review Co-authored-by: mraszyk <[email protected]> * Added need for polling for non happy path flows * Removed note * Apply suggestions from code review Co-authored-by: mraszyk <[email protected]> Co-authored-by: Alin Sinpalean <[email protected]> * Apply suggestions from code review Co-authored-by: mraszyk <[email protected]> * Removed enumeration of steps, and made reply/reject share `200` status code * Move back note to async call * . * Added `status` field and updated where "/call" is found * Moved request status to the reply section. * Removed "asynchronous" categorization for call requests * reformulate * . * Changed deadline to 1 execution round * . * Renamed to v3 for api path * . * . * , * . * . * . * . * . * . * . * . * . * . * . * . * Apply suggestions from code review Co-authored-by: mraszyk <[email protected]> * Removed too specific status for pre-execution errors * Changed state to status for transition * 202 empty body, and no certificate * clarify * changelog --------- Co-authored-by: mraszyk <[email protected]> Co-authored-by: Alin Sinpalean <[email protected]> Co-authored-by: Martin Raszyk <[email protected]>
- Loading branch information
1 parent
72ed35b
commit c28afe4
Showing
2 changed files
with
71 additions
and
10 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