forked from Aze-Cards/aze-server
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Added update current turn after proc raise is called #14
Merged
+2,142
−400
Merged
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7f1a841
feat: add update current turn in proc raise
Created-for-a-purpose c0d043f
fix: update proc raise unit test
Created-for-a-purpose 18d35ef
fix: merge main into rg/add-raise-contract
Created-for-a-purpose e19bc91
add update current turn in proc call
Created-for-a-purpose 975a234
add update phase logic in proc call
Created-for-a-purpose e8f8416
fix: update current turn in actions
Created-for-a-purpose 2f69d71
fix: update current turn in actions
Created-for-a-purpose 42e933c
feat: add update current turn and phase logic in proc fold
Created-for-a-purpose 658d7ae
fix: update current turn in actions
Created-for-a-purpose 63358e1
fix: update fold offset in proc fold test
Created-for-a-purpose 44ea50f
feat: add update current turn and phase logic in proc check
Created-for-a-purpose 910b0d1
fix: update proc check unit test
Created-for-a-purpose 54cf153
feat: add proc bet contract
Created-for-a-purpose ee97a0b
feat: add proc bet
Created-for-a-purpose 81ebb9b
feat: add e2e test
Created-for-a-purpose c6a10c2
fix: remove redundant code
Created-for-a-purpose 302d845
feat: add test for proc bet
Created-for-a-purpose f3b8a7b
e2e test reorganization
Created-for-a-purpose 640ae11
add e2e test path in cargo.toml
Created-for-a-purpose 71b39d4
Merge branch 'feat/add-bet-contract' into feat/add-e2e-test
Created-for-a-purpose d93a962
Merge pull request #19 from RizeLabs/feat/add-e2e-test
nlok5923 5b41cae
Merge pull request #18 from RizeLabs/feat/add-bet-contract
nlok5923 7c77a9f
Merge pull request #17 from RizeLabs/rg/active-player
nlok5923 e70dd26
Merge pull request #16 from RizeLabs/rg/add-play-check
nlok5923 088a797
Merge pull request #15 from RizeLabs/rg/add-call-contract
nlok5923 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we name this offset (13) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in the latest PR
aze-server/node/tests/integration/main.rs
Line 1014 in c6a10c2