-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
guessTheNumber
and getParentchainsInfo
to the integritee work…
…er (#113) * add guess the number game trusted call variants * add guess the number trusted call method * add guess the number public getter variant * implement guess the number public getters * successfully submit the guess the number trusted call. * define remaining trusted getters/calls * implement guess the number trusted/public getters * fix getAccountInfoGetter * fix guess the number definitions * fix getting guess attempts, get the number info getter fails to be constructed for some reason. * fix getting the info of the guess game * more consistent naming * add parentchainsInfo getter * rename GuessTheNumberArgs to guessArgs * add skip to worker test * v0.15.1-alpha.1
- Loading branch information
Showing
17 changed files
with
633 additions
and
125 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 |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
"publishConfig": { | ||
"directory": "build" | ||
}, | ||
"version": "0.15.1-alpha.0" | ||
"version": "0.15.1-alpha.1" | ||
} |
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.