-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use SDK to poll and create smart order and handle result (#16)
* Do polling and handle polling result * Delete unused types * Show result in logs * Improve log and show errors * Improve logs * Fix issue checkign settmelemt * Add small refactor to utils * Add todos and point to issue * Let the SDK know the block yhou are indexing * Update versions * Improve types Co-authored-by: Leandro <[email protected]> * Rename var * Dont check twice * Remove dead code * Dont override the console * Delete unnecesary call * Improve logs and dont fail for handled errors * Change method name * Move util to misc * Pass proof and offchain input * Comment out deletion of owners * Rename counters * Rename logging message --------- Co-authored-by: Leandro <[email protected]>
- Loading branch information
1 parent
b7f6055
commit b05a187
Showing
20 changed files
with
5,676 additions
and
776 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,6 @@ node_modules/ | |
/actions/types/ | ||
|
||
# Compiled production code | ||
/actions/out/ | ||
/actions/out/ | ||
.yalc | ||
yalc.lock |
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.