-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add market_schedule module #112
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
dbea071
feat: add holiday_hours module
keyvankhademi 574a444
feat: integrate holiday schedule
keyvankhademi 2982eae
feat: update gitignore to ignore .DS_Store
keyvankhademi 3c9ee2e
refactor: imports
keyvankhademi 5c57bec
fix: pre-commit
keyvankhademi fea4d63
feat: wip market schedule using winnow parser
keyvankhademi 63ef212
feat: wip add holiday day schedule parser
keyvankhademi 82f5eba
fix: format
keyvankhademi 02b1d82
feat: wip implement market_schedule parser
keyvankhademi f26ecea
fix: format
keyvankhademi ab96151
feat: add market schedule can publish at test
keyvankhademi 33521d9
feat: use new market hours in pyth agent
keyvankhademi b4ecb3f
fix: format
keyvankhademi e5d4121
refactor: rollback module restructure
keyvankhademi aa325a3
rename market hours to legacy schedule
keyvankhademi 9b625b5
chore: add comment
keyvankhademi a551547
feat: add support for 24:00
keyvankhademi 7b5e1b5
fix: avoid parsing twice for verification
keyvankhademi ce94175
refactor: use match instead of if
keyvankhademi e5b8be3
refactor: use seq for time range parser
keyvankhademi d7ff65b
refactor: improve parser
keyvankhademi 3d61203
refactor: improve parser
keyvankhademi 0910748
refactor: implement from trait
keyvankhademi c806e92
feat: add proptest
keyvankhademi 28b2d16
fix: day kind regex and add comments
keyvankhademi 06bd954
refactor: improve comment
keyvankhademi 80f2b14
chore: increase pyth agent minor version
keyvankhademi 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 hidden or 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 |
|---|---|---|
|
|
@@ -10,3 +10,6 @@ result | |
| **/*.rs.bk | ||
| __pycache__ | ||
| keystore | ||
|
|
||
| # Mac OS | ||
| .DS_Store | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # Seeds for failure cases proptest has generated in the past. It is | ||
| # automatically read and these particular cases re-run before any | ||
| # novel cases are generated. | ||
| # | ||
| # It is recommended to check this file in to source control so that | ||
| # everyone who runs the test benefits from these saved cases. | ||
| cc 173b9a862e3ad1149b0fdef292a11164ecab5b67b395857178f63294c3c9c0b7 # shrinks to s = "0000-0060" | ||
| cc 6cf32e18287cb6de4b40f4326d1e9fd3be409086af3ccf75eac6f980c1f67052 # shrinks to s = TimeRange(00:00:00, 00:00:01) |
This file contains hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.